adjust muted volume display format
This commit is contained in:
parent
c26c7b8cd5
commit
299127fd1b
1 changed files with 4 additions and 1 deletions
|
|
@ -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 = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue