Fix screenshots add : to rofi-theme selector prompt.

This commit is contained in:
Dave Davenport 2016-11-28 09:07:51 +01:00
parent eaccdfbeb6
commit 81613e287b
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

After

Width:  |  Height:  |  Size: 233 KiB

View File

@ -104,7 +104,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"