Updates, fix bar, add walker

This commit is contained in:
outfoxxed 2024-03-27 06:11:42 -07:00
parent 3b587f3e15
commit 2bfdda55d4
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
12 changed files with 284 additions and 161 deletions

View file

@ -5,9 +5,9 @@ import Quickshell
Singleton {
readonly property var colors: QtObject {
readonly property var bar: "#30e0ffff";
readonly property var bar: "#30c0ffff";
readonly property var barOutline: "#50ffffff";
readonly property var widget: "#40e0ffff";
readonly property var widget: "#40ceffff";
readonly property var widgetOutline: "#60ffffff";
}