all repos — quickshell @ 30865761e689b0a29ec234f784984f91de45e8c6

A desert-witch desktop shell

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
    })
}