commit 6920565ca5b7fa3680c001f5d7d2066d69692219
parent 52b332284055ccdbd7ae8a5f0ec5fefd9b7f1ae1
Author: breadcat <breadcat@users.noreply.github.com>
Date: Tue, 14 Jul 2026 21:12:54 +0100
Limit media module length
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/home/wayle.nix b/home/wayle.nix
@@ -26,7 +26,7 @@
cpu = { left-click = "alacritty -e htop"; };
dashboard = { icon-color = "fg-muted"; };
hyprland-workspaces = { active-indicator = "underline"; };
- media = { icon-type = "application"; };
+ media = { icon-type = "default"; label-max-length= "15"; };
ram = { left-click = "alacritty -e htop"; };
weather = { location = "Huddersfield"; };
window-title = { icon-show = false; };