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

View file

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