From 79f2d23372e65ac7f08c4db4290c5130c5738cb0 Mon Sep 17 00:00:00 2001 From: Mark Riedesel Date: Fri, 19 Jul 2019 15:08:41 -0500 Subject: [PATCH] fix polybar config path --- _config/polybar/launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config/polybar/launch.sh b/_config/polybar/launch.sh index 9ae65ce..e418e15 100755 --- a/_config/polybar/launch.sh +++ b/_config/polybar/launch.sh @@ -1,5 +1,5 @@ #!/bin/sh -POLYBAR_CONFIG=/home/mark/dotfiles-refresh/.config/polybar/config +POLYBAR_CONFIG=$(dirname $0)/config # kill polybar and wait for shutdown killall -q polybar