mirror of https://github.com/polybar/polybar.git
'--length 5e' results in an error. I believe '--length 5' was the intended command. Tested using latest pymodoro build from the AUR.
parent
db5bf3a770
commit
846f1628c0
|
@ -493,7 +493,7 @@ type = custom/script
|
||||||
; Use pomodoro glyphs in Nerd fonts
|
; Use pomodoro glyphs in Nerd fonts
|
||||||
; exec = pymodoro --break-prefix " " --pomodoro-prefix " " --pomodoro --empty --break --length 5
|
; exec = pymodoro --break-prefix " " --pomodoro-prefix " " --pomodoro --empty --break --length 5
|
||||||
; Use default symbols
|
; Use default symbols
|
||||||
exec = pymodoro --length 5e
|
exec = pymodoro --length 5
|
||||||
label = %output%
|
label = %output%
|
||||||
tail = true
|
tail = true
|
||||||
interval = 0
|
interval = 0
|
||||||
|
|
Loading…
Reference in New Issue