mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-25 22:15:59 +01:00
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:
parent
c3fb82c4c0
commit
700ada05ef
1 changed files with 10 additions and 0 deletions
|
@ -28,6 +28,11 @@ all the references to `sway/workspaces` with `wlr/workspaces`.
|
||||||
For more info regarding configuration, see
|
For more info regarding configuration, see
|
||||||
[The Waybar Wiki](https://github.com/Alexays/Waybar/wiki).
|
[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
|
## Waybar popups render behind the windows
|
||||||
|
|
||||||
In `~/.config/waybar/config`, make sure that you have the `layer` configuration
|
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).
|
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
|
### 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
|
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
|
||||||
|
|
Loading…
Reference in a new issue