Add quickshell
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
pragma Singleton
|
||||
import Quickshell
|
||||
|
||||
Singleton {
|
||||
readonly property string barBg: "#1a1b26"
|
||||
readonly property int barWidth: 20
|
||||
readonly property int infoBoxHeight: 20
|
||||
|
||||
readonly property int fontSize: 10
|
||||
|
||||
readonly property string infoBoxBg: "#1a1b26"
|
||||
readonly property string infoBoxActive: "#7a1b26"
|
||||
readonly property string infoBoxUrgent: "#4a1b26"
|
||||
|
||||
readonly property string infoTextActiveFg: "#ffffff"
|
||||
readonly property string infoTextFg: "#7aa2f7"
|
||||
|
||||
readonly property string separatorFg: "#aaaaaa"
|
||||
}
|
||||
Reference in New Issue
Block a user