wip
This commit is contained in:
parent
32edcff102
commit
0296117901
110 changed files with 9713 additions and 5 deletions
19
config/NotifsConfig.qml
Normal file
19
config/NotifsConfig.qml
Normal file
|
@ -0,0 +1,19 @@
|
|||
pragma Singleton
|
||||
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
|
||||
Singleton {
|
||||
readonly property bool expire: false
|
||||
readonly property int defaultExpireTimeout: 3000
|
||||
readonly property real clearThreshold: 0.3
|
||||
readonly property int expandThreshold: 20
|
||||
readonly property bool actionOnClick: false
|
||||
readonly property Sizes sizes: Sizes {}
|
||||
|
||||
component Sizes: QtObject {
|
||||
readonly property int width: 400
|
||||
readonly property int image: 41
|
||||
readonly property int badge: 20
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue