summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-12-10 23:18:20 +0100
committerRasmus Steinke <rasi@xssn.at>2017-12-10 23:18:20 +0100
commit2cbbb1606fd963c524a87257078065f86a68cf18 (patch)
tree71b4e30df6d2459a2d713aad0c7ea29bef7cd264 /script
parent6abc8c920ccf0be6b325bd33182607337892cd75 (diff)
include $XDG_CONGIG_HOME/rofi/themes
Diffstat (limited to 'script')
-rwxr-xr-xscript/rofi-theme-selector1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/rofi-theme-selector b/script/rofi-theme-selector
index 8df128bc..0646e4bc 100755
--- a/script/rofi-theme-selector
+++ b/script/rofi-theme-selector
@@ -69,6 +69,7 @@ function find_themes()
fi
# Add user dir.
DIRS+=":${HOME}/.local/share/"
+ DIRS+=":${HOME}/.config/"
for p in ${DIRS}; do
p=${p%/}
TD=${p}/rofi/themes