commit 1d20b470dead09cf229849560a3363f3fc0e363a parent c9f9a896435ed10fdf92543b85d278b3348c8863 Author: clamiax <smoppy@gmail.com> Date: Sun, 5 Jan 2014 21:07:11 +0000 Brief description of scripts. Diffstat:
M | README.md | | | 25 | ++++++++++++++++++++++++- |
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1,4 +1,27 @@ scripts ======= +Useful shell scripts. -shell scripts +acpi +---- +Suspend the system if battery is critical. + +dwmstatus +--------- +Draw useful informations to the dwm bar. + +scrapthumb +---------- +Get random images from Tumblr. +Example usage: + +# ~/.xinitrc +while true +do + feh --bg-scale $(~/sources/scripts/scrapthumb -n1 -s http://desktopwallpaperproject.tumblr.com) + sleep 1m +done & + +spawncgi +-------- +Spawn the CGI daemon.