Files
z-bar-qt/Config/Colors.qml
T
2025-11-19 00:02:04 +01:00

10 lines
171 B
QML

import Quickshell.Io
JsonObject {
property BgColors backgrounds: BgColors {}
component BgColors: JsonObject {
property string hover: "#15ffffff"
}
}