fixed ryuuko ig

This commit is contained in:
emily 2024-05-11 17:50:26 +02:00
parent 2b66c1acca
commit c2fc1660bf
Signed by: emily
GPG key ID: F6F4C66207FCF995
2 changed files with 2 additions and 3 deletions

View file

@ -35,8 +35,7 @@
pavucontrol
signal-desktop
element-desktop
image-roll
wl-clipboard
libnotify
slurp

View file

@ -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} "Copied to clipboard."
paplay /usr/share/sounds/freedesktop/stereo/screen-capture.oga &>/dev/null &
image-roll "$dir/$file"
imv "$dir/$file"
if [[ -e "$dir/$file" ]]; then
${notify_cmd_shot} "Screenshot Saved."
else