diff options
Diffstat (limited to '.config')
| -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 { |