From 2aa41d9429231015be1ab2a20d5c96b2e4acc0bd Mon Sep 17 00:00:00 2001 From: chayleaf Date: Wed, 14 Aug 2024 08:42:13 +0700 Subject: [PATCH] waybar: allow setting layer to overlay --- modules/programs/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/waybar.nix b/modules/programs/waybar.nix index 72d247323..9ecdb1aa2 100644 --- a/modules/programs/waybar.nix +++ b/modules/programs/waybar.nix @@ -24,7 +24,7 @@ let options = { layer = mkOption { - type = nullOr (enum [ "top" "bottom" ]); + type = nullOr (enum [ "top" "bottom" "overlay" ]); default = null; description = '' Decide if the bar is displayed in front (`"top"`)