.xinitrc (281B)
1 #!/bin/bash 2 3 while true 4 do 5 status_name="`date` `uptime | sed 's/.*,//'`" 6 7 # Set the status 8 xsetroot -name "$status_name" 9 10 sleep 1 11 done & 12 nvidia-settings -l 13 feh --bg-fill /home/cori/Pictures/mountain-landscape-5120x2880-24317.jpg 14 xset -dpms 15 xset s off 16 17 exec dwm