- 2011-03-14
- finland
DWM editing the bar to show time
xrdb -merge ~/.Xresources while true; do # BAT=$(acpi | awk '{ print $4 }' | sed s/","//g) CLK=$( date +'%H:%M') # xsetroot -name "$BAT | $CLK" xsetroot -name "$CLK" sleep 1 done | while true; do ~/bin/dwm; done Will this work to on RHEL6 x64 on a T400 Lenovo/IBM? Let's see tomorrow :) *** 14 …