fix polybar config path
This commit is contained in:
parent
1b8b4bc279
commit
79f2d23372
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue