mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
Flexbile QtQuick based desktop shell toolkit.
Previously a hardcoded 0.0001 offset was used to determine if a volume change was significant enough to send to a device, however some devices have a much more granular step size, which caused future volume updates to be blocked. This change replaces the hardcoded offset with the volumeStep device route property which should be large enough for the device to work with. Fixes #279 |
||
|---|---|---|
| .github | ||
| assets | ||
| changelog | ||
| ci | ||
| cmake | ||
| src | ||
| .clang-format | ||
| .clang-tidy | ||
| .editorconfig | ||
| .gitignore | ||
| BUILD.md | ||
| CMakeLists.txt | ||
| CONTRIBUTING.md | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| Justfile | ||
| LICENSE | ||
| LICENSE-GPL | ||
| overlay.nix | ||
| quickshell.scm | ||
| README.md | ||
| shell.nix | ||
Quickshell
See the website for more information and installation instructions.
This repo is hosted at:
Contributing / Development
See CONTRIBUTING.md for details.
License
Licensed under the GNU LGPL 3.Unless you explicitly state otherwise, any contribution submitted for inclusion shall be licensed as above, without any additional terms or conditions.