diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-21 23:47:04 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-21 23:47:04 +1100 |
| commit | e9cf7459a044b4e981378456047920c577bcc514 (patch) | |
| tree | afa6ade805dfa1c861def18537c118adfa7acce7 | |
| parent | install: add slurp install (diff) | |
| download | caelestia-cli-e9cf7459a044b4e981378456047920c577bcc514.tar.gz caelestia-cli-e9cf7459a044b4e981378456047920c577bcc514.tar.bz2 caelestia-cli-e9cf7459a044b4e981378456047920c577bcc514.zip | |
install: foot exec -> foot
| -rwxr-xr-x | install/foot.fish | 2 | ||||
| -rwxr-xr-x | toggles/sysmon.fish | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/install/foot.fish b/install/foot.fish index 660b09a..f3e89aa 100755 --- a/install/foot.fish +++ b/install/foot.fish @@ -9,6 +9,6 @@ set -l dist $CONFIG/foot update-repo foot $dist sed -i 's|$SRC|'$dist'|g' $dist/foot.ini -install-link $dist/foot-exec.fish ~/.local/bin/foot-exec +install-link $dist/foot.fish ~/.local/bin/foot log 'Done.' diff --git a/toggles/sysmon.fish b/toggles/sysmon.fish index 84b8d4c..d30e278 100755 --- a/toggles/sysmon.fish +++ b/toggles/sysmon.fish @@ -2,7 +2,6 @@ . (dirname (status filename))/util.fish -command -v foot-exec &> /dev/null && set -l cmd foot-exec || set -l cmd foot -spawn-client '.class == "btop" and .title == "btop" and .workspace.name == "special:sysmon"' $cmd -a 'btop' -T 'btop' -- btop +spawn-client '.class == "btop" and .title == "btop" and .workspace.name == "special:sysmon"' foot -a 'btop' -T 'btop' -- btop hyprctl dispatch togglespecialworkspace sysmon |