From c6c927dcfb629a8aa654ed2956f5e4c0d62e4ea1 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 13 May 2023 14:43:41 -0400 Subject: [PATCH] waybar: Move layer to top Now shows tooltips on top, but at the cost of fullscreen X11 applications not being "truly fullscreen" unless done at the compositor level. --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index c8196fb5..b083307b 100644 --- a/home.nix +++ b/home.nix @@ -526,7 +526,7 @@ package = hyprland.packages."x86_64-linux".waybar-hyprland; settings = { mainBar = { - layer = "bottom"; + layer = "top"; position = "left"; width = 30; modules-left = [ "wlr/workspaces" ];