aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2024-06-03 20:54:03 +0900
committerJaKooLit <jimmielovejay@gmail.com>2024-06-03 20:54:03 +0900
commit4a912ec3456fff7da90df46565a732ecfca4ab3b (patch)
treea790a9e0ced4e9e31c73ea65fea9315e0548cd24 /config
parenta37a2d356e7faca610ed72fb459c358eba55ee77 (diff)
updated wallpaper effects
Diffstat (limited to 'config')
-rwxr-xr-xconfig/hypr/UserScripts/WallpaperEffects.sh6
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"
)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage