summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-16 16:14:39 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-16 16:14:39 +1000
commit4f6b4ef27ea9f4066e477d30657d5cb5ece627a5 (patch)
tree3b642030521f04820e753e9b717a41160b8535a5
parenttheme: fix terminal colours (diff)
downloadcaelestia-cli-4f6b4ef27ea9f4066e477d30657d5cb5ece627a5.tar.gz
caelestia-cli-4f6b4ef27ea9f4066e477d30657d5cb5ece627a5.tar.bz2
caelestia-cli-4f6b4ef27ea9f4066e477d30657d5cb5ece627a5.zip
toggle: source fish on btop startup
-rw-r--r--src/caelestia/subcommands/toggle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caelestia/subcommands/toggle.py b/src/caelestia/subcommands/toggle.py
index b8ad11b..e045c43 100644
--- a/src/caelestia/subcommands/toggle.py
+++ b/src/caelestia/subcommands/toggle.py
@@ -54,7 +54,7 @@ class Command:
def sysmon(self) -> None:
self.spawn_client(
lambda c: c["class"] == "btop" and c["title"] == "btop" and c["workspace"]["name"] == "special:sysmon",
- ["foot", "-a", "btop", "-T", "btop", "--", "btop"],
+ ["foot", "-a", "btop", "-T", "btop", "fish", "-C", "exec btop"],
)
hypr.dispatch("togglespecialworkspace", "sysmon")