forked from Shinonome/dots-hyprland
overview
This commit is contained in:
@@ -145,6 +145,7 @@ Singleton {
|
||||
property int large: 25
|
||||
property int full: 9999
|
||||
property int screenRounding: large
|
||||
property int windowRounding: 20
|
||||
}
|
||||
|
||||
font: QtObject {
|
||||
|
||||
@@ -30,6 +30,12 @@ Singleton {
|
||||
property int timeout: 1000
|
||||
}
|
||||
|
||||
property QtObject overview: QtObject {
|
||||
property real scale: 0.18 // Relative to screen size
|
||||
property real numOfRows: 2
|
||||
property real numOfCols: 5
|
||||
}
|
||||
|
||||
property QtObject resources: QtObject {
|
||||
property int updateInterval: 3000
|
||||
}
|
||||
|
||||
@@ -131,7 +131,6 @@ Item {
|
||||
if (mouse.button === Qt.LeftButton) {
|
||||
copyNotificationBody.running = true
|
||||
notificationSummaryText.text = `${notificationObject.summary} (copied)`
|
||||
console.log(notificationSummaryText.text)
|
||||
}
|
||||
}
|
||||
onDragStartedChanged: () => {
|
||||
|
||||
Reference in New Issue
Block a user