All config files should be lowercase

This commit is contained in:
quadbyte 2025-08-13 23:20:14 -04:00
parent 850968c3c0
commit 241220745f
2 changed files with 3 additions and 3 deletions

View file

@ -44,4 +44,4 @@ check_contrast = true
# target: ABSOLUTE path in which to place a file with generated templated values.
# ¡ If either one is a directory, then both SHOULD be one. !
# zathura = { template = 'zathura', target = '~/.config/zathura/zathurarc' }
Noctalia = { template = 'noctalia.json', target = '~/.config/noctalia/Theme.json' }
Noctalia = { template = 'noctalia.json', target = '~/.config/noctalia/theme.json' }