Skip to content

Commit

Permalink
fix bad pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Apr 21, 2023
1 parent 6d63d0f commit 724d363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/defaults/autostart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# default file copies first run
if [[ ! -f $HOME/.config/tint2/tint2rc ]]; then
mkdir -p $HOME/.config/tint2
cp /defaults/tint2rc /config/.config/tint2/tint2rc
cp /defaults/tint2rc $HOME/.config/tint2/tint2rc
fi

# Start UI
Expand Down

0 comments on commit 724d363

Please sign in to comment.