mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
stickypad: moves files to correct place
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import Quickshell
|
||||
import qs.modules.common
|
||||
import qs.modules.overlay
|
||||
import qs.modules.ii.overlay
|
||||
|
||||
StyledOverlayWidget {
|
||||
id: root
|
||||
+3
-5
@@ -7,8 +7,9 @@ import qs
|
||||
import qs.services
|
||||
import qs.modules.common
|
||||
import qs.modules.common.widgets
|
||||
import qs.modules.ii.overlay
|
||||
|
||||
Rectangle {
|
||||
OverlayBackground {
|
||||
id: root
|
||||
|
||||
readonly property real panelPadding: 20
|
||||
@@ -19,9 +20,6 @@ Rectangle {
|
||||
property var parsedCopylistLines: []
|
||||
property bool isClickthrough: false
|
||||
|
||||
color: Appearance.colors.colLayer0
|
||||
radius: Appearance.rounding.windowRounding - 6
|
||||
|
||||
Component.onCompleted: {
|
||||
stickypadFile.reload()
|
||||
updateCopylistEntries()
|
||||
@@ -279,7 +277,7 @@ Rectangle {
|
||||
rightMargin: 8
|
||||
}
|
||||
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.weight: Font.Medium
|
||||
}
|
||||
Reference in New Issue
Block a user