From 69194269fff609838902b6d94eb874666d3197f5 Mon Sep 17 00:00:00 2001 From: tiynger Date: Fri, 1 Nov 2019 11:31:20 +0100 Subject: [PATCH] fix fontsize at prompt --- .local/bin/tools/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/tools/prompt b/.local/bin/tools/prompt index 344a1ba..25310ce 100755 --- a/.local/bin/tools/prompt +++ b/.local/bin/tools/prompt @@ -4,4 +4,4 @@ # For example: # `./prompt "Do you want to shutdown?" "shutdown -h now"` -[ "$(printf "No\\nYes" | dmenu -i -fn Monospace-15 -p "$1" -nb darkred -sb red -sf white -nf gray )" = "Yes" ] && $2 +[ "$(printf "No\\nYes" | dmenu -i -fn Monospace-13 -p "$1" -nb darkred -sb red -sf white -nf gray )" = "Yes" ] && $2