lux-shell/constants/Icons.qml
Benjamin Palko 0f71e6ca45 pywal
2025-07-23 22:42:26 -04:00

10 lines
220 B
QML

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