summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-23 08:35:03 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-23 08:35:03 +0100
commit2060ba8fd84b7b9e23e1180467309ac8f85696f0 (patch)
treefcdc2a0dcbf86d0353a0228498b79662f3d01b88 /script
parent46db4277356cfc8fcafa6b9969bc6e39aef92310 (diff)
Fix theme selector removing of prev entry. Small improvement DarkBlue.
Diffstat (limited to 'script')
-rwxr-xr-xscript/rofi-theme-selector2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/rofi-theme-selector b/script/rofi-theme-selector
index bc285c03..e9f15dc6 100755
--- a/script/rofi-theme-selector
+++ b/script/rofi-theme-selector
@@ -169,7 +169,7 @@ function set_theme()
fi
if [ -f "${CDIR}/config" ]
then
- ${SED} -i "/rofi\.theme: \".*\.rasi\"$/d" "${CDIR}/config"
+ ${SED} -i "/rofi\.theme: .*\.rasi$/d" "${CDIR}/config"
fi
echo "rofi.theme: ${1}" >> "${CDIR}/config"