dotfiles/config/polybar/colorblocks/launch-main.sh
2023-07-25 23:46:05 +02:00

9 lines
164 B
Bash
Executable file

#!/usr/bin/env bash
# Add this script to your wm startup file.
DIR="$HOME/.config/polybar/colorblocks"
# Launch the bar
polybar -q main -c "$DIR"/config.ini &