feat: Updates timestamp formats for logs to be more readable, updates utils-launcher config to use the '*ctl' command variants, updates preview-stats for utils to format previews based on width of preview window.

This commit is contained in:
2025-10-08 11:10:42 -04:00
parent 18fce8e2bb
commit fd22a4ab4a
4 changed files with 6 additions and 5 deletions

View File

@@ -37,11 +37,11 @@
{
"name": "Windows - close in active workspace",
"description": "Close all windows in the currently active workspace.",
"exec": "$SCRIPTS/hypr/close-windows --active-workspace"
"exec": "$SCRIPTS/hypr/windowctl close --active-workspace"
},
{
"name": "Windows - close ALL",
"description": "Close all windows in all workspaces.",
"exec": "$SCRIPTS/hypr/close-windows --all"
"exec": "$SCRIPTS/hypr/windowctl close --all"
}
]