summaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: f459e29c9a5ee7870e34fd22712335a6e83d1269 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 &

picom --config /dev/null -bfD3 --xrender-sync-fence
xset dpms 0 0 0
xset s off
~/.fehbg

exec dwm