From be40f75da700aee921ce86f1308a91dc98e476a2 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 4 Jun 2023 15:41:12 -0400 Subject: [PATCH] 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. --- desktop/waybar/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/desktop/waybar/default.nix b/desktop/waybar/default.nix index 3ab7ce3f..5e236d78 100644 --- a/desktop/waybar/default.nix +++ b/desktop/waybar/default.nix @@ -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;