vulkan, screenshotting broken
This commit is contained in:
@@ -166,7 +166,6 @@ RowLayout {
|
|||||||
delegate: WrappedLoader {
|
delegate: WrappedLoader {
|
||||||
sourceComponent: WindowTitle {
|
sourceComponent: WindowTitle {
|
||||||
bar: root
|
bar: root
|
||||||
monitor: Brightness.getMonitorForScreen(root.screen)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ Item {
|
|||||||
}, 0);
|
}, 0);
|
||||||
return bar.width - otherWidth - bar.spacing * (bar.children.length - 1) - bar.vPadding * 2;
|
return bar.width - otherWidth - bar.spacing * (bar.children.length - 1) - bar.vPadding * 2;
|
||||||
}
|
}
|
||||||
required property Brightness.Monitor monitor
|
|
||||||
|
|
||||||
clip: true
|
clip: true
|
||||||
implicitHeight: current.implicitHeight
|
implicitHeight: current.implicitHeight
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
//@ pragma UseQApplication
|
//@ pragma UseQApplication
|
||||||
//@ pragma Env QSG_RENDER_LOOP=threaded
|
//@ pragma Env QSG_RENDER_LOOP=threaded
|
||||||
|
//@ pragma Env QSG_RHI_BACKEND=vulkan
|
||||||
|
//@ pragma Env QSG_USE_SIMPLE_ANIMATION_DRIVER=1
|
||||||
//@ pragma Env QS_NO_RELOAD_POPUP=1
|
//@ pragma Env QS_NO_RELOAD_POPUP=1
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import qs.Modules
|
import qs.Modules
|
||||||
|
|||||||
Reference in New Issue
Block a user