diff options
| author | 2026-04-21 01:24:42 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:24:42 +0100 | |
| commit | 3ffb5cd335717b4250c71a1004b70b95a830c65c (patch) | |
| tree | eb3f36cef58bcb634dfa71fb3b94bf6804cc0f0d /dot_config/waybar/style.css | |
| parent | 88906113038c1b4986cfc3bf6afc0fb35c5e4127 (diff) | |
| download | dotfiles-3ffb5cd335717b4250c71a1004b70b95a830c65c.tar.gz dotfiles-3ffb5cd335717b4250c71a1004b70b95a830c65c.tar.bz2 dotfiles-3ffb5cd335717b4250c71a1004b70b95a830c65c.zip | |
waybar: add disk module, heat-colour VOL, move window title to left
Diffstat (limited to 'dot_config/waybar/style.css')
| -rw-r--r-- | dot_config/waybar/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css index d63d8aa..59a41ff 100644 --- a/dot_config/waybar/style.css +++ b/dot_config/waybar/style.css @@ -36,11 +36,13 @@ window#waybar { #clock, #battery, #cpu, +#disk, #memory, #temperature, #network, #pulseaudio, #tray, +#window, #custom-memory, #custom-wifi { padding: 0 6px; @@ -54,6 +56,10 @@ window#waybar { color: #8ec07c; /* aqua */ } +#disk { + color: #d79921; /* ochre */ +} + #temperature { color: #fe8019; /* orange */ } |
