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

@@ -44,12 +44,14 @@
"tooltip-format": "<span size='11pt' font='Geist Mono'>{calendar}</span>",
"calendar": {
"mode": "month",
"mode-mon-col": 4,
"on-scroll" : 1,
"format": {
"today": "<span color='#e0cd93' background='#594d67'><b>{}</b></span>"
"today": "<span color='#3d3555' background='#a5c5a5'><b>{}</b></span>"
}
},
"actions": {
"on-click-right": "mode",
"on-scroll-up": "shift_down",
"on-scroll-down": "shift_up"
}

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;