nysh/README.md
Nydragon db3042111f
feat: hacky network and notification widget and caffeine widget
Network and notification widgets are just buttons to open nmtui and
swaync respectively... what they are doing in my waybar right now
anyways. Now I *should* not need waybar anymore.

Caffeine widget does what there is to do, set an inhibitor.

Restructured the project so that icons are in src/, screenshots are in
the renamed screenshots folder
2024-09-21 02:05:00 +02:00

42 lines
981 B
Markdown

With nysh I am aiming to replace the current bar in my [TWM].
Nysh is written in QML using [Quickshell].
## Todo
- [ ] Control Panel
- [ ] Notification Center & Popups
- [ ] Wifi, Ethernet & VPN indicator
- [ ] Battery indicator
- [ ] Brightness indicator
- [ ] DnD indicator
- [ ] Mpris media manager
- [ ] Microphone, Screen Sharing & Audio Indicator
## Work in Progress Showcase
![Main Bar](./screenshots/2024-08-28-main-bar.png)
![Audio Manager](./screenshots/2024-08-28-audio-manager.png)
## Launching the shell
This project is not necessarily meant to be used by others, but if you'd like to do so you can run:
```console
nix run github:nydragon/nysh
```
or directly via quickshell from the repository root:
```console
quickshell -p src/shell.qml
```
## Thanks to:
- [outfoxxed], the creator of Quickshell
[Quickshell]: https://quickshell.outfoxxed.me/
[TWM]: https://en.wikipedia.org/wiki/Tiling_window_manager
[outfoxxed]: https://git.outfoxxed.me/outfoxxed/