diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-07-03 19:55:55 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-07-03 19:55:55 +0100 |
commit | 52f2e52b06f4387bcad04c2ff4d64db328db7919 (patch) | |
tree | 4a19ebf16ef6f2ae101b0e17ff41cf888619a782 /.config | |
parent | 6893191b91a6a2227438ef8df052497163ca4558 (diff) |
Diffstat (limited to '.config')
-rw-r--r-- | .config/waybar/config | 2 | ||||
-rw-r--r-- | .config/waybar/style.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index b619e63..16438d6 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,6 +1,6 @@ { "layer": "top", - "height": 23, + "height": 27, "spacing": 5, "margin-top" :5, "margin-right" :10, diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 7e8c378..a574200 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -24,7 +24,7 @@ window#waybar.hidden { } #tags, -/* #tags button, */ +#tags button, /* #tags button.occupied, */ /* #tags button.focused, */ /* #tags button.urgent, */ @@ -159,7 +159,7 @@ window#waybar.hidden { color: #928374; background: #3c3836; padding: 0 4px; - margin: 0px 2px; + margin: 0px -0.5px; min-width: 15px; } |