Add time/date to dwm status
This commit is contained in:
parent
f18617523b
commit
55d7e5836f
10
.xinitrc
10
.xinitrc
@ -4,7 +4,8 @@ setxkbmap -layout us,ca -variant multi -option 'grp:win_space_toggle, caps:swape
|
|||||||
xset r rate 300 50
|
xset r rate 300 50
|
||||||
mon-on
|
mon-on
|
||||||
picom --experimental-backends --backend glx &
|
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
|
wal --theme sexy-phrak1 -b 080808
|
||||||
conky
|
conky
|
||||||
xautolock -time 12 -locker "systemctl suspend" -detectsleep -notify 5 -notifier "notify-send Locking" &
|
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
|
#dunst crashes X for some reason on my device so I put it in screen to prevent that
|
||||||
screen -dm dunst notifs
|
screen -dm dunst notifs
|
||||||
|
|
||||||
dwm
|
while true; do
|
||||||
|
xsetroot -name "$(date +'%H:%M:%S %a %b %d')"
|
||||||
|
sleep 2
|
||||||
|
done &
|
||||||
|
|
||||||
|
startdwm
|
||||||
|
Loading…
Reference in New Issue
Block a user