diff --git a/install.sh b/install.sh index 346ca04..c89d43f 100644 --- a/install.sh +++ b/install.sh @@ -256,7 +256,7 @@ touch ~/.xsession && echo "qtile start" > ~/.xsession # Qtile Autostart.sh file mkdir -p ~/.config/qtile/ if [ ! -f ~/.config/qtile/autostart.sh ]; then -cat << QTILEAUTOSTART > ~/.config/qtile/autostart.sh +cat << "QTILEAUTOSTART" > ~/.config/qtile/autostart.sh #!/bin/sh pgrep -x picom > /dev/null || picom -b & if [ -f ~/.fehbg ]; then @@ -285,7 +285,7 @@ fi # Qtile Colors.sh file if [ ! -f ~/.config/qtile/my_colors.py ]; then -cat << QTILECOLORS > ~/.config/qtile/my_colors.py +cat << "QTILECOLORS" > ~/.config/qtile/my_colors.py colors = { "base00": "#192227", # Default Background "base01": "#1c1915", # Lighter Background (Used for status bars, line number and folding marks)