Skip to content

Commit

Permalink
made status script example of .xinitrc more useful
Browse files Browse the repository at this point in the history
  • Loading branch information
a@null committed Dec 13, 2008
1 parent 57a0788 commit 6d209b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ the DISPLAY environment variable is set correctly, e.g.:
In order to display status info in the bar, you can do something
like this in your .xinitrc:

dwm &
while true
do
xsetroot -name "`date` `uptime | sed 's/.*,//'`"
sleep 1
done
done &
exec dwm


Configuration
Expand Down

0 comments on commit 6d209b9

Please sign in to comment.