diff options
author | sefidel <contact@sefidel.net> | 2023-09-17 21:21:33 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-17 21:21:33 +0900 |
commit | 3d4365f15cbd638bbe82a3da0bfb8432cf3bbe71 (patch) | |
tree | 624c004928d22d1c569df524f49c126126011a90 /home/profiles/gui/config/waybar/style.nix | |
parent | 4e1ee5df49924dc2db6b970ebf1fb0dff6ad81bf (diff) | |
download | nixrc-3d4365f15cbd638bbe82a3da0bfb8432cf3bbe71.tar.gz nixrc-3d4365f15cbd638bbe82a3da0bfb8432cf3bbe71.zip |
feat(home/gui): waybar: replace pulseaudio with wireplumber
* Since our audio setup is PipeWire-based, there is no reason to use pulseaudio to control volumes.
Diffstat (limited to 'home/profiles/gui/config/waybar/style.nix')
-rw-r--r-- | home/profiles/gui/config/waybar/style.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/gui/config/waybar/style.nix b/home/profiles/gui/config/waybar/style.nix index 5009ccb..05d3746 100644 --- a/home/profiles/gui/config/waybar/style.nix +++ b/home/profiles/gui/config/waybar/style.nix @@ -57,7 +57,7 @@ in #memory, #idle_inhibitor, #language, - #pulseaudio, + #wireplumber, #tray, #mode, #mpd { |