lux-shell/constants/Icons.qml
2025-07-22 15:45:17 -04:00

8 lines
139 B
QML

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