forked from Shinonome/caelestia-cli
foot: update install and sysmon toggle
Use the foot-exec cmd so it has the colours
This commit is contained in:
@@ -9,4 +9,6 @@ set -l dist $CONFIG/foot
|
|||||||
update-repo foot $dist
|
update-repo foot $dist
|
||||||
sed -i 's|$SRC|'$dist'|g' $dist/foot.ini
|
sed -i 's|$SRC|'$dist'|g' $dist/foot.ini
|
||||||
|
|
||||||
|
install-link $dist/foot-exec.fish ~/.local/bin/foot-exec
|
||||||
|
|
||||||
log 'Done.'
|
log 'Done.'
|
||||||
|
|||||||
+2
-1
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
spawn-client '.class == "btop" and .title == "btop" and .workspace.name == "special:sysmon"' foot -a 'btop' -T 'btop' btop
|
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
|
||||||
|
|
||||||
hyprctl dispatch togglespecialworkspace sysmon
|
hyprctl dispatch togglespecialworkspace sysmon
|
||||||
|
|||||||
Reference in New Issue
Block a user