do more bar things

This commit is contained in:
Schrottkatze 2024-09-02 19:07:19 +02:00
commit 6aab08ec9b
No known key found for this signature in database
6 changed files with 53 additions and 9 deletions

View file

@ -0,0 +1,3 @@
def main [] {
mut workspaces = waymsg -rt get_workspaces | from json | select name focused urgent;
}