stupidly simple modular statusbar
Go to file
2022-04-07 16:44:25 +03:00
candybar.sh initial commit 2022-04-07 15:03:37 +03:00
config.sh initial commit 2022-04-07 15:03:37 +03:00
LICENSE Create LICENSE 2022-04-07 16:44:25 +03:00
modules.sh initial commit 2022-04-07 15:03:37 +03:00
README.md whoops! 2022-04-07 15:17:48 +03:00

candybar

a stupidly simple modular statusbar

usage

candybar only outputs the text that should be shown on the bar, which makes it useable on different applications.

usage with dwm

add the following to your ~/.xinitrc:

while true; do
	xsetroot -name "$(candybar)"
	sleep 2
done &

usage with tmux

add the following to your ~/.tmux.conf:

set -g status-interval 2
set -g status-right-length 100
set -g status-right "#(candybar)"