show notification in fullscreen
This commit is contained in:
@@ -209,6 +209,7 @@ Singleton {
|
||||
return {
|
||||
logo: general.logo,
|
||||
wallpaperPath: general.wallpaperPath,
|
||||
showOverFullscreen: general.showOverFullscreen,
|
||||
desktopIcons: general.desktopIcons,
|
||||
dateFormat: general.dateFormat,
|
||||
color: {
|
||||
|
||||
@@ -13,6 +13,7 @@ JsonObject {
|
||||
property Idle idle: Idle {
|
||||
}
|
||||
property string logo: ""
|
||||
property bool showOverFullscreen: true
|
||||
property string wallpaperPath: Quickshell.env("HOME") + "/Pictures/Wallpapers"
|
||||
|
||||
component Apps: JsonObject {
|
||||
|
||||
Reference in New Issue
Block a user