You are not logged in.
Pages: 1
Just installed suckless's DWM on arch, then I installed slstatus for viewing my system stats but I just can't figure out a way to run it as a background process and make it launch at startup. I've tried putting
exec slstatusin my
.xinitrc but it just doesn't work. please guide me through this, I've spent hours configuring it but can't make it work ![]()
Last edited by operadicmaniac (2022-08-13 17:31:35)
Offline
I read the portion of the wiki you attached and did this:
First I created the
~/.xprofile file and
pasted this as its contents
# Statusbar loop
while true; do
xsetroot -name "$( date +"%F %R" )"
sleep 1m # Update time every minute
done &
# Autostart section
exec slstatus &
exec dwmthen I went to the directory where I cloned the slstatus repo and did
sudo make clean installslstatus is working file now. thanks.
But one thing is bothering me, I have sddm installed as my display manager and when I try to login in the very first time it somehow resembles the same login color theme as my wallpaper and so I tried to fix it by placing
nitrogen --restore &in my
~/.xprofilebut it didn't work, please shed some light on this
Last edited by operadicmaniac (2022-08-07 16:53:00)
Pages: 1