Title: Crop Author: antalg Pastebin link: http://pastebin.com/1PDXtb8k First Edit: Saturday 20th of October 2012 09:51:52 PM CDT Last Edit: Saturday 20th of October 2012 09:51:52 PM CDT #!/bin/bash   img=$(gsettings get org.gnome.desktop.background picture-uri) img=${img:8} img=${img:0:$(expr length ${img})-1}   # Insert your screen width here instead of 1600! convert -crop 1600x24+0+0 ${img} ~/Pictures/frame.png   setsid unity