blob: 0e71ef24df9f0038d7d67aca064fda77c4d0f89d (
plain) (
tree)
|
|
statusbar() {
acpi -b | awk '{print $4}' | sed 's/,//;/100/d'
date '+%F | %R'
}
while true; do
xsetroot -name "$(statusbar | sed -z 's/\n/ | /g;s/ *$//')"
sleep 1m
done &
export _JAVA_AWT_WM_NONREPARENTING=1
compton --config /dev/null -bfD3 --xrender-sync-fence
wmname LG3D
unclutter --fork
numlockx
xset dpms 0 0 0
xset s off
~/.fehbg
exec dwm
|