aboutsummaryrefslogtreecommitdiffstats
path: root/.config/herbstluftwm/calc.sh
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-02-06 16:29:12 -0700
committerkatherine <shmibs@shmibbles.me>2016-02-06 16:29:12 -0700
commit699e1904bbf22a40fdba34f53472ca773d7041fb (patch)
treeae6b78e9898b7d58230ff8d1b6f793bc55d30edf /.config/herbstluftwm/calc.sh
parent3d59966f4c5d9dfb7c0c40f278a412b0ec22fbd3 (diff)
downloaddotfiles-699e1904bbf22a40fdba34f53472ca773d7041fb.tar.gz
unify theming
Diffstat (limited to '.config/herbstluftwm/calc.sh')
-rwxr-xr-x.config/herbstluftwm/calc.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/herbstluftwm/calc.sh b/.config/herbstluftwm/calc.sh
index ee0cc93..e10cfa6 100755
--- a/.config/herbstluftwm/calc.sh
+++ b/.config/herbstluftwm/calc.sh
@@ -27,9 +27,9 @@ command_check() {
}
while [ "$in" != "" ]; do
- in=$(echo "" | dmenu -fn $efont -q -h $bheight \
- -nb $bg_normal -nf $fg_normal \
- -sb $bg_focus -sf $fg_focus -p "$prompt" | \
+ in=$(dmenu -noinput -fn "${bfont}:size=${bfont_size}" -q -h "$bheight" \
+ -nb "$bg_normal" -nf "$fg_normal" \
+ -sb "$bg_focus" -sf "$fg_focus" -p "$prompt" | \
sed -e "s/ans/$acc/g")
if [[ $(command_check "$in" "$acc") -eq 1 ]]; then
break