lux-shell/constants/Icons.qml
2025-07-24 14:02:11 -04:00

20 lines
614 B
QML

pragma Singleton
import Quickshell
Singleton {
property string bell: "\u{E05d}"
property string bellRing: "\u{E224}"
property string brickWall: "\u{E586}"
property string coffee: "\u{E09a}"
property string cpu: "\u{E0ad}"
property string gpu: "\u{E66f}"
property string hardDrive: "\u{E0f1}"
property string memoryStick: "\u{E44a}"
property string wifiOff: "\u{E1af}"
property string wifiLow: "\u{E5fd}"
property string wifiHigh: "\u{E5fc}"
property string wifi: "\u{E1ae}"
property string triangle: "\u{E192}"
property string triangleDashed: "\u{E642}"
}