forked from emily/nixfiles
fixed ryuuko ig
This commit is contained in:
parent
2b66c1acca
commit
c2fc1660bf
2 changed files with 2 additions and 3 deletions
|
@ -36,7 +36,6 @@
|
|||
signal-desktop
|
||||
element-desktop
|
||||
|
||||
image-roll
|
||||
wl-clipboard
|
||||
libnotify
|
||||
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} "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
|
||||
|
|
Loading…
Reference in a new issue