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