From d4b0b369dad8af09472d0c3639f6da310f8313ae Mon Sep 17 00:00:00 2001 From: Martin Andersen Date: Fri, 24 May 2024 12:51:36 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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