nix-configs/modules/desktop-environment/home/panels/eww/configDir/scripts/workspaces.nu

4 lines
103 B
Plaintext
Raw Normal View History

2024-09-02 19:07:19 +02:00
def main [] {
mut workspaces = waymsg -rt get_workspaces | from json | select name focused urgent;
}