update swaync: add recording menu
This commit is contained in:
parent
b5adb6b2ff
commit
513d625c93
|
@ -63,12 +63,12 @@
|
||||||
"position": "left",
|
"position": "left",
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"label": "Whole screen",
|
"label": " Whole screen",
|
||||||
"command": "grimblast --notify --cursor --freeze copysave output ~/Pictures/$(date +'%Y-%m-%d-At-%Ih%Mm%Ss').png"
|
"command": "grimblast --notify --cursor --freeze copy output"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Window / Region",
|
"label": " Window / Region",
|
||||||
"command": "grimblast --notify --cursor --freeze copysave area ~/Pictures/$(date +'%Y-%m-%d-At-%Ih%Mm%Ss').png"
|
"command": "grimblast --notify --cursor --freeze copy area"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -77,16 +77,20 @@
|
||||||
"position": "left",
|
"position": "left",
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"label": "todo",
|
"label": " Record screen",
|
||||||
"command": "sh -c 'swaync-client -cp; pkexec ~/.config/scripts/fancontrol.sh 0'"
|
"command": "record screen & ; swaync-client -t"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "todo",
|
"label": " Record selection",
|
||||||
"command": "sh -c 'swaync-client -cp; pkexec ~/.config/scripts/fancontrol.sh 25'"
|
"command": "record area & ; swaync-client -t"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Full speed",
|
"label": " Record GIF",
|
||||||
"command": "sh -c 'swaync-client -cp; pkexec ~/.config/scripts/fancontrol.sh 100'"
|
"command": "record gif & ; swaync-client -t"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": " Stop",
|
||||||
|
"command": "record stop"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue