You must log in or register to comment.
Hmm…, not sure if it satisfies your requirement, but you can basically create your desktop from Emacs. You may find an example below.

See exwm
- BartyDeCanter@piefed.socialEnglish6 days
For a status bar, you can use tmux. Take a look at things like Oh-my-tmux, TPM, and more at https://github.com/rothgar/awesome-tmux
- 6 days
No, as it’s own small applications, no multiplexing.
I’ve made a small battery/time indicator script years ago, that launches in top right corner using tput. But i’m sure something ncurses/Rust could do better.
Especially a “task bar” with
background &processes seems a new idea for cli. Could use kill zo bring them to front again or even freeze or save & restore them.

