No description
- QML 84.8%
- JavaScript 15.2%
| comp | ||
| conf.mjs | ||
| LICENSE | ||
| README.md | ||
| shell.qml | ||
Quickshell Bar
Supports
- Bluetooth
- CPU%
- Clock
- System Tray
- Volume (yet to implement moving sources between sinks; scroll should up volume)
- Window title
- Workspaces
TODO
- Battery
- Media player
- Network speed
- Notifications
- RAM%
- Volume notification
Note
Requires QML_XHR_ALLOW_FILE_READ=1 and QS_ICON_THEME=Papirus-Dark or another icon pack.
In HM:
programs.quickshell = {
enable = true;
systemd.enable = true;
activeConfig = "main";
};
systemd.user.services.quickshell.Service.Environment = [
"QS_ICON_THEME=Papirus-Dark"
"QML_XHR_ALLOW_FILE_READ=1"
];
Code referenced
Thank you: