dotfiles
1

Configure Feed

Select the types of activity you want to include in your feed.

Fix time display in waybar

Juan Nunez-Iglesias (Jun 28, 2026, 10:10 PM +0200) 745875c8 b288a44b

+11 -6
+11 -6
waybar/config
··· 17 17 "cpu", 18 18 "pulseaudio", 19 19 "battery", 20 - "clock#madrid", 21 20 "clock#la", 22 21 "clock#dc", 22 + "clock#madrid", 23 + "clock#melbourne", 23 24 "tray" 24 25 ], 25 26 ··· 75 76 76 77 // i3status: the four tztime clocks. Local is centered; the others sit right. 77 78 "clock#local": { 78 - "timezone": "Australia/Melbourne", 79 79 "format": "{:%a %d %b %H:%M}", 80 80 "tooltip-format": "<tt>{calendar}</tt>" 81 - }, 82 - "clock#madrid": { 83 - "timezone": "Europe/Madrid", 84 - "format": "MAD {:%H:%M(%a)}" 85 81 }, 86 82 "clock#la": { 87 83 "timezone": "America/Los_Angeles", ··· 90 86 "clock#dc": { 91 87 "timezone": "America/New_York", 92 88 "format": "NY {:%H:%M(%a)}" 89 + }, 90 + "clock#madrid": { 91 + "timezone": "Europe/Madrid", 92 + "format": "MAD {:%H:%M(%a)}" 93 + }, 94 + "clock#melbourne": { 95 + "timezone": "Australia/Melbourne", 96 + "format": "{:%a %d %b %H:%M}", 97 + "format": "MEL {:%H:%M(%a)}" 93 98 }, 94 99 95 100 "tray": {