Remove 'config' from list of valid locations

Since the file can also be named config.jsonc, that will remove ambiguity
This commit is contained in:
Ryan Delaney 2023-12-13 11:22:57 -05:00
parent 2cd67fdd0a
commit 68e525df58
1 changed files with 5 additions and 5 deletions

View File

@ -10,11 +10,11 @@ The configuration uses the JSONC file format and is named *config* or *config.js
Valid locations for this file are:
- *$XDG_CONFIG_HOME/waybar/config*
- *~/.config/waybar/config*
- *~/waybar/config*
- */etc/xdg/waybar/config*
- *@sysconfdir@/xdg/waybar/config*
- *$XDG_CONFIG_HOME/waybar/*
- *~/.config/waybar/*
- *~/waybar/*
- */etc/xdg/waybar/*
- *@sysconfdir@/xdg/waybar/*
A good starting point is the default configuration found at https://github.com/Alexays/Waybar/blob/master/resources/config
Also, a minimal example configuration can be found at the bottom of this man page.