forked from Shinonome/dots-hyprland
waffles: notif center: calendar header and focus
This commit is contained in:
+4
-4
@@ -14,7 +14,7 @@ Item {
|
||||
id: root
|
||||
property bool output: true
|
||||
|
||||
PageColumn {
|
||||
WPanelPageColumn {
|
||||
anchors.fill: parent
|
||||
|
||||
BodyRectangle {
|
||||
@@ -48,7 +48,7 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
Separator {}
|
||||
WPanelSeparator {}
|
||||
|
||||
FooterRectangle {
|
||||
WButton {
|
||||
@@ -103,7 +103,7 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
Separator {
|
||||
WPanelSeparator {
|
||||
visible: EasyEffects.available && root.output
|
||||
color: Looks.colors.bg2Hover
|
||||
}
|
||||
@@ -129,7 +129,7 @@ Item {
|
||||
onClicked: EasyEffects.enable()
|
||||
}
|
||||
|
||||
Separator {
|
||||
WPanelSeparator {
|
||||
color: Looks.colors.bg2Hover
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user