diff options
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 5 | 
1 files changed, 3 insertions, 2 deletions
| @@ -7,7 +7,8 @@ unset XDG_RUNTIME_DIR  export XDG_RUNTIME_DIR=$(mktemp -d /tmp/$(id -u)-runtime-dir.XXX)  gentoo-pipewire-launcher &  unclutter & -(while true; do xprop -root -set WM_NAME "VOL:$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | cut -d ':' -f 2) | BAT: $(cat /sys/class/power_supply/BAT0/capacity)% | $(date +"%a %D %I:%M:%S %p")"; sleep .5; done) & -feh --bg-scale /home/turret/.background +(while true; do xprop -root -set WM_NAME "VOL:$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | cut -d ':' -f 2) | $(date +"%F %H:%M:%S %p")"; sleep .5; done) & +[ -f ~/.background ] && feh --bg-scale ~/.background +#(while true; do xprop -root -set WM_NAME "$(date +"%F %I:%M:%S %p")"; sleep .5; done) &  exec dwm | 
