Hide waybar on output HEADLESS-1
This commit is contained in:
parent
e27557693a
commit
bc8041f605
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ in
|
|||
# home-manager’s waybar module performs additional checks that are overly strict
|
||||
xdg.configFile."waybar/config".text = lib.generators.toJSON { } {
|
||||
layer = "top";
|
||||
output = [
|
||||
"!HEADLESS-1"
|
||||
"*"
|
||||
];
|
||||
position = "top";
|
||||
height = 24;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue