My scripts for startup, dmenu, and the command line
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

screenshot.sh 246 B

4 anni fa
1234567
  1. #!/bin/sh
  2. method=$(printf "clipboard\nfile\nboth" | dmenu -l 3)
  3. if test $method = "file"; then
  4. scrot --note "-f 'LiterationSans Nerd Font Book/11' -x 10 -y 20 -c 255,0,0,255 -t 'Hi'" -s ~/Pictures/screenshots/screenshot-%Y-%m-%d_$wx$h.png
  5. fi