lux-shell/constants/Icons.qml
2025-07-23 16:00:26 -04:00

9 lines
178 B
QML

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