lux-shell/constants/Icons.qml
Benjamin Palko bcd6b3c595 memory usage
2025-07-24 11:08:40 -04:00

13 lines
342 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 memoryStick: "\u{E44a}"
property string triangle: "\u{E192}"
property string triangleDashed: "\u{E642}"
}