9 lines
178 B
QML
9 lines
178 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
|
|
Singleton {
|
|
property string coffee: "\u{E09a}"
|
|
property string triangle: "\u{E192}"
|
|
property string triangleDashed: "\u{E642}"
|
|
}
|