mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-31 11:28:14 +00:00
[wallpaper] Don't require the package to be installed to be used
This commit is contained in:
@@ -59,7 +59,7 @@ function update-dock() {
|
||||
|
||||
# Function to switch the macOS desktop wallpaper from the CLI, using fzf.
|
||||
function set_wallpaper() {
|
||||
local wallpaper_dir="$HOME/.config/wallpaper"
|
||||
local wallpaper_dir="$HOME/.dotfiles/wallpaper/.config/wallpaper"
|
||||
local wallpaper_path=""
|
||||
|
||||
# If no argument provided, use fzf to select from wallpaper directory
|
||||
|
||||
Reference in New Issue
Block a user