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:
parent
2cd67fdd0a
commit
68e525df58
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue