Cool pill lookin thing idk
This commit is contained in:
16
Components/Pill/Default.qml
Normal file
16
Components/Pill/Default.qml
Normal file
@@ -0,0 +1,16 @@
|
||||
import Quickshell
|
||||
import Quickshell.Hyprland
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import "../Color.js" as Colors
|
||||
import "../"
|
||||
|
||||
Item {
|
||||
Text {
|
||||
font.family: "FiraMono Nerd Font"
|
||||
anchors.centerIn: parent
|
||||
font.pixelSize: 15
|
||||
color: Colors.text
|
||||
text: Clock.time
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user