back to ghostty
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user