diff options
| author | 2026-07-27 12:33:14 -0400 | |
|---|---|---|
| committer | 2026-07-27 12:33:14 -0400 | |
| commit | cbf0f1ad6d80a15c80f3f06ed219756a304a6acd (patch) | |
| tree | 1615890fc13e9d29ea76c6673176579f5df4f113 /waybar/style.css | |
| parent | 815178407fc681731fefda11b2d7d00f736efea5 (diff) | |
| download | dots-cbf0f1ad6d80a15c80f3f06ed219756a304a6acd.tar.gz dots-cbf0f1ad6d80a15c80f3f06ed219756a304a6acd.zip | |
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/waybar/style.css b/waybar/style.css index d381dd0..f2ffe67 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,6 +1,6 @@ * { font-size: 12px; - font-family: "Hack Nerd Font Mono"; + font-family: "Mononoki Nerd Font Mono"; min-height: 0; } @@ -29,6 +29,7 @@ window#waybar { #battery, #disk, #network, +#backlight, #tray { background: #1a1a1a; } @@ -68,12 +69,16 @@ window#waybar { #network { color: #fcac35; } +#backlight { + color: #aa4423; +} #clock, #pulseaudio, #memory, #cpu, #battery, +#backlight, #network, #disk { padding: 0 10px; |
