initial commit with most component ready.
This commit is contained in:
11
bin/chbg
Executable file
11
bin/chbg
Executable file
@@ -0,0 +1,11 @@
|
||||
# to change wallpapers both niri workspace and niri tab view
|
||||
WP_DIR="$HOME/.local/share"
|
||||
|
||||
echo -n "making blurred version... "
|
||||
mkdir -p $WP_DIR
|
||||
cp $1 $WP_DIR/.wallpaper
|
||||
magick $WP_DIR/.wallpaper -filter Gaussian -blur 0x30 $WP_DIR/.wallpaper_blur
|
||||
echo "Done."
|
||||
|
||||
swww img $WP_DIR/.wallpaper
|
||||
swww img $WP_DIR/.wallpaper_blur --namespace blur
|
||||
Reference in New Issue
Block a user