Files
caelestia-cli/toggles/sysmon.fish
T
2 * r + 2 * t be2f1567f0 foot: update install and sysmon toggle
Use the foot-exec cmd so it has the colours
2025-03-10 20:40:06 +11:00

9 lines
305 B
Fish
Executable File

#!/bin/fish
. (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
hyprctl dispatch togglespecialworkspace sysmon