From dfca6b4752752c95ac96196d6407b6dc61208581 Mon Sep 17 00:00:00 2001 From: antistereov Date: Wed, 25 Feb 2026 00:39:08 +0100 Subject: [PATCH] feat(waybar): update --- waybar/config.jsonc | 6 +----- waybar/style.css | 13 +++++++------ 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 207bb6e..e63d100 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -53,16 +53,12 @@ "class<*>": "󰘔 ", "class": "󰈹 ", "class": "󰖟 " , - "class": "󰨞 ", - "class": "󰆍 ", - "class": "󰓇 ", - "class": "󰍡 ", "class": " ", "class": "󰅟 ", "class": " ", "class": " ", "class": " ", - "class": " ", + "class": " ", "class": " " } }, diff --git a/waybar/style.css b/waybar/style.css index f6669e6..5e3288b 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -23,7 +23,7 @@ window#waybar { } #workspaces button { - padding-left: 8px; + padding-left: 5px; padding-right: 0; margin-top: 3px; padding-top: 0; @@ -36,23 +36,23 @@ window#waybar { min-width: 24px; border-radius: 6px; - background: alpha(@bg, 0.8); + background: alpha(@bg, 0.3); transition: all 180ms cubic-bezier(.4,0,.2,1), color 800ms cubic-bezier(.4, 0, .2, 1); - color: grey; + opacity: 0.3; } #workspaces button label { - font-size: 20px; - letter-spacing: -2px; + font-size: 18px; + letter-spacing: -3px; } #workspaces button:hover { background: rgba(255,255,255,0.45); - background: alpha(@bg,0.3); + opacity: 0.4; } #workspaces button.active { @@ -61,6 +61,7 @@ window#waybar { background: alpha(@bg,0.3); color: white; border: 1px solid alpha(white, 0.7); + opacity: 1.0; } #workspaces button.visible {