Make network indicator less obtrusive and more readable
This commit is contained in:
parent
350249a6f6
commit
494fade73a
@ -67,7 +67,7 @@
|
|||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": "{bandwidthUpBytes} {bandwidthDownBytes}"
|
"format": " {bandwidthUpBytes} {bandwidthDownBytes}"
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"scroll-step": 0,
|
"scroll-step": 0,
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user