diff options
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 8e89da57..a82e03fa 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -147,8 +147,8 @@ "rewrite": { "(.*) — Mozilla Firefox": " $1", "(.*) - fish": "> [$1]", - "(.*) - zsh": "> [$1]", - "(.*) - kitty": "> [$1]", + "(.*) - zsh": "> [$1]", + "(.*) - kitty": "> [$1]", }, }, @@ -408,7 +408,7 @@ "interval": 2, "align": 0, "rotate": 0, - "format": " {icon}", + "format": "{icon}", "format-icons": ["", "", "", "", "", "", "", "", ""], "tooltip-format": "{percent}%", "icon-size": 10, @@ -453,6 +453,28 @@ "on-click-right": "kitty --title btop sh -c 'btop'", }, +"pulseaudio#vertical": { + "format": "{icon}", + "format-bluetooth": "", + "format-muted": "", + "format-icons": { + "headphone": "", + "hands-free": "", + "headset": "", + "phone": "", + "portable": "", + "car": "", + "default": ["", "", "", ""], + "ignored-sinks": ["Easy Effects Sink"], + }, + "scroll-step": 5.0, + "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", + "on-click-right": "pavucontrol -t 3", + "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", + "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", + "smooth-scrolling-threshold": 1, +}, + "pulseaudio#microphone_vertical": { "format": "{format_source}", "format-source": "", |
