mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 17:35:56 +08:00
niri flame close effect; add zen
This commit is contained in:
parent
b0dd564d30
commit
c3172230d0
13 changed files with 603 additions and 10 deletions
|
|
@ -7,3 +7,5 @@ if [ -z $wall ]; then
|
|||
fi
|
||||
output=$(niri msg -j focused-output | jq -r .name)
|
||||
swww img -o $output $wallpapers_dir/$wall --transition-type random --transition-duration 1
|
||||
blurwall=$(echo $wall | sed 's/\.jpg$/-blurred.jpg/')
|
||||
swaybg -o $output -i $wallpapers_dir/$blurwall -m fill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue