diff options
Diffstat (limited to '.config/waybar/config')
-rw-r--r-- | .config/waybar/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index 49be1fd..e379c02 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -13,9 +13,9 @@ "disable-scroll": true }, "clock": { - "format": "{:%a %b %d %H:%M}", - "tooltip": false, - "on-click": "~/./bin/cal.sh" + "format": "{:%a, %b %d | %H:%M}", + "tooltip": true, + "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", }, "battery": { "format": "| {capacity}% {icon} | ", @@ -109,6 +109,6 @@ "format": "{used:0.1f}G/{total:0.1f}G | " }, "tray": { - "icon-size": 16 + "icon-size": 14 } } |