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

10 lines
217 B
Bash
Raw Normal View History

2019-01-27 18:02:11 -05:00
#! /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 &