Make network indicator less obtrusive and more readable
This commit is contained in:
parent
350249a6f6
commit
494fade73a
@ -67,7 +67,7 @@
|
||||
},
|
||||
"network": {
|
||||
"interval": 1,
|
||||
"format": "{bandwidthUpBytes} {bandwidthDownBytes}"
|
||||
"format": " {bandwidthUpBytes} {bandwidthDownBytes}"
|
||||
},
|
||||
"pulseaudio": {
|
||||
"scroll-step": 0,
|
||||
|
@ -62,7 +62,8 @@ window#waybar {
|
||||
color: #282828;
|
||||
}
|
||||
#network {
|
||||
color: #ebdbb2;
|
||||
color: #928374;
|
||||
font-size: 10;
|
||||
}
|
||||
#idle_inhibitor {
|
||||
color: #282828;
|
||||
|
Loading…
Reference in New Issue
Block a user