forked from nico/dots
swaync: add sway notification daemon
This commit is contained in:
parent
50efff9a51
commit
92d15bc25b
5 changed files with 376 additions and 7 deletions
|
|
@ -38,7 +38,7 @@
|
|||
"backlight",
|
||||
"battery",
|
||||
"network",
|
||||
"custom/power"
|
||||
"custom/swaync"
|
||||
],
|
||||
|
||||
// Modules configuration
|
||||
|
|
@ -180,9 +180,9 @@
|
|||
"on-click": "helvum",
|
||||
"format-icons": ["", "", ""]
|
||||
},
|
||||
"custom/power": {
|
||||
"format": "⏻",
|
||||
"on-click": "poweroff", // just dont accidentally press this..
|
||||
"custom/swaync": {
|
||||
"format": " ",
|
||||
"on-click": "swaync-client -t",
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue