add quick actions tab
This commit is contained in:
5
modules/home/wayland/apps/eww/bar/scripts/screenshot
Executable file
5
modules/home/wayland/apps/eww/bar/scripts/screenshot
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
DIR="$HOME/Pictures/Screenshots"
|
||||
mkdir -p "$DIR"
|
||||
FILE="$DIR/$(date +%Y-%m-%d_%H-%M-%S).png"
|
||||
grim -g "$(slurp)" "$FILE" && wl-copy < "$FILE"
|
||||
Reference in New Issue
Block a user