Added Color via matugen

This commit is contained in:
Hannes
2026-02-16 23:44:27 +01:00
parent b0c1bc7973
commit 77187b94d3
9 changed files with 42 additions and 27 deletions
+2 -1
View File
@@ -2,6 +2,7 @@ import QtQuick
import Quickshell
import Quickshell.Hyprland
import "./widgets"
import "../../colors"
// TODO: interact with PyWal
@@ -29,7 +30,7 @@ PanelWindow {
Rectangle { // Bar
id: bar
anchors.fill: parent
color: "#800a0a0a"
color: Qt.alpha(Colors.background, 0.5)
radius: 0
Row { // bar widgets left