1
0
Fork 0
forked from emily/nixfiles

fixed ryuuko ig

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

View file

@ -35,8 +35,7 @@
pavucontrol pavucontrol
signal-desktop signal-desktop
element-desktop element-desktop
image-roll
wl-clipboard wl-clipboard
libnotify libnotify
slurp 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="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