From 58a7620a1522f0b934fd27b0c8b4854835987981 Mon Sep 17 00:00:00 2001 From: scresante <2119829+scresante@users.noreply.github.com> Date: Tue, 23 May 2023 08:08:20 -0400 Subject: [PATCH] Add instructions for waybar window title (#226) --- pages/Useful Utilities/Status-Bars.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pages/Useful Utilities/Status-Bars.md b/pages/Useful Utilities/Status-Bars.md index c43d354..fc8bc26 100644 --- a/pages/Useful Utilities/Status-Bars.md +++ b/pages/Useful Utilities/Status-Bars.md @@ -62,6 +62,22 @@ the `sed` command used before building Waybar: the default way to select a works clicking uses the `swaymsg`'s way, and thus it is required to edit this function to make it work with `hyprctl`. +## Window title is missing + +Follow the above instructions to make sure everything is working. +The prefix for the window module that provides the title is `hyprland` not `wlr`. +In your waybar config, insert this module: +```json +"modules-center": ["hyprland/window"], +``` +If you are using a multiple monitors, you may want to also insert this module configuration: +```json +"hyprland/window": { + "max-length": 200, + "separate-outputs": true +}, +``` + # Eww In order to use [Eww](https://github.com/elkowar/eww), you first have to install