Advertisement
Guest User

Untitled

a guest
Jun 9th, 2012
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. # All the startup applications here
  4.  
  5. while true; do
  6.    xsetroot -name "$( date +"%F %R" )"
  7.    sleep 1m    # Update time every minute
  8. done &
  9.  
  10. trayer --widthtype request --align right --height 16 --transparent true --alpha 0 --tint 0x0B0B0B --margin 0 &
  11.  
  12. nm-applet &
  13.  
  14. exec dwm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement