1
0
Fork 0
mirror of https://gitlab.com/dwt1/dotfiles.git synced 2023-02-13 20:55:19 -05:00
dwt1--dotfiles/.dwm/autostart.sh
2019-01-27 17:02:11 -06:00

9 lines
217 B
Bash
Executable file

#! /bin/bash
compton --config ~/.config/compton/compton.conf &
nitrogen --restore &
urxvtd -q -o -f &
while true; do
xsetroot -name "` date +"%b %e, %Y - %R" `"
sleep 1m # Update time every minute
done &