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_**
<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.
## 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:
- `qt6-5compat` for some graphical effects
- `cava` so the audio visualizer 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
---
@ -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
Contributions are welcome! Feel free to open issues or submit pull requests.

View file

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