diff options
author | sils <sils@sils.li> | 2023-09-29 11:10:16 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-09-29 11:10:16 +0200 |
commit | 66ed918f1c9f345625344a67e5a0909681f419a8 (patch) | |
tree | 9cfd723d545a576a7d8abf70d3f2192b50a0482b /files | |
parent | feat(files/nwg-panel): add nwg-panel config (diff) | |
download | nix-config-66ed918f1c9f345625344a67e5a0909681f419a8.tar.gz nix-config-66ed918f1c9f345625344a67e5a0909681f419a8.zip |
fix(files/nwg-panel): change layer to 'overlay'
Diffstat (limited to 'files')
-rw-r--r-- | files/nwg-panel/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/nwg-panel/config b/files/nwg-panel/config index 3e8f66a..3cda3d2 100644 --- a/files/nwg-panel/config +++ b/files/nwg-panel/config @@ -2,7 +2,7 @@ { "name": "panel-top", "output": "All", - "layer": "top", + "layer": "overlay", "position": "top", "controls": "right", "width": "auto", |