sb

shitty bar for dwm
git clone git://git.ckyln.com/~cem/sb.git
Log | Files | Refs | README | LICENSE

commit 194ba0d242c8a83110e462560de01c8a5b0e3916
parent 42aec6b27b0dbb03b481c9028a5c2f4dcdb4c988
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed, 12 Feb 2020 15:15:12 +0300

fix sb not starting without an option

Diffstat:
Msb | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sb b/sb @@ -21,7 +21,7 @@ EOF exit 0 } -case "$1" in +[ "$1" ] && case "$1" in d) noconfig=1 ;; v) printf '%s\n' "${0##*/}-$VERSION"; exit 0 ;; n) nobar=1 ;;