diff options
author | Zach Smith <zsmith@newhopechurch.tv> | 2025-06-30 09:52:52 -0500 |
---|---|---|
committer | Zach Smith <zsmith@newhopechurch.tv> | 2025-06-30 09:52:52 -0500 |
commit | c8691fe2bcc291875c9919c2c3742a0c0ca587da (patch) | |
tree | f546481bec7c5d6880f305cb87644935cf32e3a3 /waybar/config | |
parent | f87ded6f168c156b3bc71a8c4733c5eeafeb311c (diff) | |
parent | 6c75a83e941500619b5499b5d4763c8dab2c93b6 (diff) |
Merge branch 'master' into mac
Diffstat (limited to 'waybar/config')
-rw-r--r-- | waybar/config | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/waybar/config b/waybar/config index 7a54e0c..2717db9 100644 --- a/waybar/config +++ b/waybar/config @@ -11,7 +11,7 @@ "modules-left":[ "hyprland/workspaces", "custom/launcher", "hyprland/window"], "modules-center":[], - "modules-right":[ "mpd", "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature#cpu", "temperature#gpu", "backlight", "network", "clock", "tray", "custom/power"], + "modules-right":[ "tray", "mpd", "idle_inhibitor", "wireplumber", "cpu", "memory", "temperature#cpu", "temperature#gpu", "backlight", "network", "clock", "custom/power"], // Modules configuration @@ -135,24 +135,13 @@ "max-length": 22, "on-click-right": "bash ~/.config/rofi/wifi_menu/rofi_wifi_menu" }, - "pulseaudio": { + "wireplumber": { // "scroll-step": 1, // %, can be a float "format": "{volume}% {icon}", - "format-bluetooth": "{volume}% {icon}", - "format-bluetooth-muted": "{icon} {format_source}", - "format-muted": "{format_source}", - "format-source": "", - "format-source-muted": "", - "format-icons": { - "headphone": "", - "hands-free": "", - "headset": "", - "phone": "", - "portable": "", - "car": "", - "default": ["", "", ""] - }, - "on-click": "pavucontrol" + "format-muted": "{volume}% ", + "format-icons": ["", "", ""], + "on-click": "volsv -t", + "scroll-step": 0.1 }, "custom/launcher":{ "format": "", |