dotfiles/bin/screenshot

11 lines
176 B
Bash
Executable File

#!/bin/bash
# Screenshot na waylandu!
# DEPS: grim, slurp
DESTINATION=~/Slike/screenshots
FILENAME="screenshot-`date +%F-%T`"
grim -g "$(slurp)" $DESTINATION/$FILENAME.png