chore: update 08/08
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
if [[ -z $WALLPAPER_HOME ]]; then
|
||||
WALLPAPER_HOME="~/wallpapers/"
|
||||
fi
|
||||
|
||||
if [[ -z $1 ]]; then
|
||||
THEME=$THEME_MODE
|
||||
else
|
||||
THEME=$1
|
||||
fi
|
||||
|
||||
WALLPAPER_HOME=$(realpath "${WALLPAPER_HOME/#~/$HOME}")
|
||||
|
||||
selected_file=$(
|
||||
@@ -32,6 +39,8 @@ echo "$selected" > "$WALLPAPER_HOME/current/selected"
|
||||
magick "$selected" -scale 10% -blur 0x2.5 -resize 1000% "$WALLPAPER_HOME/current/blurred.jpg"
|
||||
cp "$selected" "$WALLPAPER_HOME/current/current.jpg"
|
||||
export WALLPAPER=$(cat "$WALLPAPER_HOME/current/selected")
|
||||
magick "$(WALLPAPER_HOME)wallpapers/current/current.jpg" -gravity Center -crop 40x40%+0+0 +repage /tmp/matugen_target.jpg
|
||||
magick "$WALLPAPER_HOME/current/current.jpg" -gravity Center -crop 40x40%+0+0 +repage /tmp/matugen_target.jpg
|
||||
hyprctl hyprpaper wallpaper ", $WALLPAPER"
|
||||
matugen -t scheme-fidelity -m dark --source-color-index 0 image "/tmp/matugen_target.jpg"
|
||||
matugen -t scheme-fidelity -m $THEME --source-color-index 0 image "/tmp/matugen_target.jpg" --lightness-dark 0.066
|
||||
gsettings set org.gnome.desktop.interface gtk-theme 'adw-gtk-theme'
|
||||
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
|
||||
Reference in New Issue
Block a user