From 057afc086e9c886387be957e683711e79fa0be4c Mon Sep 17 00:00:00 2001 From: Uyanide Date: Sat, 18 Oct 2025 22:20:24 +0200 Subject: [PATCH] minor --- .scripts/config-switch | 4 ++-- README.md | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.scripts/config-switch b/.scripts/config-switch index c88bdb9..fe0fd8d 100755 --- a/.scripts/config-switch +++ b/.scripts/config-switch @@ -1,5 +1,7 @@ #!/usr/bin/env bash +path="$(dirname "$(readlink -f "$0")")" + if [ -z "$1" ]; then desktop="$XDG_CURRENT_DESKTOP" else @@ -11,8 +13,6 @@ for item in "kitty" "ghostty" "wlogout"; do rm "$HOME/.config/$item" - path="$(dirname "$(readlink -f "$0")")" - if [ "$desktop" = "niri" ]; then ln -s "$path/../$item-niri" "$HOME/.config/$item" else diff --git a/README.md b/README.md index 6f1de38..2d69b68 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ ## How it looks like...
- -- Hyprland & Waybar & Eww: +Hyprland & Waybar & Eww
-- Niri & Quickshell +
+ +
+ +Niri & Quickshell 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 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.