feat: yazi plugins [glow, projects, custom_scripts-set_wallpaper]
This commit is contained in:
5
.config/custom_scripts/osx/set_wallpaper.sh
Executable file
5
.config/custom_scripts/osx/set_wallpaper.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eaou pipefail
|
||||
|
||||
osascript -e 'tell application "System Events" to set picture of every desktop to "'"$1"'"'
|
Reference in New Issue
Block a user