Adds more styling to waybar

This commit is contained in:
Michel Fedde 2025-04-14 01:00:00 +02:00
parent 1fb7602a4e
commit 0477b00d6e
3 changed files with 30 additions and 8 deletions

View file

@ -97,11 +97,10 @@
},
"clock": {
"interval": 1,
"format": " {:%I:%M %p}",
"format-alt": " {:%H:%M  %Y, %d %B, %A}",
"tooltip-format": "<tt><small>{calendar}</small></tt>",
"format": " {:%I:%M %p}",
"tooltip-format": "<tt> <small>{calendar}</small></tt>",
"calendar": {
"mode": "year",
"mode": "month",
"mode-mon-col": 3,
"weeks-pos": "right",
"on-scroll": 1,
@ -112,7 +111,15 @@
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
}
}
},
"actions": {
"on-click-right": "mode",
"on-scroll-up": "tz_up",
"on-scroll-down": "tz_down",
"on-scroll-up": "shift_up",
"on-scroll-down": "shift_down"
}
},
"actions": {
"on-click-right": "mode",