summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-11-28 09:07:51 +0100
committerDave Davenport <qball@gmpclient.org>2016-11-28 09:07:51 +0100
commit81613e287b9340da9de64d4a8b77191766def024 (patch)
tree7443a2aff3c102dc1abe5ecae3a67ce0a3c54788 /script
parenteaccdfbeb65bf2c6411d0d3c4cb465fbb3d0b9fd (diff)
Fix screenshots add : to rofi-theme selector prompt.
Diffstat (limited to 'script')
-rwxr-xr-xscript/rofi-theme-selector2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/rofi-theme-selector b/script/rofi-theme-selector
index 8faafc82..51e3a325 100755
--- a/script/rofi-theme-selector
+++ b/script/rofi-theme-selector
@@ -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"