From 700ada05effab150fb1755fb811f23b5b439a291 Mon Sep 17 00:00:00 2001 From: ardishco <109692107+ardishco-the-great@users.noreply.github.com> Date: Sun, 30 Apr 2023 03:09:45 +0300 Subject: [PATCH] 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 --- pages/Useful Utilities/Status-Bars.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages/Useful Utilities/Status-Bars.md b/pages/Useful Utilities/Status-Bars.md index 0644bf2..2adbf08 100644 --- a/pages/Useful Utilities/Status-Bars.md +++ b/pages/Useful Utilities/Status-Bars.md @@ -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