Created new hover window, theming changes
This commit is contained in:
35
shell.qml
35
shell.qml
@@ -2,18 +2,27 @@
|
||||
import Quickshell
|
||||
|
||||
ShellRoot {
|
||||
Bar {
|
||||
panelMonitor: "DP-1"
|
||||
barComponentsLeft: ["NotificationsWidget.qml"]
|
||||
barComponentsCenter: ["Workspaces.qml"]
|
||||
barComponentsRight: ["AudioWidget.qml", "SysTrayWidget.qml", "ClockWidget.qml"]
|
||||
}
|
||||
// Bar {
|
||||
// modelData: Quickshell.screens.values[0]
|
||||
// barComponentsLeft: ["NotificationsWidget.qml"]
|
||||
// barComponentsCenter: ["Workspaces.qml"]
|
||||
// barComponentsRight: ["AudioWidget.qml", "SysTrayWidget.qml", "ClockWidget.qml"]
|
||||
// }
|
||||
|
||||
Bar {
|
||||
panelMonitor: "DP-2"
|
||||
barComponentsLeft: []
|
||||
barComponentsCenter: ["Workspaces.qml"]
|
||||
barComponentsRight: ["AudioWidget.qml", "ClockWidget.qml"]
|
||||
}
|
||||
// Bar {
|
||||
// panelMonitor: "DP-2"
|
||||
// barComponentsLeft: []
|
||||
// barComponentsCenter: ["Workspaces.qml"]
|
||||
// barComponentsRight: ["AudioWidget.qml", "ClockWidget.qml"]
|
||||
// }
|
||||
|
||||
}
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
delegate: Bar{
|
||||
modelData: item
|
||||
barComponentsLeft: ["NotificationsWidget.qml"]
|
||||
barComponentsCenter: ["Workspaces.qml"]
|
||||
barComponentsRight: ["AudioWidget.qml", "SysTrayWidget.qml", "ClockWidget.qml"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user