mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-08 22:05:06 +02:00
fix: correct waybar's config format
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## launch waybar with alt config
|
## 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"
|
STYLE="$HOME/.config/hypr/waybar/style.css"
|
||||||
|
|
||||||
if [[ ! $(pidof waybar) ]]; then
|
if [[ ! $(pidof waybar) ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user