mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-23 05:15:32 +08:00
update noctalia
This commit is contained in:
parent
ce73753052
commit
b07f35bcd4
3 changed files with 11 additions and 17 deletions
|
|
@ -13,27 +13,21 @@ let
|
|||
window-rule {
|
||||
background-effect {
|
||||
xray true
|
||||
blur {
|
||||
on
|
||||
}
|
||||
blur true
|
||||
}
|
||||
}
|
||||
layer-rule {
|
||||
match namespace="launcher"
|
||||
background-effect {
|
||||
xray false
|
||||
blur {
|
||||
on
|
||||
}
|
||||
blur true
|
||||
}
|
||||
}
|
||||
layer-rule {
|
||||
match namespace="noctalia-bar-content-*"
|
||||
background-effect {
|
||||
xray false
|
||||
blur {
|
||||
on
|
||||
}
|
||||
xray true
|
||||
blur true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
ui = {
|
||||
fontDefault = "Hug Me Tight";
|
||||
fontFixed = "Maple Mono";
|
||||
panelBackgroundOpacity = 0.9;
|
||||
panelBackgroundOpacity = 0.75;
|
||||
};
|
||||
dock.enabled = false;
|
||||
wallpaper.enabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue