This website requires JavaScript.
Explore
Help
Sign In
shockrah
/
rice
Watch
1
Star
0
Fork
0
You've already forked rice
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
11fa2387fb
rice
/
snip
7 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
new scripts for polybar and screenshotting things easily from dmenu
2019-09-23 04:30:30 +00:00
#!/bin/sh
optional parameter works in dmenu+shell
2019-09-26 22:12:10 +00:00
if [ -z "$1" ]; then
scrot -sz $HOME/tmp.png
else
scrot -sz $HOME/$1
fi
Reference in New Issue
Copy Permalink