#!/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