chore: update README.md

This commit is contained in:
2025-10-14 21:59:20 +02:00
parent c543ede263
commit e682701817
6 changed files with 28 additions and 15 deletions

View File

@@ -224,8 +224,8 @@ def _change_quickshell(palette: dict[str, str], flavor: str):
apply_theme_funcs: dict[str, Callable[[dict[str, str], str], None]] = {
# 'kvantum': _change_kvantum,
# 'nwg-look': _change_nwglook,
'kvantum': _change_kvantum,
'nwg-look': _change_nwglook,
'eww': _change_eww,
'hypr': _change_hypr,
'rofi': _change_rofi,

View File

@@ -80,13 +80,13 @@ if [ "$XDG_CURRENT_DESKTOP" = "Hyprland" ]; then
notify-send -a "change-wallpaper" "Wallpaper Changed" "$image" -i "$image_copied"
change-colortheme -i "$image_copied" !quickshell || exit 1
change-colortheme -i "$image_copied" !quickshell !nwg-look || exit 1
elif [ "$XDG_CURRENT_DESKTOP" = "niri" ]; then
swww img -n background "$image_copied" --transition-type fade --transition-duration 2 > /dev/null 2> /dev/null
notify-send -a "change-wallpaper" "Wallpaper Changed" "$image" -i "$image_copied"
change-colortheme -i "$image_copied" !waybar !eww || exit 1
change-colortheme -i "$image_copied" !waybar !eww !mako !nwg-look || exit 1
else
echo "Unsupported desktop environment: $XDG_CURRENT_DESKTOP"
exit 1