summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-11-16 09:22:41 +0100
committerDave Davenport <qball@gmpclient.org>2016-11-16 09:22:41 +0100
commitd245a4e6a1f7b1ec6a1f63eb2be729f08ddd2fbc (patch)
treebaedeed9655c1c6dc3cc853e0bdc8ddd1147bd86 /script
parent34cf7c690951045f71f48d69ac880e274c9c967e (diff)
Add themes, make rofi-theme-selector show highlighted rows.
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 e5a176c7..8faafc82 100755
--- a/script/rofi-theme-selector
+++ b/script/rofi-theme-selector
@@ -106,6 +106,7 @@ function select_theme ()
{
local MORE_FLAGS=(-dmenu -format i -no-custom -p Theme -markup -config ${TMP_CONFIG_FILE} -i)
MORE_FLAGS+=(-kb-custom-1 "Alt-a")
+ MORE_FLAGS+=(-u 2,3 -a 4,5 )
local CUR="default"
while true
do