cli: 1-line toolbars by default

This commit is contained in:
🪞👃🪞 2025-04-13 23:54:33 +03:00
parent e039c19796
commit 53a01d92ae
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
(bsp/s (fixed/y 2 :transport) (bsp/s (fixed/y 1 :transport)
(bsp/s :sample (bsp/s :sample
(bsp/n (fixed/y 2 :status) (bsp/n (fixed/y 1 :status)
(bsp/w (fixed/x :w-sidebar :pool) (bsp/w (fixed/x :w-sidebar :pool)
(bsp/e :sampler (bsp/e :sampler
(fill/y :editor)))))) (fill/y :editor))))))

View file

@ -1,4 +1,4 @@
(bsp/s (fixed/y 2 :transport) (bsp/s (fixed/y 1 :transport)
(bsp/n (fixed/y 2 :status) (bsp/n (fixed/y 1 :status)
(bsp/w (fixed/x :w-sidebar :pool) (bsp/w (fixed/x :w-sidebar :pool)
(fill/y :editor)))) (fill/y :editor))))