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

View file

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