diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-09-27T11·59+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2024-09-29T00·50+0000 |
commit | c5e1fbb224507ce982046e0a595782c1ca922811 (patch) | |
tree | 3fd6d62cf2e4cfc8bec7c02596a6f6caa849e5f9 /users/tazjin | |
parent | 1c24d483d5417131e8bae757594a8fbff6847ae8 (diff) |
fix(tazjin/dotfiles): minor waybar style fixes r/8727
Change-Id: Iac1fb9856b3783912e505ca0e5228718f42abd4f Reviewed-on: https://cl.tvl.fyi/c/depot/+/12534 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/dotfiles/waybar/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/tazjin/dotfiles/waybar/style.css b/users/tazjin/dotfiles/waybar/style.css index ce6b60d9cfa3..e1bc652b89af 100644 --- a/users/tazjin/dotfiles/waybar/style.css +++ b/users/tazjin/dotfiles/waybar/style.css @@ -124,6 +124,7 @@ button:hover { #backlight { background-image: url("${CHICAGO95}/share/icons/Chicago95/status/32/xfpm-brightness-lcd.png"); + font-size: 0px; } /* battery levels matching Chicago95 icons */ @@ -190,7 +191,7 @@ button:hover { background-image: url("${CHICAGO95}/share/icons/Chicago95/status/32/audio-volume-medium.png"); } -#pulseaudio.high { +#pulseaudio { /* default, if no lower volume state is set */ background-image: url("${CHICAGO95}/share/icons/Chicago95/status/32/audio-volume-high.png"); } |