mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 03:27:45 +00:00
Fix waybar audio icons
This commit is contained in:
parent
aa4b34135c
commit
4814ac4011
1 changed files with 4 additions and 4 deletions
|
@ -54,14 +54,14 @@ graphicalConfiguration {
|
|||
|
||||
pulseaudio = {
|
||||
format = "{format_source} {icon} {volume}%";
|
||||
format-bluetooth = "{format_source} {icon} {volume}%";
|
||||
format-bluetooth-muted = "{format_source} {icon} ";
|
||||
format-muted = "{format_source} ";
|
||||
|
||||
format-bluetooth = "{format_source} {volume}%";
|
||||
format-bluetooth-muted = "{format_source} ";
|
||||
|
||||
format-source = "";
|
||||
format-source-muted = "";
|
||||
|
||||
format-icons.headphone = "";
|
||||
format-icons.headset = "";
|
||||
format-icons.default = [
|
||||
""
|
||||
""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue