Introduced Notification server, and added background thorugh quickshell
This commit is contained in:
@@ -40,11 +40,13 @@ Singleton {
|
||||
}
|
||||
|
||||
property JsonObject background: JsonObject {
|
||||
property string wallpaperPath: ""
|
||||
property bool enabled: true
|
||||
property string wallpaperPath: "/usr/share/hydro-os/DefaultBackground.png"
|
||||
property string thumbnailPath: ""
|
||||
}
|
||||
|
||||
property JsonObject bar: JsonObject {
|
||||
property int height: 45
|
||||
property bool bottom: false // Instead of top
|
||||
property int cornerStyle: 0 // 0: Hug | 1: Float | 2: Plain rectangle
|
||||
property bool borderless: false // true for no grouping of items
|
||||
|
||||
Reference in New Issue
Block a user