1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-15 08:42:47 -04:00

system update: fix local pacman DB mtime

This commit is contained in:
bbedward
2026-05-14 13:25:29 -04:00
parent 66e38c5efe
commit 9c4aa06664
2 changed files with 18 additions and 7 deletions
+1 -5
View File
@@ -341,11 +341,7 @@ decoration {
if (Hyprland.usingLua) {
Hyprland.dispatch(`hl.dsp.workspace.rename({workspace = "${wsId}", name = "${fullName}"})`)
} else {
Proc.runCommand("hyprland-rename-ws", ["hyprctl", "dispatch", "renameworkspace", String(wsId), fullName], (output, exitCode) => {
if (exitCode !== 0) {
log.warn("Failed to rename workspace:", output);
}
});
Hyprland.dispatch(`renameworkspace ${wsId} ${fullName}`)
}
}