feat(claude): random improvements
This commit is contained in:
parent
44b9ac8a7e
commit
2c4ff5cb8c
5 changed files with 34 additions and 12 deletions
|
|
@ -171,7 +171,7 @@ in
|
|||
on-click-right = "ctl audio sink";
|
||||
on-click-middle = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
||||
tooltip = true;
|
||||
tooltip-format = "Audio Sink: {node_name}\nVolume: {volume}%";
|
||||
tooltip-format = "Volume: {volume}%";
|
||||
};
|
||||
|
||||
"wireplumber#source" = {
|
||||
|
|
@ -196,7 +196,7 @@ in
|
|||
on-click-right = "ctl audio source";
|
||||
on-click-middle = "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle";
|
||||
tooltip = true;
|
||||
tooltip-format = "Audio Source: {node_name}\nVolume: {volume}%";
|
||||
tooltip-format = "Volume: {volume}%";
|
||||
};
|
||||
|
||||
network = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue