Add wallust & swww support, thanks to ferrreo

This commit is contained in:
ly-sec 2025-07-13 15:26:23 +02:00
parent e5fb7a5ef2
commit 5e2db00522
2 changed files with 39 additions and 19 deletions

View file

@ -2,6 +2,18 @@
**_quiet by design_** **_quiet by design_**
<p align="center">
<a href="https://github.com/Ly-sec/Noctalia/commits">
<img src="https://img.shields.io/github/last-commit/Ly-sec/Noctalia?style=for-the-badge&labelColor=0C0D11&color=A8AEFF" alt="Last commit" />
</a>
<a href="https://github.com/Ly-sec/Noctalia/stargazers">
<img src="https://img.shields.io/github/stars/Ly-sec/Noctalia?style=for-the-badge&labelColor=0C0D11&color=A8AEFF" alt="GitHub stars" />
</a>
<a href="https://github.com/Ly-sec/Noctalia/graphs/contributors">
<img src="https://img.shields.io/github/contributors/Ly-sec/Noctalia?style=for-the-badge&labelColor=0C0D11&color=A8AEFF" alt="GitHub contributors" />
</a>
</p>
A sleek, minimal, and thoughtfully crafted setup for Wayland using **Quickshell**. This setup includes a status bar, notification system, control panel, wifi & bluetooth support, power profiles, lockscreen, tray, workspaces, and more — all styled with a warm lavender palette. A sleek, minimal, and thoughtfully crafted setup for Wayland using **Quickshell**. This setup includes a status bar, notification system, control panel, wifi & bluetooth support, power profiles, lockscreen, tray, workspaces, and more — all styled with a warm lavender palette.
## Preview ## Preview
@ -140,8 +152,10 @@ You can keybind it however you want in your niri setup.
You will need to install a few things to get everything working: You will need to install a few things to get everything working:
- `qt6-5compat` for some graphical effects
- `cava` so the audio visualizer works - `cava` so the audio visualizer works
- `gpu-screen-recorder` so that the record button works - `gpu-screen-recorder` so that the record button works
- `xdg-desktop-portal-gnome` or any other xdg-desktop-portal
- `material-symbols-git` so the icons properly show up - `material-symbols-git` so the icons properly show up
--- ---
@ -152,6 +166,12 @@ Currently the brightness indicator is very opiniated (using ddcutil with a scrip
--- ---
## 💜 Credits
Huge thanks to [**@ferrreo**](https://github.com/ferrreo) for all the changes they did and all the cool features they added!
---
## Contributing ## Contributing
Contributions are welcome! Feel free to open issues or submit pull requests. Contributions are welcome! Feel free to open issues or submit pull requests.

View file

@ -1,28 +1,28 @@
{ {
"backgroundPrimary": "#0C0D11", "backgroundPrimary": "#0E0F10",
"backgroundSecondary": "#151720", "backgroundSecondary": "#1A1B1C",
"backgroundTertiary": "#1D202B", "backgroundTertiary": "#262728",
"surface": "#1A1C26", "surface": "#212223",
"surfaceVariant": "#2A2D3A", "surfaceVariant": "#323334",
"textPrimary": "#CACEE2", "textPrimary": "#F0F1E0",
"textSecondary": "#B7BBD0", "textSecondary": "#D8D9CA",
"textDisabled": "#6B718A", "textDisabled": "#909186",
"accentPrimary": "#A8AEFF", "accentPrimary": "#A3A485",
"accentSecondary": "#9EA0FF", "accentSecondary": "#B5B69D",
"accentTertiary": "#8EABFF", "accentTertiary": "#82836A",
"error": "#FF6B81", "error": "#8C8FD4",
"warning": "#FFBB66", "warning": "#A5A9ED",
"highlight": "#E3C2FF", "highlight": "#DDDEB8",
"rippleEffect": "#F3DEFF", "rippleEffect": "#DDDEB8",
"onAccent": "#1A1A1A", "onAccent": "#0E0F10",
"outline": "#44485A", "outline": "#565758",
"shadow": "#000000B3", "shadow": "#0E0F10B3",
"overlay": "#11121ACC" "overlay": "#0E0F10CC"
} }