Add time/date to dwm status

This commit is contained in:
DogeyStamp 2021-07-10 21:53:35 -04:00
parent f18617523b
commit 55d7e5836f

View File

@ -4,7 +4,8 @@ setxkbmap -layout us,ca -variant multi -option 'grp:win_space_toggle, caps:swape
xset r rate 300 50
mon-on
picom --experimental-backends --backend glx &
xwallpaper --center .config/wall.png
#xwallpaper --center .config/wall.png
xwallpaper --output DP2-1 --center med/pix/ble/uwsnbl.png --output DP1 --center med/pix/ble/uwsnbr.png --output eDP1 --center med/pix/ble/uwsnba.png
wal --theme sexy-phrak1 -b 080808
conky
xautolock -time 12 -locker "systemctl suspend" -detectsleep -notify 5 -notifier "notify-send Locking" &
@ -12,4 +13,9 @@ xss-lock -- slock &
#dunst crashes X for some reason on my device so I put it in screen to prevent that
screen -dm dunst notifs
dwm
while true; do
xsetroot -name "$(date +'%H:%M:%S %a %b %d')"
sleep 2
done &
startdwm