diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-10 16:37:48 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-10 16:37:48 -0600 |
| commit | e6a6dbadaea0b6de4d9ea080885aed3214dbbef4 (patch) | |
| tree | 4cbfc081bdf4198c38bff51e7ae12f9818c921af /dotfiles/hyprland/.config/waybar/style.css | |
| parent | f0ce9ef3dd4c728bb80afc58fc7e5d28734b61ea (diff) | |
| download | archsetup-e6a6dbadaea0b6de4d9ea080885aed3214dbbef4.tar.gz archsetup-e6a6dbadaea0b6de4d9ea080885aed3214dbbef4.zip | |
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.css | 15 |
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; } |
