diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/waybar/config.jsonc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index efb0226..954801b 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -271,7 +271,7 @@ "format": "[ {} ]", "signal": 1, "exec" : "stclock", - "interval" : 5, + "interval" : 1, "on-click": "notify-send \"This Month\" \"$(cal)\" && notify-send \"Appointments\" \"$(calcurse -d3)\"", "on-click-middle": "setsid -f \"$TERMINAL\" -e calcurse", "on-click-right": "notify-send \" Time/date module\" \"\\- Left click to show upcoming appointments for the next three days via \\`calcurse -d3\\` and show the month via \\`cal\\`\n- Middle click opens calcurse if installed\"", |