forked from Shinonome/dots-hyprland
stickypad: moves files to correct place
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import QtQuick
|
|||||||
import QtQuick.Layouts
|
import QtQuick.Layouts
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import qs.modules.common
|
import qs.modules.common
|
||||||
import qs.modules.overlay
|
import qs.modules.ii.overlay
|
||||||
|
|
||||||
StyledOverlayWidget {
|
StyledOverlayWidget {
|
||||||
id: root
|
id: root
|
||||||
+3
-5
@@ -7,8 +7,9 @@ import qs
|
|||||||
import qs.services
|
import qs.services
|
||||||
import qs.modules.common
|
import qs.modules.common
|
||||||
import qs.modules.common.widgets
|
import qs.modules.common.widgets
|
||||||
|
import qs.modules.ii.overlay
|
||||||
|
|
||||||
Rectangle {
|
OverlayBackground {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
readonly property real panelPadding: 20
|
readonly property real panelPadding: 20
|
||||||
@@ -19,9 +20,6 @@ Rectangle {
|
|||||||
property var parsedCopylistLines: []
|
property var parsedCopylistLines: []
|
||||||
property bool isClickthrough: false
|
property bool isClickthrough: false
|
||||||
|
|
||||||
color: Appearance.colors.colLayer0
|
|
||||||
radius: Appearance.rounding.windowRounding - 6
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
stickypadFile.reload()
|
stickypadFile.reload()
|
||||||
updateCopylistEntries()
|
updateCopylistEntries()
|
||||||
@@ -279,7 +277,7 @@ Rectangle {
|
|||||||
rightMargin: 8
|
rightMargin: 8
|
||||||
}
|
}
|
||||||
text: saveDebounce.running ? "Saving..." : "Saved"
|
text: saveDebounce.running ? "Saving..." : "Saved"
|
||||||
color: saveDebounce.running ? Appearance.colors.colAccent : Appearance.colors.colSubtext
|
color: Appearance.colors.colSubtext
|
||||||
font.pixelSize: Appearance.font.pixelSize.small
|
font.pixelSize: Appearance.font.pixelSize.small
|
||||||
font.weight: Font.Medium
|
font.weight: Font.Medium
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user