mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 14:42:29 +02:00
chore: rename config to config.jsonc
Only changes the name of the default config we install and does not affect the lookup logic in any way. Man pages were already fixed in #2744
This commit is contained in:
@ -16,7 +16,7 @@ Valid locations for this file are:
|
|||||||
- */etc/xdg/waybar/*
|
- */etc/xdg/waybar/*
|
||||||
- *@sysconfdir@/xdg/waybar/*
|
- *@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.jsonc
|
||||||
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.
|
||||||
|
|
||||||
# BAR CONFIGURATION
|
# BAR CONFIGURATION
|
||||||
|
@ -518,8 +518,8 @@ executable(
|
|||||||
)
|
)
|
||||||
|
|
||||||
install_data(
|
install_data(
|
||||||
'./resources/config',
|
'resources/config.jsonc',
|
||||||
'./resources/style.css',
|
'resources/style.css',
|
||||||
install_dir: sysconfdir / 'xdg/waybar'
|
install_dir: sysconfdir / 'xdg/waybar'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user