Skip to content

Commit 579ab4e

Browse files
committed
fixed readme
1 parent 2600434 commit 579ab4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Now the following commands allow you to control the timer.
119119
Note, when there is no timer active, then [`increase`](#increase-seconds) does nothing.
120120
So you might want to use the following command as a replacement for [`increase`](#increase-seconds).
121121
```
122-
waybar-timer.sh increase 60 || waybar-timer.sh new 1 'mytimer' 'notify-send "Timer expired."'
122+
waybar-timer.sh increase 60 || waybar-timer.sh new 1 'notify-send "Timer expired."'
123123
```
124124
It increases the existing timer if it's active, and creates a timer with label
125125
"mytimer" of lengths 1 minute if there is no timer currently running.

0 commit comments

Comments
 (0)