mirror of
https://github.com/flickowoa/dotfiles.git
synced 2026-04-06 00:32:09 +02:00
6 lines
222 B
Bash
Executable File
6 lines
222 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
themedir=$1
|
|
grim -g "$(ags -b geom -c $themedir/components/ags/windows/geom/geom.js)" /tmp/scrn.png && \
|
|
wl-copy < /tmp/scrn.png && \
|
|
notify-send "Screenshot copied to clipboard" -a "ss" -i /tmp/scrn.png |