Update waybar config

This commit is contained in:
Hydroxycarbamide 2024-10-16 09:49:56 +02:00
parent 6974682ebe
commit 84245e56fd
2 changed files with 8 additions and 8 deletions

View file

@ -145,7 +145,8 @@
"on-click-middle": "close",
"ignore-list": [],
"app_ids-mapping": {
"firefoxdeveloperedition": "firefox-developer-edition"
"firefoxdeveloperedition": "firefox-developer-edition",
"zen-alpha": "firefox"
}
},
"tray": {
@ -335,7 +336,7 @@
"return-type": "string",
"exec": "~/.config/waybar/modules/updates.sh",
"tooltip": false,
"on-click": "setsid -f foot -e paru -Syyu"
"on-click": "setsid -f foot -e paru -Syyu && flatpak update --noninteractive"
},
"custom/logo": {
"format": " ",

View file

@ -21,16 +21,15 @@ tooltip {
}
.modules-left,
.modules-center,
.modules-right {
window.bottom .modules-center,
window:not(.bottom) .modules-right {
background-color: #24273a;
margin: 2px;
/* padding: 2px; */
}
#workspaces,
.modules-center box,
.modules-right box {
window:not(.bottom) .modules-left,
.modules-center,
.modules-right {
padding: 2px;
}