fix: wireplumber module seems to not work after all

This commit is contained in:
Patrick Großmann 2023-05-21 15:27:02 +09:00
parent 0bfd5eb6a0
commit 0bc2285d0d
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
TAGS = map toString (lib.lists.range 41 49);
in {
imports = [./waybar.nix];
# This does not work currently no idea why
programs.waybar.settings.main."wlr/workspaces".persistent_workspaces = builtins.listToAttrs (map (x: {
name = x;
value = [];

View file

@ -12,7 +12,7 @@
modules-left = ["hyprland/window"];
modules-center = ["wlr/workspaces"];
# wireplumber module seems to be currently broken
modules-right = ["network" "wireplumber" "backlight" "battery" "clock" "tray"];
modules-right = ["network" "backlight" "battery" "clock" "tray"];
battery = {
format = "{icon} {capacity}%";