Add "How to launch" section under each status bar tutorial (#206)

* Update Status-Bars.md

* Update Status-Bars.md

* Update Status-Bars.md

* Update Status-Bars.md

* Update Status-Bars.md
This commit is contained in:
ardishco 2023-04-30 03:09:45 +03:00 committed by GitHub
parent c3fb82c4c0
commit 700ada05ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -28,6 +28,11 @@ all the references to `sway/workspaces` with `wlr/workspaces`.
For more info regarding configuration, see
[The Waybar Wiki](https://github.com/Alexays/Waybar/wiki).
## How to launch
After getting everything set up, you might want to check if Waybar is configured to your liking. To launch it, simply type `waybar` into your terminal.
If you would like waybar to launch alongside hyprland, you can do this by adding a line to your hyprland configuration that reads `exec-once=waybar`
## Waybar popups render behind the windows
In `~/.config/waybar/config`, make sure that you have the `layer` configuration
@ -198,6 +203,11 @@ You can install it from the AUR by the name `hybrid-bar`.
The configuration is done through JSON, more information is available [here](https://github.com/vars1ty/HybridBar).
## How to launch
After configuring HybridBar, you can launch it by typing `hybrid-bar` into your terminal to try it out.
It is also possible to set it to launch at start, to do this you can add a line to your hyprland configuration that reads `exec-once=hybrid-bar`
### 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