Regenerated

This commit is contained in:
2026-04-02 22:25:30 +02:00
parent f590823cda
commit 0b543b4017
7 changed files with 574 additions and 372 deletions
@@ -24,13 +24,13 @@ in
force = true;
executable = true;
};
".config/waybar/scripts/workspaceswindows.sh" = {
text = builtins.readFile "${assetPath}/scripts/workspaceswindows.sh";
".config/waybar/scripts/hypr-workspaces.sh" = {
text = builtins.readFile "${assetPath}/scripts/hypr-workspaces.sh";
force = true;
executable = true;
};
".config/waybar/scripts/workspaceswindowsmenu.sh" = {
text = builtins.readFile "${assetPath}/scripts/workspaceswindowsmenu.sh";
".config/waybar/scripts/hypr-workspacesmenu.sh" = {
text = builtins.readFile "${assetPath}/scripts/hypr-workspacesmenu.sh";
force = true;
executable = true;
};