waybar: Remove window title

The window title being rotated was inconvenient, and was ultimately
un-needed since there are other ways to show the focused window.
This commit is contained in:
Donovan Glover 2023-06-04 15:41:12 -04:00
parent f67a664a76
commit be40f75da7
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -14,7 +14,6 @@
spacing = 8;
modules-left = [ "wlr/workspaces" "custom/new-workspace" ];
modules-center = [ "hyprland/window" ];
modules-right =
[ "tray" "wireplumber" "backlight" "battery" "clock" ];
@ -23,8 +22,6 @@
spacing = 8;
};
"hyprland/window".rotate = 90;
"wlr/workspaces" = {
on-click = "activate";
sort-by-number = true;