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:
Aleksei Bavshin
2024-02-25 11:33:04 -08:00
parent 2108959644
commit 43aabf046c
3 changed files with 3 additions and 3 deletions

View File

@ -518,8 +518,8 @@ executable(
)
install_data(
'./resources/config',
'./resources/style.css',
'resources/config.jsonc',
'resources/style.css',
install_dir: sysconfdir / 'xdg/waybar'
)