add workspace monitor to bottom bar and remove waybar

This commit is contained in:
Schrottkatze 2024-09-02 20:33:22 +02:00
commit a9525ec467
No known key found for this signature in database
7 changed files with 144 additions and 22 deletions

View file

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