-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scroll up not working without dunstify #3
Comments
Yes. That is also more or less mentioned in the README:
In that case you would have to edit the script yourself. I want to keep it as simple as possible, so I'm not going to introduce a config or anything. For example you can modify the printExpiryTime () { :; }
deleteExpiryTime () { :; } I will also add a link to this to the README, thank you. |
Since the newest update it's 3 lines you have to edit: printExpiryTime () { :; }
printPaused () { :; }
removePrinting () { :; } |
I've got syntax error after editing these lines. |
Thanks, I've edited it. Now it should work. |
Why not use |
Look at this screen recording: The notification is updated when you scroll. This is not possible with EDIT: Oh wait, it seems like |
Now it only uses |
When you don't have dunstify installed the scroll up functionality described in the readme doesn't work. This is because when you
./polybar-timer.sh increase 60
you get./polybar-timer.sh: line 20: dunstify: command not found
and an error which means it will create a new timer overwriting the increase.The text was updated successfully, but these errors were encountered: