summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/waybar/config
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/hyprland/.config/waybar/config')
-rw-r--r--dotfiles/hyprland/.config/waybar/config21
1 files changed, 12 insertions, 9 deletions
diff --git a/dotfiles/hyprland/.config/waybar/config b/dotfiles/hyprland/.config/waybar/config
index 5582dc6..c8723d3 100644
--- a/dotfiles/hyprland/.config/waybar/config
+++ b/dotfiles/hyprland/.config/waybar/config
@@ -19,7 +19,8 @@
"pulseaudio",
"idle_inhibitor",
"tray",
- "clock"
+ "custom/date",
+ "custom/worldclock"
],
"group/sysmonitor": {
@@ -116,14 +117,16 @@
"spacing": 4
},
- "clock": {
- "format": "{:%a, %b %d %Y %I:%M %p %Z}",
- "tooltip-format": "<small>{calendar}</small>",
- "calendar": {
- "format": {
- "today": "<span color='#daa520'><b><u>{}</u></b></span>"
- }
- }
+ "custom/date": {
+ "exec": "waybar-date",
+ "return-type": "json",
+ "interval": 60
+ },
+
+ "custom/worldclock": {
+ "exec": "waybar-worldclock",
+ "return-type": "json",
+ "interval": 30
},
"pulseaudio": {