You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please read through the README and the Man pages before submitting Please also make sure that there isn't any prior issue describing this bug
Describe the bug
Using buttons-grid widget with one of buttons having update-command and type = toggle, calls command when opening notification-center for the first time after reloading config or starting computer
To Reproduce
Steps to reproduce the behavior:
Go to json config of swaync
Add buttons-grid widget
Configure button with type = toggle, update-command example from README.md can be used or any other ie.
Notification-center calls command from buttons-grid
Expected behavior
Nothing is called except for update-command
Please provide logs if you're experiencing notification errors / bugs
Attach Gists for swaync logs by running G_MESSAGES_DEBUG=all swaync and (if applicable) application logs.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: arch 6.9.1
Version: 0.10.1
Additional context
For some reason when I configured other toggle button with update-command = pamixer --get-mute, command under command key gets fired every time I open, not only for the first time
I believe this is what it is designed. The update-command is used to get current actual toggle status, the result is used to set the state of toggle button on open notify center.
I believe this is what it is designed. The update-command is used to get current actual toggle status, the result is used to set the state of toggle button on open notify center.
update-command should fire every time you open notification center, but command shouldn't
I believe this is what it is designed. The update-command is used to get current actual toggle status, the result is used to set the state of toggle button on open notify center.
update-command should fire every time you open notification center, but command shouldn't
Well, I'm using the latest git version, the issue seems to be fixed with this commit: be1533a
Please read through the README and the Man pages before submitting
Please also make sure that there isn't any prior issue describing this bug
Describe the bug
Using
buttons-grid
widget with one of buttons havingupdate-command
andtype = toggle
, calls command when opening notification-center for the first time after reloading config or starting computerTo Reproduce
Steps to reproduce the behavior:
buttons-grid
widgettype = toggle
,update-command
example fromREADME.md
can be used or any other ie.command
frombuttons-grid
Expected behavior
Nothing is called except for
update-command
Please provide logs if you're experiencing notification errors / bugs
Attach Gists for swaync logs by running
G_MESSAGES_DEBUG=all swaync
and (if applicable) application logs.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
0.10.1
Additional context
For some reason when I configured other
toggle
button withupdate-command = pamixer --get-mute
, command undercommand
key gets fired every time I open, not only for the first timeExample configurations for buttons using
pamixer
The text was updated successfully, but these errors were encountered: