hyprpwcenter

main
The_miro 2025-12-16 09:14:12 +01:00
parent b25c59852c
commit 59425734ef
4 changed files with 4 additions and 4 deletions

View File

@ -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\] pavucontrol") :onclick "hyprctl dispatch exec \[tag +mixer\] hyprpwcenter")
(box (box
:tooltip {disks} :tooltip {disks}
(metric :label "" (metric :label ""

View File

@ -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\] pavucontrol") :onclick "hyprctl dispatch exec \[tag +mixer\] hyprpwcenter")
(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 ""

View File

@ -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\] pavucontrol") :onclick "hyprctl dispatch exec \[tag +mixer\] hyprpwcenter")
(box (box
:tooltip {disks} :tooltip {disks}
(metric :label "" (metric :label ""

View File

@ -79,7 +79,7 @@ bind = $mainMod SHIFT, I, exec, [tag +mixer] nm-connection-editor
bind = $mainMod, I, exec, iwmenu --launcher walker bind = $mainMod, I, exec, iwmenu --launcher walker
bind = $mainMod ALT, I, exec, bzmenu --launcher walker bind = $mainMod ALT, I, exec, bzmenu --launcher walker
bind = $mainMod, S, exec, [tag +mixer] pavucontrol bind = $mainMod, S, exec, [tag +mixer] hyprpwcenter
bind = $mainMod, F1, exec, [tag +centered] kitty ~/.config/scripts/helpmenu.sh bind = $mainMod, F1, exec, [tag +centered] kitty ~/.config/scripts/helpmenu.sh
bind = $mainMod, U, exec, [tag +centered-L] kitty btop bind = $mainMod, U, exec, [tag +centered-L] kitty btop
bind = $mainMod SHIFT, F1, exec, [tag +centered-L] kitty nvim ~/.config/binds.conf bind = $mainMod SHIFT, F1, exec, [tag +centered-L] kitty nvim ~/.config/binds.conf