fixes to Notifications
This commit is contained in:
@@ -10,5 +10,5 @@ geometry=$(slurp) || exit 1
|
||||
grim -g "$geometry" - | wl-copy -t image/png
|
||||
|
||||
if command -v notify-send >/dev/null 2>&1; then
|
||||
notify-send -a Screenshot -i camera-photo "Screenshot copied to clipboard"
|
||||
notify-send --app-name "Screenshot" --icon "camera-photo" -u normal "Area" "Screenshot copied to clipboard"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user