diff options
author | ZachIR <zachir@librem.one> | 2025-04-25 19:24:18 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-04-25 19:24:18 -0500 |
commit | bb8562117c6cb324c60e79847dfd50583e73f52a (patch) | |
tree | f3c9d92cf427aa712c7fb893256b525b72c45b44 /waybar/config | |
parent | e6e3c16bc3492d77063a1b1356ebb44d0e7e4ed5 (diff) | |
parent | b372316155d6ba4ee14f8fc63905d1368717b3cb (diff) |
Merge branch 'master' into car
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 a178ed6..70b7b67 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", "battery", "network", "clock", "tray", "custom/power"], + "modules-right":[ "tray", "mpd", "idle_inhibitor", "wireplumber", "cpu", "memory", "temperature#cpu", "temperature#gpu", "backlight", "battery", "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": "", |