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

9 lines
168 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 external -c "$DIR"/config.ini &