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:
parent
f3a2ff6958
commit
2aa41d9429
1 changed files with 1 additions and 1 deletions
|
@ -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"`)
|
||||||
|
|
Loading…
Reference in a new issue