Added Color via matugen
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user