Firestarter: Stop hardcoding directories

This commit is contained in:
2020-09-16 12:51:43 -05:00
parent b1351da872
commit fb36639d48
3 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
#.fsdefaults
command -v tint2
tint2
command -v polybar && [ -r "/home/salt/.config/polybar/launch.sh" ]
sleep 5 && "/home/salt/.config/polybar/launch.sh"
command -v polybar && [ -r "$HOME/.config/polybar/launch.sh" ]
sleep 5 && "$HOME/.config/polybar/launch.sh"
command -v lxpanel
lxpanel
command -v lxqt-panel