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(),
|
||||
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,
|
||||
Loading…
Add table
Add a link
Reference in a new issue