Color and Transperencyof Bar, Added TODOs, Rectangle width and height depending on Text inside
This commit is contained in:
+14
-4
@@ -3,8 +3,12 @@ import Quickshell
|
||||
import Quickshell.Hyprland
|
||||
import "./widgets"
|
||||
|
||||
// TODO: interact with PyWal
|
||||
|
||||
PanelWindow {
|
||||
id: panel
|
||||
id: panel
|
||||
|
||||
color: "transparent"
|
||||
|
||||
anchors.top: true
|
||||
anchors.left: true
|
||||
@@ -25,7 +29,7 @@ PanelWindow {
|
||||
Rectangle { // Bar
|
||||
id: bar
|
||||
anchors.fill: parent
|
||||
color: "#1a1a1a"
|
||||
color: "#800a0a0a"
|
||||
radius: 0
|
||||
|
||||
Row { // bar widgets left
|
||||
@@ -42,7 +46,7 @@ PanelWindow {
|
||||
thisMonitor: barThisMonitor
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
||||
// TODO: Maybe add current Apps in workspace
|
||||
|
||||
}
|
||||
|
||||
@@ -53,6 +57,8 @@ PanelWindow {
|
||||
|
||||
Clock {}
|
||||
|
||||
// TODO: Add a way to see Date (maybe hover or click)
|
||||
|
||||
}
|
||||
|
||||
Row { // bar widgets right
|
||||
@@ -63,7 +69,11 @@ PanelWindow {
|
||||
anchors.rightMargin: 16
|
||||
spacing: 8
|
||||
|
||||
// TODO: Add bluetooth, network, audio, power, maybe HW monitor
|
||||
|
||||
}
|
||||
|
||||
// TODO: Somewhere add Tray
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user