From 299127fd1b25861ee62203ff5cfa7dabbef0d04e Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Thu, 6 Nov 2025 14:53:19 +0100 Subject: [PATCH] adjust muted volume display format --- modules/hyprland/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/hyprland/home.nix b/modules/hyprland/home.nix index c667e46..a7bb6f2 100644 --- a/modules/hyprland/home.nix +++ b/modules/hyprland/home.nix @@ -407,6 +407,9 @@ thunar "''${1:-.}" &>/dev/null & disown } + + # Quickly restart Hyprland session (graceful logout) + alias hypr-restart='loginctl terminate-session' ''; # Cursor theme configuration @@ -473,7 +476,7 @@ "pulseaudio" = { format = "{volume}% {icon}"; format-bluetooth = "{volume}% {icon}"; - format-muted = "{volume}% {icon}"; + format-muted = "{volume}X {icon}"; format-icons = { headphone = ""; hands-free = "";