From de9098d0509d12f3dc70c70c787e1087594bfca1 Mon Sep 17 00:00:00 2001 From: Martin Andersen Date: Thu, 23 May 2024 21:13:11 +0200 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)