Add information about blurring HybridBar (#62)

This commit is contained in:
Markus Vieth 2022-11-26 14:36:21 +01:00 committed by GitHub
parent eaadd28ca4
commit 8be3b56f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -82,3 +82,14 @@ You can install it from the AUR by the name `hybrid-bar`.
## Configuration
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"
}
}
```