This commit is contained in:
iFargle 2023-08-30 20:16:32 +09:00
parent 40edaf16a9
commit a5910317dd

View file

@ -164,12 +164,11 @@
#workspaces button.visible,
#workspaces button {
font-size: 1px;
border-radius: 5px;
border-radius: 50px;
padding: 0px 5px;
margin: 5px;
color: rgba(0, 0, 0, 0);
background-color: #3c3836;
font-weight: bold;
}
#workspaces button.active {
@ -178,13 +177,12 @@
}
#workspaces button:hover,
#workspaces button.focused:hover,
#workspaces button.visible:hover {
background-color: #e9b143;
#workspaces button.focused:hover, {
background-color: #d5c4a1;
}
#workspaces button.urgent {
background-color: #f2594b;
background-color: #fb4934;
}
/*
@ -228,7 +226,7 @@
#battery.critical,
#custom-tailscale.Stopped,
#network.disconnected {
background-color: #f2594b;
background-color: #fb4934;
}
#battery.charging {
color: #98971a;