Regenerated

This commit is contained in:
2026-04-01 19:01:40 +02:00
parent 701f6cccc8
commit 7884c798b5
7 changed files with 481 additions and 298 deletions
@@ -23,8 +23,17 @@ in
text = builtins.readFile "${assetPath}/scripts/bluetooth-status.sh";
force = true;
executable = true;
};
".config/waybar/scripts/hyprscroll-overflow.sh" = {
text = builtins.readFile "${assetPath}/scripts/hyprscroll-overflow.sh";
force = true;
executable = true;
}
".config/waybar/scripts/hyprscroll-menu.sh" = {
text = builtins.readFile "${assetPath}/scripts/hyprscroll-menu.sh";
force = true;
executable = true;
}
};
};
};