fix: Forgot this
This commit is contained in:
parent
fa39dcf50c
commit
ab752ebfee
1 changed files with 5 additions and 1 deletions
|
@ -27,6 +27,7 @@ in
|
|||
swaynotificationcenter
|
||||
];
|
||||
|
||||
# man 5 swaync
|
||||
home.file.".config/swaync/config.json".text = ''
|
||||
{
|
||||
"positionX": "right",
|
||||
|
@ -55,7 +56,7 @@ in
|
|||
"keyboard-shortcuts": true,
|
||||
"image-visibility": "when-available",
|
||||
"transition-time": 200,
|
||||
"hide-on-clear": false,
|
||||
"hide-on-clear": true,
|
||||
"hide-on-action": true,
|
||||
"script-fail-notify": true,
|
||||
|
||||
|
@ -88,6 +89,9 @@ in
|
|||
"dnd": {
|
||||
"text": "Do Not Disturb"
|
||||
},
|
||||
"volume": {
|
||||
"show-per-app": true
|
||||
},
|
||||
"buttons-grid": {
|
||||
"actions": [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue