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