Move all config files to config directory and add corresponding changes to bootstrap script
This commit is contained in:
9
config/polybar/launch.sh
Executable file
9
config/polybar/launch.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Terminate already running bar instances
|
||||
killall -q polybar
|
||||
|
||||
polybar main -c $HOME/.config/polybar/config.ini
|
||||
|
||||
echo "Bars launched..."
|
||||
|
||||
Reference in New Issue
Block a user