Make network indicator less obtrusive and more readable

This commit is contained in:
Salt 2024-02-17 00:35:23 -06:00
parent 350249a6f6
commit 494fade73a
2 changed files with 3 additions and 2 deletions

View File

@ -67,7 +67,7 @@
}, },
"network": { "network": {
"interval": 1, "interval": 1,
"format": "{bandwidthUpBytes} {bandwidthDownBytes}" "format": "{bandwidthUpBytes} {bandwidthDownBytes}"
}, },
"pulseaudio": { "pulseaudio": {
"scroll-step": 0, "scroll-step": 0,

View File

@ -62,7 +62,8 @@ window#waybar {
color: #282828; color: #282828;
} }
#network { #network {
color: #ebdbb2; color: #928374;
font-size: 10;
} }
#idle_inhibitor { #idle_inhibitor {
color: #282828; color: #282828;