From 22e8f8c134dac828f997519dbf0bdba0d3a4abdc Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 9 Feb 2023 21:22:48 -0600 Subject: update barmenu to add color args plus use /bin/sh --- barmenu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'barmenu') diff --git a/barmenu b/barmenu index a43a079..b110f18 100755 --- a/barmenu +++ b/barmenu @@ -1,7 +1,7 @@ -#!/sbin/sh +#!/bin/sh if [ -z "$WAYLAND_DISPLAY" -a -n "$DISPLAY" ]; then - dmenu -i -F $@ + dmenu -i -nb '#000000' -nf '#198844' -sb '#39c1ed' -sf '#198844' "$@" else - bemenu $(echo $@ | sed 's/-h/-H/') + dmenu-wl -nb '#000000' -nf '#198844' -sb '#39c1ed' -sf '#198844' -i $@ fi -- cgit v1.2.3