diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-03-22 21:55:02 +0100 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-03-22 21:55:02 +0100 |
| commit | 06ecd137014890d5e5ec4a32961f37ab82970314 (patch) | |
| tree | 501a538781045ec25b98b8e9169320af7b11128d | |
| parent | aae0ff4b45337763b7a1ff71bb13429ad0d9a01b (diff) | |
waybar
| -rw-r--r-- | .config/waybar/config | 2 | ||||
| -rw-r--r-- | .config/waybar/style.css | 8 |
2 files changed, 3 insertions, 7 deletions
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 { |