mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
waybar: allow setting layer to overlay
This commit is contained in:
parent
f3a2ff6958
commit
2aa41d9429
1 changed files with 1 additions and 1 deletions
|
@ -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"`)
|
||||
|
|
Loading…
Reference in a new issue