back to ghostty

This commit is contained in:
2026-04-01 17:03:26 +02:00
parent cb6606340f
commit 93e8a13765
16 changed files with 187 additions and 52 deletions
@@ -6,8 +6,6 @@ import qs.Modules.Bar.Services
import qs.Services
UProgressExpand {
// Quickshell.execDetached(["wezterm", "start", "--", "btop"]);
iconName: "cpu"
fillColor: Colors.mCyan
critical: SystemStatService.cpuUsage > 90
@@ -18,7 +18,7 @@ Singleton {
id: process
running: false
command: ["wezterm", "start", "--", "btop"]
command: ["ghostty", "+new-window", "-e", "btop"]
}
}
@@ -39,7 +39,7 @@ Singleton {
function openNote(path) {
recentNotePath = path;
Quickshell.execDetached(["wezterm", "start", "--", "sh", "-c", `exec nvim "${path}"`]);
Quickshell.execDetached(["ghostty", "+new-window", "-e", "nvim", path]);
}
function openRecent() {