launcher v1

This commit is contained in:
Benjamin Palko 2025-08-19 23:31:39 -04:00
parent 8504f8ddd2
commit d71c9604a6
12 changed files with 1608 additions and 4 deletions

11
widgets/LucideIcon.qml Normal file
View file

@ -0,0 +1,11 @@
import qs.config
import QtQuick
Text {
color: Theme.palette.basecontent
font.family: Theme.lucide.font.family
font.pixelSize: Dimensions.gpu.iconSize
font.bold: true
}

View file

@ -0,0 +1,8 @@
import qs.config
import QtQuick.Controls
TextField {
color: Theme.palette.basecontent
background: null
}