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:
+2
-1
@@ -2,6 +2,7 @@
|
||||
|
||||
. (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
|
||||
|
||||
Reference in New Issue
Block a user