screenshot selection color was pywalled
This commit is contained in:
parent
b2fce36b80
commit
0eb83b5dc7
|
@ -1,6 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
filename="/home/qv/Pictures/screenshots/$(date -u +"%Y-%m-%d%H%M%S")-screenshot.png"
|
||||
selection=$(hacksaw -f "-i %i -g %g")
|
||||
. "${HOME}/.cache/wal/colors.sh"
|
||||
|
||||
filename="${HOME}/Pictures/screenshots/$(date -u +"%Y-%m-%d%H%M%S")-screenshot.png"
|
||||
selection=$(hacksaw -f "-i %i -g %g" --colour $color4)
|
||||
shotgun $selection $filename
|
||||
xclip -t 'image/png' -selection clipboard < $filename
|
||||
|
|
Loading…
Reference in New Issue