dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

dwmstatus (70B)


      1 #!/bin/sh
      2 while true; do
      3 	xsetroot -name "$(sysstatus)"
      4 	sleep 5
      5 done