fix: wireplumber module seems to not work after all
This commit is contained in:
parent
0bfd5eb6a0
commit
0bc2285d0d
|
@ -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 = [];
|
||||
|
|
|
@ -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}%";
|
||||
|
|
Loading…
Reference in a new issue