mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 14:42:29 +02:00
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:
@ -10,11 +10,11 @@ The configuration uses the JSONC file format and is named *config* or *config.js
|
|||||||
|
|
||||||
Valid locations for this file are:
|
Valid locations for this file are:
|
||||||
|
|
||||||
- *$XDG_CONFIG_HOME/waybar/config*
|
- *$XDG_CONFIG_HOME/waybar/*
|
||||||
- *~/.config/waybar/config*
|
- *~/.config/waybar/*
|
||||||
- *~/waybar/config*
|
- *~/waybar/*
|
||||||
- */etc/xdg/waybar/config*
|
- */etc/xdg/waybar/*
|
||||||
- *@sysconfdir@/xdg/waybar/config*
|
- *@sysconfdir@/xdg/waybar/*
|
||||||
|
|
||||||
A good starting point is the default configuration found at https://github.com/Alexays/Waybar/blob/master/resources/config
|
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.
|
Also, a minimal example configuration can be found at the bottom of this man page.
|
||||||
|
Reference in New Issue
Block a user