waybar: Remove network speed widget

neomutt
Simon Bruder 2021-10-27 19:43:43 +02:00
parent e35795ad98
commit ef9a022d56
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 0 additions and 12 deletions

View File

@ -95,10 +95,6 @@ window#waybar {
background-color: @red@;
}
#network.speed {
background-color: @green@;
}
#pulseaudio {
background-color: @base3@;
color: @base00@;

View File

@ -43,7 +43,6 @@ in
"pulseaudio"
"network"
"custom/vpn"
"network#speed"
"memory"
"cpu"
"temperature"
@ -187,13 +186,6 @@ in
format = "{}";
tooltip = false;
};
"network#speed" = {
interval = 2;
format = "{bandwidthDownBits:>8} {bandwidthUpBits:>8} ";
format-alt = "{bandwidthDownOctets:>8} {bandwidthUpOctets:>8} ";
format-disconnected = " 0b/s 0b/s";
tooltip = false;
};
memory = {
interval = 2;
format = "{:2}% ";