waybar: Remove network section
This commit is contained in:
parent
23d6fba91a
commit
632701186e
2 changed files with 1 additions and 27 deletions
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue