forked from Shinonome/dots-hyprland
allow customizing material color palette w/ auto mode
This commit is contained in:
@@ -16,6 +16,9 @@ Singleton {
|
||||
property QtObject appearance: QtObject {
|
||||
property int fakeScreenRounding: 2 // 0: None | 1: Always | 2: When not fullscreen
|
||||
property bool transparency: false
|
||||
property QtObject palette: QtObject {
|
||||
property string type: "auto" // Allowed: auto, scheme-content, scheme-expressive, scheme-fidelity, scheme-fruit-salad, scheme-monochrome, scheme-neutral, scheme-rainbow, scheme-tonal-spot
|
||||
}
|
||||
}
|
||||
|
||||
property QtObject audio: QtObject { // Values in %
|
||||
|
||||
Reference in New Issue
Block a user