update for latest theme format changes

This commit is contained in:
Rasmus Steinke 2017-12-09 11:02:07 +01:00
parent d747029f7e
commit 1ebca2711b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ declare -i SELECTED
function select_theme ()
{
local MORE_FLAGS=(-dmenu -format i -no-custom -p "Theme: " -markup -config ${TMP_CONFIG_FILE} -i)
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"