We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2600434 commit 579ab4eCopy full SHA for 579ab4e
README.md
@@ -119,7 +119,7 @@ Now the following commands allow you to control the timer.
119
Note, when there is no timer active, then [`increase`](#increase-seconds) does nothing.
120
So you might want to use the following command as a replacement for [`increase`](#increase-seconds).
121
```
122
-waybar-timer.sh increase 60 || waybar-timer.sh new 1 'mytimer' 'notify-send "Timer expired."'
+waybar-timer.sh increase 60 || waybar-timer.sh new 1 'notify-send "Timer expired."'
123
124
It increases the existing timer if it's active, and creates a timer with label
125
"mytimer" of lengths 1 minute if there is no timer currently running.
0 commit comments