Update install.sh

This commit is contained in:
2024-05-23 21:13:11 +02:00
parent 298a91bd2f
commit de9098d050

View File

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