bar scripts To run this script add the following in your .xinitrc file [Normally located at /home/$USER/ ] The location where the script is placed shouled be in $PATH
##EXAMPLE(in your .xinitrc) ##blah blah . $PATH_WHERE_THE_SCRIPT_IS_LOCATED ##an example . /home/$USER/scripts/bar.sh & ##the '&' at the end tell the system to run it as a background process ##feel free to change the bar update time at the endof the while loop to a time you seem familiar with ##i have set it to 1s as i have a pretty good system!! ##blah blah HAVE A NICE DAY