linux_notification_center icon indicating copy to clipboard operation
linux_notification_center copied to clipboard

[Enhancement] internal command for user defined buttons

Open ahmubashshir opened this issue 3 years ago • 0 comments

Current Implementation only supports directly executing commands right now. But it would be better to have some builtin actions for user defined buttons. like

labels = "Togle Notifications":"Reload Style":"Settings":"Reboot"
commands = "notifyd->togglePopup":"notifyd->reloadStyle":"xfce4-settings-manager":"xfce4-session-logout --reboot --fast"

and notifyd->* commands would be handled by notifyd and the button states too.

ahmubashshir avatar Jan 23 '21 13:01 ahmubashshir