This commit is contained in:
2025-10-18 22:20:24 +02:00
parent 99b998402f
commit 057afc086e
2 changed files with 9 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
path="$(dirname "$(readlink -f "$0")")"
if [ -z "$1" ]; then if [ -z "$1" ]; then
desktop="$XDG_CURRENT_DESKTOP" desktop="$XDG_CURRENT_DESKTOP"
else else
@@ -11,8 +13,6 @@ for item in "kitty" "ghostty" "wlogout"; do
rm "$HOME/.config/$item" rm "$HOME/.config/$item"
path="$(dirname "$(readlink -f "$0")")"
if [ "$desktop" = "niri" ]; then if [ "$desktop" = "niri" ]; then
ln -s "$path/../$item-niri" "$HOME/.config/$item" ln -s "$path/../$item-niri" "$HOME/.config/$item"
else else

View File

@@ -1,14 +1,17 @@
## How it looks like... ## How it looks like...
<details> <details>
<summary>Hyprland & Waybar & Eww</summary>
- Hyprland & Waybar & Eww:
<figure> <figure>
<img src="https://github.com/Uyanide/backgrounds/blob/master/screenshots/desktop.jpg?raw=true"/> <img src="https://github.com/Uyanide/backgrounds/blob/master/screenshots/desktop.jpg?raw=true"/>
</figure> </figure>
- Niri & Quickshell </details>
<details>
<summary>Niri & Quickshell</summary>
https://github.com/user-attachments/assets/7e2db305-58bc-4b3d-9c65-7dc0461aead7 https://github.com/user-attachments/assets/7e2db305-58bc-4b3d-9c65-7dc0461aead7
@@ -74,7 +77,7 @@ This feature is only enabled in Niri. Swww also manages wallpapers of the Hyprla
## Wallpaper & Colortheme ## 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: 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. - [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. - [backgrounds collection](https://github.com/Uyanide/backgrounds) for personal use.