Created new hover window, theming changes
This commit is contained in:
7
Bar.qml
7
Bar.qml
@@ -4,17 +4,16 @@ import qs.Common
|
||||
PanelWindow {
|
||||
id: root
|
||||
|
||||
property var panelMonitor: "DP-1"
|
||||
property var modelData: null
|
||||
property var panelMonitor: modelData? modelData.name:"DP-1"
|
||||
property var barComponentsLeft: []
|
||||
property var barComponentsCenter: []
|
||||
property var barComponentsRight: []
|
||||
|
||||
screen:modelData
|
||||
implicitHeight: Theme.barSize
|
||||
|
||||
color: Qt.rgba(0.68, 0.75, 0.88,0)
|
||||
screen: Quickshell.screens.filter((screen) => {
|
||||
return screen.name == panelMonitor;
|
||||
})[0]
|
||||
|
||||
anchors {
|
||||
top: true
|
||||
|
||||
Reference in New Issue
Block a user