Fix shellcheck issues
This commit is contained in:
		
							parent
							
								
									2ab76c75f7
								
							
						
					
					
						commit
						54ecc698f0
					
				
					 3 changed files with 35 additions and 43 deletions
				
			
		|  | @ -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 & | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue