update swaync screenshot

This commit is contained in:
Frost-Phoenix 2024-06-26 01:04:50 +02:00
parent 65426e1e5d
commit b5adb6b2ff

View file

@ -64,11 +64,11 @@
"actions": [ "actions": [
{ {
"label": "Whole screen", "label": "Whole screen",
"command": "grimblast --notify --cursor --freeze copysave output" "command": "grimblast --notify --cursor --freeze copysave output ~/Pictures/$(date +'%Y-%m-%d-At-%Ih%Mm%Ss').png"
}, },
{ {
"label": "Window / Region", "label": "Window / Region",
"command": "grimblast --notify --cursor --freeze copysave area" "command": "grimblast --notify --cursor --freeze copysave area ~/Pictures/$(date +'%Y-%m-%d-At-%Ih%Mm%Ss').png"
} }
] ]
}, },
@ -129,4 +129,4 @@
"image-radius": 5 "image-radius": 5
} }
} }
} }