mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 11:45:57 +01:00
Add information about blurring HybridBar (#62)
This commit is contained in:
parent
eaadd28ca4
commit
8be3b56f09
1 changed files with 11 additions and 0 deletions
|
@ -82,3 +82,14 @@ You can install it from the AUR by the name `hybrid-bar`.
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The configuration is done through JSON, more information is available [here](https://github.com/vars1ty/HybridBar).
|
The configuration is done through JSON, more information is available [here](https://github.com/vars1ty/HybridBar).
|
||||||
|
|
||||||
|
### Blur
|
||||||
|
|
||||||
|
To activate blur, set `blurls=NAMESPACE` in your hyprland configuration, where `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