diff --git a/man/waybar.5.scd.in b/man/waybar.5.scd.in index e20eff4c..e076b000 100644 --- a/man/waybar.5.scd.in +++ b/man/waybar.5.scd.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: -- *$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.