aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-25 23:11:32 +0300
committerawy <awy@awy.one>2025-08-25 23:11:32 +0300
commite4f69f5d101df56e22a1ba4a9f46359d3c16b68b (patch)
treefec2c5d21e8152e752fffda0c7e155c2969114be
parent40292bd7d818f6f9fd3840cd17cadcddd3abab8c (diff)
downloadhyprdots-e4f69f5d101df56e22a1ba4a9f46359d3c16b68b.tar.gz
stclock change interval to 1
-rw-r--r--.config/waybar/config.jsonc2
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\"",