mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Revert "bar: use lazyloader"
too lazy so revert, bar needed in most cases anyway
This commit is contained in:
parent
1641425fff
commit
59afc892f4
1 changed files with 3 additions and 3 deletions
|
|
@ -37,11 +37,11 @@ Scope {
|
|||
return screens;
|
||||
return screens.filter(screen => list.includes(screen.name));
|
||||
}
|
||||
LazyLoader {
|
||||
Loader {
|
||||
id: barLoader
|
||||
activeAsync: GlobalStates.barOpen
|
||||
active: GlobalStates.barOpen
|
||||
required property ShellScreen modelData
|
||||
component: PanelWindow { // Bar window
|
||||
sourceComponent: PanelWindow { // Bar window
|
||||
id: barRoot
|
||||
screen: barLoader.modelData
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue