Files
Quickbar/Common/Theme.qml
2025-09-21 00:47:06 -03:00

20 lines
414 B
QML

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)
}