dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit a363194668976c9c26f386a5064b840e5f8cfcf2
parent 56b0453a2c76ba5e1acbb5737d70a14076f0ddfe
Author: Jake Koroman <jakekoroman@proton.me>
Date:   Sun, 13 Oct 2024 00:36:23 -0400

change_wallpaper: new script

Diffstat:
Ascripts/change_wallpaper | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/scripts/change_wallpaper b/scripts/change_wallpaper @@ -0,0 +1,10 @@ +#!/bin/sh + +wallpaper=$(ls ~/Pictures/wallpapers | fuzzel --dmenu -p "Wallpaper: " -i) + +cd ~/Pictures +rm -f wallpaper +ln -s "wallpapers/$wallpaper" wallpaper +killall wbg +wbg ~/Pictures/wallpaper & +disown