docs: update readme and add examples
This commit is contained in:
parent
d91add5655
commit
95686e6600
3 changed files with 42 additions and 0 deletions
42
README.md
Normal file
42
README.md
Normal file
|
@ -0,0 +1,42 @@
|
|||
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
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## 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/
|
BIN
assets/2024-08-28-audio-manager.png
Normal file
BIN
assets/2024-08-28-audio-manager.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
BIN
assets/2024-08-28-main-bar.png
Normal file
BIN
assets/2024-08-28-main-bar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Add table
Reference in a new issue