lux-shell/constants/Icons.qml
2025-07-22 15:36:30 -04:00

9 lines
150 B
QML

pragma Singleton
import QtQuick
import Quickshell
Singleton {
property string triangle: "\u{E192}"
property string triangleDashed: "\u{E642}"
}