From e4f69f5d101df56e22a1ba4a9f46359d3c16b68b Mon Sep 17 00:00:00 2001 From: awy Date: Mon, 25 Aug 2025 23:11:32 +0300 Subject: stclock change interval to 1 --- .config/waybar/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/waybar/config.jsonc') 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\"", -- cgit v1.2.3