fix infinite recursion by namespacing new pkgs

This commit is contained in:
Noah Masur
2025-02-24 21:14:38 -05:00
parent 3206b48f28
commit e7366f9510
13 changed files with 31 additions and 19 deletions

View File

@ -162,7 +162,7 @@ in
ramp-volume-0 = "";
ramp-volume-1 = "󰕾";
ramp-volume-2 = "";
click-right = config.audioSwitchCommand;
click-right = config.nmasur.presets.services.i3.commands.audioSwitch;
};
# "module/xkeyboard" = {
# type = "internal/xkeyboard";
@ -217,7 +217,7 @@ in
"module/power" = {
type = "custom/text";
content = " ";
click-left = config.powerCommand;
click-left = config.nmasur.presets.services.i3.commands.toggleBar;
click-right = "polybar-msg cmd restart";
content-foreground = config.theme.colors.base04;
};