From beddf4eebafe842bcdb45a3e37396f1c2a415cf7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 10 Feb 2026 16:37:48 -0600 Subject: feat(waybar): split clock into date + world clock modules Replace single clock module with custom/date (calendar tooltip) and custom/worldclock (multi-timezone tooltip from worldclock.conf). Co-Authored-By: Claude Opus 4.6 --- dotfiles/hyprland/.config/waybar/style.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'dotfiles/hyprland/.config/waybar/style.css') diff --git a/dotfiles/hyprland/.config/waybar/style.css b/dotfiles/hyprland/.config/waybar/style.css index 4551de9..3f7814b 100644 --- a/dotfiles/hyprland/.config/waybar/style.css +++ b/dotfiles/hyprland/.config/waybar/style.css @@ -73,7 +73,8 @@ window#waybar { #pulseaudio, #idle_inhibitor, #tray, -#clock, +#custom-date, +#custom-worldclock, #custom-layout, #window { padding: 0.45rem; @@ -129,6 +130,18 @@ window#waybar { color: #d47c59; } +#custom-date { + margin-left: 0; + padding-left: 0; + margin-right: 0; + padding-right: 0.2rem; +} + +#custom-worldclock { + margin-left: 0; + padding-left: 0.2rem; +} + #tray > .passive { -gtk-icon-effect: dim; } -- cgit v1.2.3