diff options
author | awy <awy@awy.one> | 2025-08-25 23:11:32 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-25 23:11:32 +0300 |
commit | e4f69f5d101df56e22a1ba4a9f46359d3c16b68b (patch) | |
tree | fec2c5d21e8152e752fffda0c7e155c2969114be /.config/waybar | |
parent | 40292bd7d818f6f9fd3840cd17cadcddd3abab8c (diff) | |
download | hyprdots-e4f69f5d101df56e22a1ba4a9f46359d3c16b68b.tar.gz |
stclock change interval to 1
Diffstat (limited to '.config/waybar')
-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\"", |