mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-23 21:25:59 +01:00
change blurls to layer rules (#877)
This commit is contained in:
parent
7ace19d41b
commit
d68f474c28
1 changed files with 1 additions and 12 deletions
|
@ -251,15 +251,4 @@ exec-once = hybrid-bar
|
||||||
|
|
||||||
#### Blur
|
#### Blur
|
||||||
|
|
||||||
To activate blur, set `blurls = NAMESPACE` in your Hyprland configuration, where
|
To activate blur for your status bar, have a look at [layer rules](https://wiki.hyprland.org/Configuring/Window-Rules/#layer-rules).
|
||||||
`NAMESPACE` is the gtk-layer-shell namespace of your HybridBar. The default
|
|
||||||
namespace is `gtk-layer-shell` and can be changed in the HybridBar configuration
|
|
||||||
at
|
|
||||||
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"hybrid" {
|
|
||||||
"namespace": "namespace name"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in a new issue