+ Bruh doesn't work

This commit is contained in:
ziro 2021-11-13 20:05:14 +07:00
parent 3b6f6f7a5a
commit 0ff7557d64
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -5,5 +5,11 @@ picom &
nitrogen --restore &
$HOME/.scripts/launch-conky_dwm.sh &
sxhkd -c $HOME/.config/sxhkd/dwm &
[ x$(pidof dwmblocks) = "x" ] && $(dwmblocks &; pkill -RTMIN+1 dwmblocks) || echo "dwmblocks is running, skipped."
if [ x$(pidof dwmblocks) = "x" ]
then
dwmblocks &
pkill -RTMIN+1 dwmblocks
else
echo 'dwmblocks is running, skipped.'
fi
fcitx5 -d &