back to pavucontrol
parent
822ddb0843
commit
6b3fd09fe6
|
|
@ -31,7 +31,7 @@
|
||||||
(metric :label ""
|
(metric :label ""
|
||||||
:value volume
|
:value volume
|
||||||
:onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%"
|
:onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%"
|
||||||
:onclick "hyprctl dispatch exec \[tag +mixer\] hyprpwcenter")
|
:onclick "killall pavucontrol || hyprctl dispatch exec \[tag +mixer\] pavucontrol")
|
||||||
(box
|
(box
|
||||||
:tooltip {disks}
|
:tooltip {disks}
|
||||||
(metric :label ""
|
(metric :label ""
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
(metric :label ""
|
(metric :label ""
|
||||||
:value volume
|
:value volume
|
||||||
:onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%"
|
:onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%"
|
||||||
:onclick "hyprctl dispatch exec \[tag +mixer\] hyprpwcenter")
|
:onclick "killall pavucontrol || hyprctl dispatch exec \[tag +mixer\] pavucontrol")
|
||||||
(metric :label ""
|
(metric :label ""
|
||||||
:value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)}
|
:value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)}
|
||||||
:onchange ""
|
:onchange ""
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
(metric :label ""
|
(metric :label ""
|
||||||
:value volume
|
:value volume
|
||||||
:onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%"
|
:onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%"
|
||||||
:onclick "hyprctl dispatch exec \[tag +mixer\] hyprpwcenter")
|
:onclick "killall pavucontrol || hyprctl dispatch exec \[tag +mixer\] pavucontrol")
|
||||||
(box
|
(box
|
||||||
:tooltip {disks}
|
:tooltip {disks}
|
||||||
(metric :label ""
|
(metric :label ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue