mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
update settings schema
This commit is contained in:
parent
b55f89a00d
commit
9aa51c86da
25 changed files with 342 additions and 103 deletions
|
|
@ -9,7 +9,7 @@ Rectangle {
|
|||
id: root
|
||||
required property PwNode node
|
||||
required property var isSink
|
||||
color: ShellSettings.settings.colors["surface_container_high"]
|
||||
color: ShellSettings.colors["surface_container_high"]
|
||||
|
||||
PwObjectTracker {
|
||||
id: defaultSourceTracker
|
||||
|
|
@ -27,7 +27,7 @@ Rectangle {
|
|||
spacing: 10
|
||||
|
||||
Text {
|
||||
color: ShellSettings.settings.colors["inverse_surface"]
|
||||
color: ShellSettings.colors["inverse_surface"]
|
||||
text: {
|
||||
|
||||
// Taken from quickshell-examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue