mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 23:09:27 -05:00
be2f1567f0
Use the foot-exec cmd so it has the colours
9 lines
305 B
Fish
Executable File
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
|