Fix shellcheck issues

This commit is contained in:
Tobias Reisinger 2021-09-29 22:45:12 +02:00
parent 2ab76c75f7
commit 54ecc698f0
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 35 additions and 43 deletions

View file

@ -19,7 +19,7 @@ audio_wait_pid=1
wait_for_service()
{
until systemctl is-active --quiet $1
until systemctl is-active --quiet "$1"
do
sleep 0.5
done
@ -56,7 +56,7 @@ _autostart_apps()
conky --daemonize --config="$HOME/.config/conky/clock.conf"
conky --daemonize --config="$HOME/.config/conky/system.conf"
conky --daemonize --config="$HOME/.config/conky/archlinux-updates.conf"
feh --bg-fill $XDG_PICTURES_DIR/wallpaper/active_wallpaper
feh --bg-fill "$XDG_PICTURES_DIR/wallpaper/active_wallpaper"
#actkbd --grab --config ~/.config/actkbd/actkbd.conf --device /dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd &