This commit is contained in:
iFargle 2023-08-28 19:57:24 +09:00
parent e6746c72c1
commit fa6599c2a9

View file

@ -144,7 +144,8 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: my-queue; /*font-family: my-queue;*/
font-family: JetbrainsMono-Regular;
} }
#waybar { #waybar {
@ -152,6 +153,7 @@
padding: 5px; padding: 5px;
} }
#workspaces button.visible
#workspaces button { #workspaces button {
color: #e2cca9; color: #e2cca9;
font-size: 16px; font-size: 16px;
@ -173,9 +175,6 @@
background-color: #f2594b; background-color: #f2594b;
} }
#workspaces button.visible {
}
/* /*
* General background * General background
*/ */
@ -206,8 +205,6 @@
/* /*
* Warning plugins state * Warning plugins state
*/ */
#memory.warning,
#cpu.warning,
#battery.warning { #battery.warning {
background-color: #e9b143; background-color: #e9b143;
} }
@ -215,11 +212,9 @@
/* /*
* Critical plugins state * Critical plugins state
*/ */
#cpu.critical,
#idle_inhibitor.activated, #idle_inhibitor.activated,
#temperature.critical,
#memory.critical,
#battery.critical, #battery.critical,
#custom-tailscale.disconnected,
#network.disconnected { #network.disconnected {
background-color: #fe8019; background-color: #fe8019;
} }