mirror of
https://github.com/nix-community/home-manager
synced 2025-01-30 21:05:02 +01:00
waybar: allow setting layer to overlay (#5729)
This commit is contained in:
parent
697ba1319f
commit
ba3338ab99
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,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…
Add table
Reference in a new issue