From dc11a80d4b59920852bd7ead11d35eec165fde16 Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Mon, 5 Jul 2021 08:45:21 -0400 Subject: [PATCH] Remove dwm status The new dwm bar is very minimal and doesn't include a status. --- .xinitrc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.xinitrc b/.xinitrc index 7ee5217..7897ee4 100755 --- a/.xinitrc +++ b/.xinitrc @@ -3,17 +3,13 @@ setxkbmap -layout us,ca -variant multi -option 'grp:win_space_toggle, caps:swapescape' xset r rate 300 50 mon-on -picom --experimental-backends --backend glx --vsync & +picom --experimental-backends --backend glx & xwallpaper --center .config/wall.png wal --theme sexy-phrak1 -b 080808 +conky xautolock -time 12 -locker "systemctl suspend" -detectsleep -notify 5 -notifier "notify-send Locking" & 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 -while true; do - xsetroot -name "$(mpc -f %title% | head -n 1) $(mpc status | awk '/^\[playing\]/ { sub(/\/.+/,"",$4); print $3 }') | $(date) | $(acpi | cut -d',' -f2)" - sleep 2 -done & - -startdwm +dwm