9 lines
168 B
Bash
Executable file
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 &
|
|
|