Firestarter: Lower waits on services

This commit is contained in:
Salt 2020-09-16 14:39:52 -05:00
parent 76ce3fa399
commit f1892e5a18
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
command -v tint2 command -v tint2
tint2 tint2
command -v polybar && [ -r "$HOME/.config/polybar/launch.sh" ] command -v polybar && [ -r "$HOME/.config/polybar/launch.sh" ]
sleep 5 && "$HOME/.config/polybar/launch.sh" sleep 3 && "$HOME/.config/polybar/launch.sh"
command -v lxpanel command -v lxpanel
lxpanel lxpanel
command -v lxqt-panel command -v lxqt-panel

View File

@ -4,6 +4,6 @@
# Note: the dumb sleep hack is because Conky crashes with window_type override if the WM hasn't loaded yet # Note: the dumb sleep hack is because Conky crashes with window_type override if the WM hasn't loaded yet
# This gives the WM ample time to load up # This gives the WM ample time to load up
command -v conky && [ -r "${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky-clock.conf" ] && [[ "$HOSTNAME" == "lap"* ]] command -v conky && [ -r "${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky-clock.conf" ] && [[ "$HOSTNAME" == "lap"* ]]
sleep 5 && conky -c "${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky-clock.conf" sleep 3 && conky -c "${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky-clock.conf"
command -v conky && [ -r "${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky.conf" ] command -v conky && [ -r "${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky.conf" ]
sleep 5 && conky sleep 3 && conky