mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Fix screenshots add : to rofi-theme selector prompt.
This commit is contained in:
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 |
|
@ -104,7 +104,7 @@ declare -i SELECTED
|
||||||
|
|
||||||
function select_theme ()
|
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+=(-kb-custom-1 "Alt-a")
|
||||||
MORE_FLAGS+=(-u 2,3 -a 4,5 )
|
MORE_FLAGS+=(-u 2,3 -a 4,5 )
|
||||||
local CUR="default"
|
local CUR="default"
|
||||||
|
|
Loading…
Reference in a new issue