Regenerated
This commit is contained in:
@@ -19,17 +19,17 @@ in
|
||||
text = builtins.replaceStrings ["henrov"] [username] (builtins.readFile "${assetPath}/style.css");
|
||||
force = true;
|
||||
};
|
||||
".config/waybar/scripts/bluetooth-status.sh" = {
|
||||
".config/scripts/bluetooth-status.sh" = {
|
||||
text = builtins.readFile "${assetPath}/scripts/bluetooth-status.sh";
|
||||
force = true;
|
||||
executable = true;
|
||||
};
|
||||
".config/waybar/scripts/hypr-workspaces.sh" = {
|
||||
".config/scripts/hypr-workspaces.sh" = {
|
||||
text = builtins.readFile "${assetPath}/scripts/hypr-workspaces.sh";
|
||||
force = true;
|
||||
executable = true;
|
||||
};
|
||||
".config/waybar/scripts/hypr-workspacesmenu.sh" = {
|
||||
".config/scripts/hypr-workspacesmenu.sh" = {
|
||||
text = builtins.readFile "${assetPath}/scripts/hypr-workspacesmenu.sh";
|
||||
force = true;
|
||||
executable = true;
|
||||
|
||||
Reference in New Issue
Block a user