1
0
Fork 0
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:
chayleaf 2025-01-30 07:39:21 +07:00 committed by GitHub
parent 697ba1319f
commit ba3338ab99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"`)