replace ghostty with wezterm
This commit is contained in:
@@ -16,7 +16,7 @@ MonitorItem {
|
||||
action.signal(15);
|
||||
return ;
|
||||
}
|
||||
action.exec(["ghostty", "-e", "btop"]);
|
||||
action.exec(["wezterm", "start", "--", "btop"]);
|
||||
}
|
||||
|
||||
Process {
|
||||
|
||||
@@ -16,7 +16,7 @@ MonitorItem {
|
||||
action.signal(15);
|
||||
return ;
|
||||
}
|
||||
action.exec(["ghostty", "-e", "btop"]);
|
||||
action.exec(["wezterm", "start", "--", "btop"]);
|
||||
}
|
||||
|
||||
Process {
|
||||
|
||||
@@ -19,7 +19,7 @@ MonitorItem {
|
||||
action.signal(15);
|
||||
return ;
|
||||
}
|
||||
action.exec(["ghostty", "-e", "btop"]);
|
||||
action.exec(["wezterm", "start", "--", "btop"]);
|
||||
}
|
||||
onRightClicked: {
|
||||
_showPercent = !_showPercent;
|
||||
|
||||
@@ -67,7 +67,7 @@ Singleton {
|
||||
}
|
||||
|
||||
function showLyricsText() {
|
||||
action.command = ["sh", "-c", "ghostty -e sh -c 'spotify-lyrics fetch 2>/dev/null | less'"];
|
||||
action.command = ["sh", "-c", "wezterm start -- sh -c 'spotify-lyrics fetch 2>/dev/null | less'"];
|
||||
action.startDetached();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user