Change name of root id to root everywhere
This commit is contained in:
@@ -5,7 +5,7 @@ import Quickshell
|
||||
import Quickshell.Io
|
||||
|
||||
Singleton {
|
||||
id: timeRoot
|
||||
id: root
|
||||
|
||||
readonly property int barSize: 35
|
||||
readonly property double heightGaps: barSize * 0.8
|
||||
@@ -18,7 +18,7 @@ Singleton {
|
||||
// Colors
|
||||
FileView {
|
||||
id: walColors
|
||||
path: Qt.resolvedUrl(Quickshell.env("XDG_CACHE_HOME")+"/wal/colors")
|
||||
path: Qt.resolvedUrl(Quickshell.env("XDG_CACHE_HOME") + "/wal/colors")
|
||||
blockLoading: true
|
||||
watchChanges: true
|
||||
onFileChanged: this.reload()
|
||||
|
||||
Reference in New Issue
Block a user