7 lines
117 B
QML
7 lines
117 B
QML
import Quickshell.Io
|
|
|
|
JsonObject {
|
|
property string inactiveTextColor: "white"
|
|
property string textColor: "black"
|
|
}
|