Firestarter: Stop hardcoding directories
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user