From 29841882d46cbec52dd295cdcd075a37075a0478 Mon Sep 17 00:00:00 2001 From: Niklas Kapelle Date: Wed, 18 Oct 2023 00:18:27 +0200 Subject: [PATCH] waybar on top layer for context menu fix --- .config/waybar/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/waybar/config b/.config/waybar/config index 7b72567..d866745 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,6 +1,7 @@ { "height": 30, // Waybar height (to be removed for auto height) "spacing": 4, // Gaps between modules (4px) + "layer":"top", "modules-left": ["hyprland/workspaces"], "modules-center": [], "modules-right": ["custom/playerctl", "idle_inhibitor", "pulseaudio", "clock", "tray","custom/swaync"],