initial commit with most component ready.

This commit is contained in:
2025-10-10 14:55:43 +08:00
commit 3daa3b59bf
17 changed files with 1262 additions and 0 deletions

11
bin/chbg Executable file
View 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