update:waybar calendar

This commit is contained in:
kokopi-dev
2025-12-06 13:09:46 +09:00
parent ff9a2b7128
commit d7285b2275
2 changed files with 9 additions and 2 deletions

View File

@@ -28,9 +28,13 @@ window#waybar > box.horizontal:dir(ltr) {
#workspaces button.focused,
#workspaces button.active {
color: rgb(30, 30, 46);
background:rgb(180, 190, 254);
background: rgb(180, 190, 254);
padding: 0 12px;
}
#workspaces button.focused:hover,
#workspaces button.active:hover {
background: rgba(180, 190, 254, 0.75);
}
#workspaces button:hover {
background: rgba(255, 255, 255, 0.1);
@@ -44,6 +48,7 @@ window#waybar > box.horizontal:dir(ltr) {
tooltip {
border: 1px solid #d093d1;
background: #3d3555;
}
tooltip label {
padding: 10px;