summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/waybar/style.css
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-10 16:37:48 -0600
committerCraig Jennings <c@cjennings.net>2026-02-10 16:37:48 -0600
commitbeddf4eebafe842bcdb45a3e37396f1c2a415cf7 (patch)
tree7bff967517afb517b5c59561854f74e491bf41bb /dotfiles/hyprland/.config/waybar/style.css
parentb7d7360c4160a30e1f11cbb0aae2be866f4bb9ac (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland/.config/waybar/style.css')
-rw-r--r--dotfiles/hyprland/.config/waybar/style.css15
1 files changed, 14 insertions, 1 deletions
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;
}