quickshell lets gooo
This commit is contained in:
14
dots/quickshell/modules/notifications/Wrapper.qml
Normal file
14
dots/quickshell/modules/notifications/Wrapper.qml
Normal file
@@ -0,0 +1,14 @@
|
||||
import "root:/config"
|
||||
import QtQuick
|
||||
|
||||
Item {
|
||||
id: root
|
||||
|
||||
visible: height > 0
|
||||
implicitHeight: content.implicitHeight
|
||||
implicitWidth: content.implicitWidth
|
||||
|
||||
Content {
|
||||
id: content
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user