quickshell/reusables/CustomIcon.qml

12 lines
226 B
QML
Raw Normal View History

2026-01-16 14:44:10 +01:00
import QtQuick
import "../settings/"
import "../"
Text {
property real fill
font.family: "Material Symbols Rounded"
color: Colors.foreground
font.pixelSize: Settings.config.fontSize + 2
font.weight: 500
}