fix: correct waybar's config format

This commit is contained in:
Ryan Yin
2023-07-30 16:44:41 +08:00
parent 71af10ff3b
commit b3676ccbe6
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
## launch waybar with alt config
CONFIG="$HOME/.config/hypr/waybar/config.json"
CONFIG="$HOME/.config/hypr/waybar/config.jsonc"
STYLE="$HOME/.config/hypr/waybar/style.css"
if [[ ! $(pidof waybar) ]]; then