diff --git a/install.sh b/install.sh index 77aea23..900cec7 100644 --- a/install.sh +++ b/install.sh @@ -704,7 +704,7 @@ fi feh --bg-scale "$(find $HOME/Wallpapers -type f | shuf -n 1)" # Run Python script to extract colors -python3 $HOME/.config/qtile/extract_colors.py $(cat $HOME/.fehbg | sed -n "s/[^']*'\([^']*\)'.*/\1/p") +python3 $HOME/.config/qtile/extract_colors.py $(cat $HOME/.fehbg | sed -n "s/[^'\'']*'\''\([^'\'']*\)'\''.*/\1/p") qtile cmd-obj -o cmd -f reload_config