diff options
| author | scouckel <james.krinsky@gmail.com> | 2025-12-03 16:55:43 -0600 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2025-12-03 16:55:43 -0600 |
| commit | 8b2a327ee2ed1739ac693deacf61b540519d80fe (patch) | |
| tree | d53733fff82f92bf1d200de70ba580c8bbb7582b | |
| parent | b81731d63f64d6b5618fd34693e038f02bd22b1c (diff) | |
small waybar change
| -rw-r--r-- | modules/home-manager/hypr/waybar-hyprland.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home-manager/hypr/waybar-hyprland.nix b/modules/home-manager/hypr/waybar-hyprland.nix index e7f504d..8a29b52 100644 --- a/modules/home-manager/hypr/waybar-hyprland.nix +++ b/modules/home-manager/hypr/waybar-hyprland.nix @@ -29,8 +29,9 @@ }; "hyprland/window" = { + format = "{initialClass}"; on-click = "rofi -show window"; - max-length = 64; + max-length = 25; }; idle_inhibitor = { |
