Initial Commit
This commit is contained in:
12
Common/Settings.qml
Normal file
12
Common/Settings.qml
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
pragma Singleton
|
||||
|
||||
import Quickshell
|
||||
|
||||
Singleton {
|
||||
id:root
|
||||
|
||||
readonly property string time: "oi"
|
||||
|
||||
|
||||
}
|
||||
19
Common/Theme.qml
Normal file
19
Common/Theme.qml
Normal file
@@ -0,0 +1,19 @@
|
||||
pragma Singleton
|
||||
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
|
||||
Singleton {
|
||||
id: timeRoot
|
||||
|
||||
readonly property int barSize: 35
|
||||
readonly property double heightGaps: barSize * 0.8
|
||||
readonly property string fontFamily: "IBM Plex Mono"
|
||||
|
||||
// Colors
|
||||
property double barOpacity: 0.2
|
||||
property color backgroudColor: Qt.rgba(0.27, 0.28, 0.35)
|
||||
property color foregroundColor: Qt.rgba(0.27, 0.28, 0.35)
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user