mirror of
https://github.com/librephoenix/nixos-config
synced 2025-12-01 15:14:01 +05:30
ashell bar layer order fixes
This commit is contained in:
parent
6f52c1d453
commit
e5b271cfc7
2 changed files with 15 additions and 0 deletions
|
|
@ -80,3 +80,16 @@ index c0c647d..9f7df19 100644
|
||||||
radius: self.radius.xl.into(),
|
radius: self.radius.xl.into(),
|
||||||
color: Color::TRANSPARENT,
|
color: Color::TRANSPARENT,
|
||||||
},
|
},
|
||||||
|
diff --git a/src/outputs.rs b/src/outputs.rs
|
||||||
|
index 40ba453..915479f 100644
|
||||||
|
--- a/src/outputs.rs
|
||||||
|
+++ b/src/outputs.rs
|
||||||
|
@@ -80,7 +80,7 @@ impl Outputs {
|
||||||
|
id,
|
||||||
|
namespace: "ashell-main-layer".to_string(),
|
||||||
|
size: Some((None, Some(height as u32))),
|
||||||
|
- layer: Layer::Bottom,
|
||||||
|
+ layer: Layer::Top,
|
||||||
|
pointer_interactivity: true,
|
||||||
|
keyboard_interactivity: KeyboardInteractivity::None,
|
||||||
|
exclusive_zone: height as i32,
|
||||||
|
|
@ -428,6 +428,8 @@ in
|
||||||
"ignorezero, ashell-main-layer"
|
"ignorezero, ashell-main-layer"
|
||||||
"animation fade,~nwggrid"
|
"animation fade,~nwggrid"
|
||||||
"animation popin 80%, ashell-main-layer"
|
"animation popin 80%, ashell-main-layer"
|
||||||
|
"order 66,ashell-main-layer"
|
||||||
|
"abovelock 2,ashell-main-layer"
|
||||||
];
|
];
|
||||||
|
|
||||||
blurls = lib.optionals (!performance) [
|
blurls = lib.optionals (!performance) [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue