No description
Find a file
Nydragon 913b13aa68
feat: first draft of a battery indicator
Displays current charge level graphically, also displays the overall
battery health, if it is provided by UPower, untested as my laptop
battery does not privde that.
2024-08-29 05:43:59 +02:00
assets docs: update readme and add examples 2024-08-28 01:24:57 +02:00
nix fix: flake not loading icons 2024-08-26 04:21:03 +02:00
src feat: first draft of a battery indicator 2024-08-29 05:43:59 +02:00
.envrc feat: init repo & follow documentation 2024-08-23 01:30:33 +02:00
.gitignore feat: init repo & follow documentation 2024-08-23 01:30:33 +02:00
.qmlformat.ini feat: init repo & follow documentation 2024-08-23 01:30:33 +02:00
.qmllint.ini feat: first iteration off a working audio volumen manager 2024-08-26 03:08:25 +02:00
.qmlls.ini feat: first iteration off a working audio volumen manager 2024-08-26 03:08:25 +02:00
flake.lock chore: bump flake inputs 2024-08-27 15:08:00 +02:00
flake.nix chore: add some qmllsp recommendations 2024-08-29 03:52:31 +02:00
README.md docs: update readme and add examples 2024-08-28 01:24:57 +02:00

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

Audio Manager

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:

nix run github:nydragon/nysh

or directly via quickshell from the repository root:

quickshell -p src/shell.qml

Thanks to: