adjust muted volume display format

This commit is contained in:
Yan Lin 2025-11-06 14:53:19 +01:00
parent c26c7b8cd5
commit 299127fd1b

View file

@ -407,6 +407,9 @@
thunar "''${1:-.}" &>/dev/null & thunar "''${1:-.}" &>/dev/null &
disown disown
} }
# Quickly restart Hyprland session (graceful logout)
alias hypr-restart='loginctl terminate-session'
''; '';
# Cursor theme configuration # Cursor theme configuration
@ -473,7 +476,7 @@
"pulseaudio" = { "pulseaudio" = {
format = "{volume}% {icon}"; format = "{volume}% {icon}";
format-bluetooth = "{volume}% {icon}"; format-bluetooth = "{volume}% {icon}";
format-muted = "{volume}% {icon}"; format-muted = "{volume}X {icon}";
format-icons = { format-icons = {
headphone = ""; headphone = "";
hands-free = ""; hands-free = "";