Browse Source

fix fontsize at prompt

master
tiynger 1 year ago
parent
commit
0ebce38687
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .local/bin/tools/prompt

+ 1
- 1
.local/bin/tools/prompt

@ -4,4 +4,4 @@
# For example: # For example:
# `./prompt "Do you want to shutdown?" "shutdown -h now"` # `./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

Loading…
Cancel
Save