sb

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

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

get user functions from ~/.config/sb-func

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

diff --git a/sb b/sb @@ -38,7 +38,7 @@ esac [ -z "$SLEEPTIME" ] && SLEEPTIME="1" for func in "$FUNCPATH/"* ; do [ -f "$func" ] && . "$func"; done -for func in "$HOME/.config/sbfunc/"* ; do +for func in "$HOME/.config/sb-func/"* ; do [ -f "$func" ] && . "$func" ; done if [ -z "$nobar" ]; then if [ -e "/tmp/sb-$USER.pid" ] ; then