mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
All config files should be lowercase
This commit is contained in:
@@ -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' }
|
||||
+2
-2
@@ -81,7 +81,7 @@ Singleton {
|
||||
property color overlay: "#191724"
|
||||
}
|
||||
|
||||
// Wallust theme colors (loaded from Theme.json)
|
||||
// Wallust theme colors (loaded from theme.json)
|
||||
QtObject {
|
||||
id: wallustTheme
|
||||
|
||||
@@ -115,7 +115,7 @@ Singleton {
|
||||
// FileView to load Wallust theme data from Theme.json
|
||||
FileView {
|
||||
id: wallustFile
|
||||
path: Settings.configDir + "Theme.json"
|
||||
path: Settings.configDir + "theme.json"
|
||||
watchChanges: true
|
||||
onFileChanged: reload()
|
||||
onAdapterUpdated: writeAdapter()
|
||||
|
||||
Reference in New Issue
Block a user