Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/q4z1/hyprdashboard-qt6
Dashboard / Launcher for hyperland
https://github.com/q4z1/hyprdashboard-qt6
hyprland qt6 wayland
Last synced: 18 days ago
JSON representation
Dashboard / Launcher for hyperland
- Host: GitHub
- URL: https://github.com/q4z1/hyprdashboard-qt6
- Owner: q4z1
- Created: 2024-10-05T23:51:25.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-26T20:19:08.000Z (19 days ago)
- Last Synced: 2024-10-26T22:23:13.641Z (19 days ago)
- Topics: hyprland, qt6, wayland
- Language: QML
- Homepage:
- Size: 26.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyprdashboard-qt6
Dashboard / Launcher for hyprlandThis project is not yet finished but maybe worth to take a look already.
## Dependencies:
Arch Linux: sudo pacman -Syu base-devel qt6-base qt6-declarative qt6-svg cmake ninjaUbuntu noble: sudo apt install build-essential cmake ninja-build qt6-base-dev qt6-declarative-dev qml-module-qtquick2 libgl1-mesa-dev libxkbcommon-dev
(there is still a qt6 dependency issue: although the binary compiles successfullly on ubuntu, it does not launch - it's on my #todo list ;-) - please use a distrobox to build and run on arch instead if possible)KDE neo: all qt6 deps should be either already installed or easily to install.
### for creating a nixos qt6 dev environment there exists a flake.nix file
### Building & Running:
`cmake -S. -B./build -G Ninja``cmake --build ./build --config Debug --target hyprdash --` # build - chose a different --config value for a Release build
`./hyprdash.sh -s` to bring up a socket server for receiving commands
`./hyprdash.sh -d` to toggle dashboardIn your hyprland config:
`exec-once /path/to/hyprdash.sh -s`
and a binding to a keyboard shortcut like: `bind = $mainMod, D, exec, /path/to/hyprdash.sh -d` in order to toggle dashboard.
## Configuration:
copy `hyprdash.json.example` to `~/config/hyprdash/hyprdash.conf` - it should speak for itself.
... always keep a backup! If there is any json syntax error, the file will be overwritten.## short preview:
check `hyprdash.mp4`