From 84245e56fdebcc327708e5f0f3770fef1caa5efc Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Wed, 16 Oct 2024 09:49:56 +0200 Subject: [PATCH] Update waybar config --- dot_config/waybar/default-modules.jsonc | 5 +++-- dot_config/waybar/style.css | 11 +++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dot_config/waybar/default-modules.jsonc b/dot_config/waybar/default-modules.jsonc index b70613c..a8b5d50 100644 --- a/dot_config/waybar/default-modules.jsonc +++ b/dot_config/waybar/default-modules.jsonc @@ -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": " ", diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css index 8bd1490..518a94c 100644 --- a/dot_config/waybar/style.css +++ b/dot_config/waybar/style.css @@ -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; }