diff --git a/README.md b/README.md index 401c2a8..b8ca1e1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ **_quiet by design_** +
+ 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. diff --git a/Settings/Theme.json b/Settings/Theme.json index 4c48774..8cbefc2 100644 --- a/Settings/Theme.json +++ b/Settings/Theme.json @@ -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" }