diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-06-03 20:54:03 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-06-03 20:54:03 +0900 |
| commit | 4a912ec3456fff7da90df46565a732ecfca4ab3b (patch) | |
| tree | a790a9e0ced4e9e31c73ea65fea9315e0548cd24 /config | |
| parent | a37a2d356e7faca610ed72fb459c358eba55ee77 (diff) | |
updated wallpaper effects
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperEffects.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh index 9122da34..7d6cf15b 100755 --- a/config/hypr/UserScripts/WallpaperEffects.sh +++ b/config/hypr/UserScripts/WallpaperEffects.sh @@ -23,12 +23,12 @@ SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration # https://imagemagick.org/script/magick.php declare -A effects=( -["Black & White"]="magick $current_wallpaper -set colorspace Gray -separate -average $wallpaper_output" -["Blurred"]="magick $current_wallpaper -blur "20x30" $wallpaper_output" +["Black & White"]="magick $current_wallpaper -colorspace gray -sigmoidal-contrast 10,40% $wallpaper_output" +["Blurred"]="magick $current_wallpaper -blur 0x5 $wallpaper_output" ["Solarize"]="magick $current_wallpaper -solarize 80% $wallpaper_output" ["Sepia Tone"]="magick $current_wallpaper -sepia-tone 65% $wallpaper_output" ["Negate"]="magick $current_wallpaper -negate $wallpaper_output" -["Charcoal"]="magick $current_wallpaper -charcoal "10x10" $wallpaper_output" +["Charcoal"]="magick $current_wallpaper -charcoal 0x5 $wallpaper_output" ["No Effects"]="no-effects" ) |
