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