Created new hover window, theming changes
This commit is contained in:
18
Common/HoverMediator.qml
Normal file
18
Common/HoverMediator.qml
Normal file
@@ -0,0 +1,18 @@
|
||||
pragma Singleton
|
||||
|
||||
import Quickshell
|
||||
import qs.Common
|
||||
|
||||
Singleton {
|
||||
id: mediatorRoot
|
||||
|
||||
property var component: null
|
||||
property string type: ""
|
||||
property int width: 100
|
||||
property int height: 100
|
||||
property int x: component? component.implicitWidth : 0
|
||||
property int y: component? (component.implicitHeight + Theme.gaps) : 100
|
||||
property bool visible: false
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user