fixed ryuuko ig
This commit is contained in:
parent
2b66c1acca
commit
c2fc1660bf
2 changed files with 2 additions and 3 deletions
|
@ -35,8 +35,7 @@
|
||||||
pavucontrol
|
pavucontrol
|
||||||
signal-desktop
|
signal-desktop
|
||||||
element-desktop
|
element-desktop
|
||||||
|
|
||||||
image-roll
|
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
libnotify
|
libnotify
|
||||||
slurp
|
slurp
|
||||||
|
|
|
@ -54,7 +54,7 @@ notify_view() {
|
||||||
notify_cmd_shot="notify-send -h string:x-canonical-private-synchronous:sys-notify-shot -u low -i ${iDIR}/picture.png"
|
notify_cmd_shot="notify-send -h string:x-canonical-private-synchronous:sys-notify-shot -u low -i ${iDIR}/picture.png"
|
||||||
${notify_cmd_shot} "Copied to clipboard."
|
${notify_cmd_shot} "Copied to clipboard."
|
||||||
paplay /usr/share/sounds/freedesktop/stereo/screen-capture.oga &>/dev/null &
|
paplay /usr/share/sounds/freedesktop/stereo/screen-capture.oga &>/dev/null &
|
||||||
image-roll "$dir/$file"
|
imv "$dir/$file"
|
||||||
if [[ -e "$dir/$file" ]]; then
|
if [[ -e "$dir/$file" ]]; then
|
||||||
${notify_cmd_shot} "Screenshot Saved."
|
${notify_cmd_shot} "Screenshot Saved."
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue