lux-shell/widgets/LucideIcon.qml
Benjamin Palko d219f493ce launcher v1
2025-08-20 00:00:21 -04:00

11 lines
187 B
QML

import qs.config
import QtQuick
Text {
color: Theme.palette.basecontent
font.family: Theme.lucide.font.family
font.pixelSize: Dimensions.gpu.iconSize
font.bold: true
}