mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
update for latest theme format changes
This commit is contained in:
parent
d747029f7e
commit
1ebca2711b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue