diff options
| author | eric.marin <maarin.eric@gmail.com> | 2025-12-02 08:54:27 +0100 |
|---|---|---|
| committer | ericmarin <maarin.eric@gmail.com> | 2026-03-20 10:24:05 +0100 |
| commit | 2781082f1085757a0cfb929ba37de968726ec751 (patch) | |
| tree | 96f908c8eccf11d19d77c37c333ed56aa4a437d5 /wallust/templates/waybar | |
| parent | c2acdf9cca1de631c7d1c60d7cfba2a7ab816e59 (diff) | |
| download | dotfiles-2781082f1085757a0cfb929ba37de968726ec751.tar.gz dotfiles-2781082f1085757a0cfb929ba37de968726ec751.zip | |
xd
Diffstat (limited to 'wallust/templates/waybar')
| -rw-r--r-- | wallust/templates/waybar | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wallust/templates/waybar b/wallust/templates/waybar index 7b3fb02..da7690b 100644 --- a/wallust/templates/waybar +++ b/wallust/templates/waybar @@ -69,7 +69,7 @@ tooltip label { color: {{foreground}}; } -#bluetooth.off, #pulseaudio.muted, #network.disconnected, #battery.warning, #idle_inhibitor.deactivated { +#bluetooth.off, #pulseaudio.muted, #network.disconnected, #battery.warning, #battery.notempty, #idle_inhibitor.deactivated { background: {{color0}}; } #bluetooth.off { @@ -81,7 +81,7 @@ tooltip label { #network.disconnected { color: {{color5}}; } -#battery.warning { +#battery.warning, #battery.notempty { color: {{color6}}; } #battery.charging { |
