feat: basic quickshell setup
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import "."
|
||||
import "../../config"
|
||||
|
||||
Text {
|
||||
text: `${ClockHandler.date}, ${ClockHandler.time}`
|
||||
color: Appearance.colors.m3onBackground
|
||||
Layout.leftMargin: 10
|
||||
}
|
||||
Reference in New Issue
Block a user