stevee

My wayland statusbar
git clone git://gtms.dev/stevee
Log | Files | Refs | Submodules | README | LICENSE

commit 72137eb4480752deff019f49ad1d1588a29a4557
parent 8af3d680448af01192b3050bbf1516dc0790340a
Author: Andrea Feletto <andrea@andreafeletto.com>
Date:   Wed, 26 Jan 2022 21:02:42 +0100

change layer from overlay to top

Diffstat:
Msrc/wayland.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wayland.zig b/src/wayland.zig @@ -301,7 +301,7 @@ pub const Surface = struct { self.layerSurface = try wayland.layerShell.getLayerSurface( self.backgroundSurface, output.wlOutput, - .overlay, + .top, "levee", ); self.backgroundBuffers = mem.zeroes([2]Buffer);