1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 11:39:46 +01:00

waybar: allow setting layer to overlay

This commit is contained in:
chayleaf 2024-08-14 08:42:13 +07:00
parent f3a2ff6958
commit 2aa41d9429
No known key found for this signature in database
GPG key ID: 78171AD46227E68E

View file

@ -24,7 +24,7 @@ let
options = { options = {
layer = mkOption { layer = mkOption {
type = nullOr (enum [ "top" "bottom" ]); type = nullOr (enum [ "top" "bottom" "overlay" ]);
default = null; default = null;
description = '' description = ''
Decide if the bar is displayed in front (`"top"`) Decide if the bar is displayed in front (`"top"`)