mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
feat: fixed waybar pulseaudio
This commit is contained in:
parent
4e5f6431d0
commit
a6000e5c8b
1 changed files with 2 additions and 2 deletions
|
|
@ -139,8 +139,8 @@ in
|
|||
tooltip = false;
|
||||
format-muted = " Muted";
|
||||
on-click = "pavucontrol";
|
||||
on-scroll-up = "pactl set-sink-volume @DEFAULT_SINK@ +5%";
|
||||
on-scroll-down = "pactl set-sink-volume @DEFAULT_SINK@ -5%";
|
||||
on-scroll-up = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05+";
|
||||
on-scroll-down = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05-";
|
||||
scroll-step = 5;
|
||||
format-icons = {
|
||||
headphone = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue