waybar: Remove network section

This commit is contained in:
histalek 2023-05-07 10:50:25 +02:00
parent 23d6fba91a
commit 632701186e
Signed by: histalek
SSH key fingerprint: SHA256:6a6N2Wzk73nwURUHC/ubbCyqdB6yfie0Jv/NGvRcsIE
2 changed files with 1 additions and 27 deletions

View file

@ -20,8 +20,6 @@
"cpu",
"custom/arrowmemory",
"memory",
"custom/arrownetwork",
"network",
"custom/arrowpulseaudio",
"pulseaudio",
"custom/arrowdate",
@ -80,11 +78,6 @@
"critical": 90
},
},
"network": {
"format-wifi": " {essid}",
"format-disconnected": "⚠ Disconnected",
"tooltip": false,
},
"pulseaudio": {
"format": "{volume}% {icon} {format_source}",
"format-source": "{volume}%",
@ -130,10 +123,6 @@
"format": "",
"tooltip": false
},
"custom/arrownetwork": {
"format": "",
"tooltip": false
},
"custom/arrowmemory": {
"format": "",
"tooltip": false

View file

@ -52,7 +52,6 @@
@define-color workspaces #5e81ac;
@define-color workspacesfocused #81a1c1;
@define-color sound #d8dee9;
@define-color network #4c566a;
@define-color memory #88c0d0;
@define-color cpu #434c5e;
@define-color temp #d8dee9;
@ -70,7 +69,6 @@
@define-color workspaces #458588;
@define-color workspacesfocused #83a598;
@define-color sound #d3869b;
@define-color network #b16286;
@define-color memory #8ec07c;
@define-color cpu #98971a;
@define-color packages #b8bb26;
@ -112,7 +110,6 @@ button {
#cpu,
#memory,
#mode,
#network,
#pulseaudio,
#tray,
#custom-packages,
@ -143,7 +140,6 @@ button {
}
/* Each warning */
#network.disconnected,
#memory.warning,
#cpu.warning {
color: @warning;
@ -178,11 +174,6 @@ button {
color: @dark;
}
#network {
background: @network;
color: @dark;
}
#memory {
background: @memory;
color: @dark;
@ -236,16 +227,10 @@ button {
background: @cpu;
}
#custom-arrownetwork {
font-size: 24px;
color: @network;
background: @memory;
}
#custom-arrowpulseaudio {
font-size: 24px;
color: @sound;
background: @network;
background: @memory;
}
#custom-arrowdate {