From 8be3b56f099e06d244b3f61b37360448d62cbc5d Mon Sep 17 00:00:00 2001 From: Markus Vieth Date: Sat, 26 Nov 2022 14:36:21 +0100 Subject: [PATCH] Add information about blurring HybridBar (#62) --- pages/Useful Utilities/Status-Bars.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pages/Useful Utilities/Status-Bars.md b/pages/Useful Utilities/Status-Bars.md index 27a09c9..d8ddcfb 100644 --- a/pages/Useful Utilities/Status-Bars.md +++ b/pages/Useful Utilities/Status-Bars.md @@ -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" + } +} +``` \ No newline at end of file