From 06ecd137014890d5e5ec4a32961f37ab82970314 Mon Sep 17 00:00:00 2001 From: EnricoGuccii Date: Sun, 22 Mar 2026 21:55:02 +0100 Subject: waybar --- .config/waybar/config | 2 +- .config/waybar/style.css | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) (limited to '.config') diff --git a/.config/waybar/config b/.config/waybar/config index b5ebd6b..0c493cb 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,7 +1,7 @@ { "layer": "top", "position": "top", - "height": 15, + "height": 10, "spacing": 5, "modules-left": ["sway/workspaces"], diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 7dc48f7..1cee57b 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -10,17 +10,14 @@ window#waybar { color: #dedede; } - #workspaces button { padding: 0 5px; color: #dedede; - border-bottom: 2px solid transparent; } #workspaces button.focused { - color: #C9DE95; - background-color: #333333; - border-bottom: 2px solid #C9DE95; + color: #121212; + background-color: #C9DE95; } #workspaces button.urgent { @@ -36,7 +33,6 @@ window#waybar { #wireplumber, #clock { padding: 0 5px; - border-bottom: 2px solid #C9DE95; } #battery.critical { -- cgit v1.2.3