Refactor README structure and content
Reorganize sections and update details for clarity.
This commit is contained in:
@@ -3,16 +3,6 @@
|
|||||||
## How it looks like...
|
## How it looks like...
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Hyprland & Waybar & Eww</summary>
|
|
||||||
|
|
||||||
<figure>
|
|
||||||
<img src="https://github.com/Uyanide/backgrounds/blob/master/screenshots/desktop.jpg?raw=true"/>
|
|
||||||
</figure>
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details>
|
|
||||||
|
|
||||||
<summary>Niri & Quickshell</summary>
|
<summary>Niri & Quickshell</summary>
|
||||||
|
|
||||||
https://github.com/user-attachments/assets/2550607a-48ea-4662-98ba-d26722b26b1b
|
https://github.com/user-attachments/assets/2550607a-48ea-4662-98ba-d26722b26b1b
|
||||||
@@ -50,7 +40,7 @@ https://github.com/user-attachments/assets/2550607a-48ea-4662-98ba-d26722b26b1b
|
|||||||
- Terminal: **Kitty** & (WezTerm | **Ghostty**)
|
- Terminal: **Kitty** & (WezTerm | **Ghostty**)
|
||||||
- Power Menu: **Wlogout** & Quickshell
|
- Power Menu: **Wlogout** & Quickshell
|
||||||
- Colorscheme: **Catppuccin Mocha**
|
- Colorscheme: **Catppuccin Mocha**
|
||||||
- App Launcher: **Rofi** | ~~Fuzzel~~
|
- App Launcher: ~~Rofi~~ | ~~Fuzzel~~ | **vicinae**
|
||||||
- Desktop Widgets: ~~Eww~~ | **Quickshell**
|
- Desktop Widgets: ~~Eww~~ | **Quickshell**
|
||||||
- Wallpaper Daemon: ~~Awww~~ | **Quickshell**
|
- Wallpaper Daemon: ~~Awww~~ | **Quickshell**
|
||||||
- Notification Daemon: ~~Mako~~ | **Quickshell**
|
- Notification Daemon: ~~Mako~~ | **Quickshell**
|
||||||
@@ -66,22 +56,12 @@ Not based on, but heavily depends on many modules from (an old version of) [noct
|
|||||||
|
|
||||||
This setup is currently only adapted for Niri.
|
This setup is currently only adapted for Niri.
|
||||||
|
|
||||||
## Eww
|
|
||||||
|
|
||||||
- `main`, main dashboard, modified from [syndrizzle/hotfiles](https://github.com/syndrizzle/hotfiles/tree/bspwm) but without notification center.
|
|
||||||
- `lyrics`, scrolling lyrics player, depends on [a small utility](https://github.com/Uyanide/Spotify_Lyrics) from myself <small>(which also happens to be my frist Golang program :D)</small>.
|
|
||||||
- `lyrics-single`, similar to `lyrics`, but only with a single line and can be easily embeded into the status bar.
|
|
||||||
|
|
||||||
## Wallpaper & Colortheme
|
## Wallpaper & Colortheme
|
||||||
|
|
||||||
- [WallReel](https://github.com/Uyanide/WallReel): an Image Carousel implemented with QtQuick to browse and set wallpapers from.
|
- [WallReel](https://github.com/Uyanide/WallReel): an Image Carousel implemented with QtQuick to browse and set wallpapers from.
|
||||||
- [change-colortheme](./config/scripts/.local/scripts/change-colortheme): script that extract colors from the current wallpaper and generate a catppuccin color scheme accordingly.
|
- [change-colortheme](./config/scripts/.local/scripts/change-colortheme): script that extract colors from the current wallpaper and generate a catppuccin color scheme accordingly.
|
||||||
- [backgrounds](https://github.com/Uyanide/backgrounds) collection for personal use (mostly waifus).
|
- [backgrounds](https://github.com/Uyanide/backgrounds) collection for personal use (mostly waifus).
|
||||||
|
|
||||||
## Rofi
|
|
||||||
|
|
||||||
Based on [codeopshq/dotfiles](https://github.com/codeopshq/dotfiles), also serves as the clipboard history browser and emoji picker.
|
|
||||||
|
|
||||||
## Grub theme
|
## Grub theme
|
||||||
|
|
||||||
Based on [vinceliuice/Elegant-grub2-themes](https://github.com/vinceliuice/Elegant-grub2-themes) with an [illustration from 紺屋](https://www.pixiv.net/artworks/119683453).
|
Based on [vinceliuice/Elegant-grub2-themes](https://github.com/vinceliuice/Elegant-grub2-themes) with an [illustration from 紺屋](https://www.pixiv.net/artworks/119683453).
|
||||||
@@ -89,3 +69,43 @@ Based on [vinceliuice/Elegant-grub2-themes](https://github.com/vinceliuice/Elega
|
|||||||
## Fonts
|
## Fonts
|
||||||
|
|
||||||
See [fontconfig.md](https://github.com/Uyanide/dotfiles/blob/main/memo/fontconfig.md).
|
See [fontconfig.md](https://github.com/Uyanide/dotfiles/blob/main/memo/fontconfig.md).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Previous setup</summary>
|
||||||
|
|
||||||
|
## How it looks like...
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<img src="https://github.com/Uyanide/backgrounds/blob/master/screenshots/desktop.jpg?raw=true"/>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
## Hyprland & friends
|
||||||
|
|
||||||
|
Based on an old version of [end-4/dots-hyprland](https://github.com/end-4/dots-hyprland) but without ags, quickshell, eww and tons of other stuff.
|
||||||
|
|
||||||
|
## Eww
|
||||||
|
|
||||||
|
- `main`, main dashboard, modified from [syndrizzle/hotfiles](https://github.com/syndrizzle/hotfiles/tree/bspwm) but without notification center.
|
||||||
|
- `lyrics`, scrolling lyrics player, depends on [a small utility](https://github.com/Uyanide/Spotify_Lyrics) from myself <small>(which also happens to be my frist Golang program :D)</small>.
|
||||||
|
- `lyrics-single`, similar to `lyrics`, but only with a single line and can be easily embeded into the status bar.
|
||||||
|
|
||||||
|
## Swww
|
||||||
|
|
||||||
|
The wallpaper will be automatically blurred when there is a window in focus, which is implemented in the [wallpaper-daemon](https://github.com/Uyanide/dotfiles/blob/main/.scripts/wallpaper-daemon) script.
|
||||||
|
|
||||||
|
This feature is only enabled in Niri. Swww also manages wallpapers of the Hyprland setup, yet only in the regular way.
|
||||||
|
|
||||||
|
## Wallpaper & Colortheme
|
||||||
|
|
||||||
|
The most suitable primary color (or so-called flavor) will be chosen from the [Catppuccin Mocha](https://catppuccin.com/palette/) palette and applied to various apps automatically after changing wallpaper. And also:
|
||||||
|
|
||||||
|
- [wallpaper-chooser](https://github.com/Uyanide/Wallpaper_Chooser) to select wallpaper, which implements an Image Carousel with Qt Widgets.
|
||||||
|
- [backgrounds collection](https://github.com/Uyanide/backgrounds) for personal use.
|
||||||
|
|
||||||
|
## Rofi
|
||||||
|
|
||||||
|
Based on [codeopshq/dotfiles](https://github.com/codeopshq/dotfiles), also serves as the clipboard history browser and emoji picker.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|||||||
Reference in New Issue
Block a user