Enum.qml (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14
pragma Singleton import QtQuick import Quickshell import "." Singleton { readonly property var chargeState: ({ 0: Style.orange, 1: Style.saffron, 2: Style.orange, 3: Style.fg, 4: Style.orange }) }