lux-shell/constants/Icons.qml
2025-07-24 11:03:06 -04:00

12 lines
298 B
QML

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