lux-shell/constants/Icons.qml
Benjamin Palko 2f0e6bbb31 add storage
2025-07-24 10:49:40 -04:00

11 lines
262 B
QML

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