Updates
This commit is contained in:
parent
a262c96f30
commit
d304b57617
@ -1,9 +1,31 @@
|
||||
#!/bin/bash
|
||||
# _____ _ ______ ____ ____ __
|
||||
# |_ _| |__ ___ _ __ ___ ___ / ___\ \ / /\ \ / /\ \ / /
|
||||
# | | | '_ \ / _ \ '_ ` _ \ / _ \ \___ \\ \ /\ / / \ \ /\ / / \ \ /\ / /
|
||||
# | | | | | | __/ | | | | | __/ ___) |\ V V / \ V V / \ V V /
|
||||
# |_| |_| |_|\___|_| |_| |_|\___| |____/ \_/\_/ \_/\_/ \_/\_/
|
||||
#
|
||||
#
|
||||
# by Stephan Raabe (2023)
|
||||
# -----------------------------------------------------
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Select random wallpaper and create color scheme
|
||||
# -----------------------------------------------------
|
||||
wal -q -i ~/wallpaper/
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Load current pywal color scheme
|
||||
# -----------------------------------------------------
|
||||
source "$HOME/.cache/wal/colors.sh"
|
||||
|
||||
# -----------------------------------------------------
|
||||
# get wallpaper iamge name
|
||||
# -----------------------------------------------------
|
||||
newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g")
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Set the new wallpaper
|
||||
# -----------------------------------------------------
|
||||
swww img $wallpaper --transition-step 20 --transition-fps=20
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user