From 54b772cae06eb25adf33297e35234f33ded81a7b Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 12 Mar 2022 19:54:51 +0530 Subject: neovim addition --- scripts/setbg | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 scripts/setbg (limited to 'scripts/setbg') diff --git a/scripts/setbg b/scripts/setbg deleted file mode 100755 index f267a3a..0000000 --- a/scripts/setbg +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -if [ -z "$1" ]; then - echo "Chosing a random wallpaper..." - wall=$(find $HOME/Pictures/Wallpaper/w/wow -type f | shuf -n 1) - echo "Setting up the wallpaper: $(echo $wall|cut -d '/' -f 8)" -else - wall="$1" -fi - -echo "Setting up the wallpaper: $(echo $wall)" -xwallpaper --zoom $wall && -echo "Generating pywal color schemes..." -wal -n -i $wall >/dev/null && -echo "dwm reading Xresources color values at runtime" -xdotool key super+F5 -pywal-discord -$HOME/.local/usr/wal-telegram/wal-telegram -ln -sf ~/.cache/wal/dunstrc ~/.config/dunst/dunstrc -pkill dunst -dunst & -#(cd $HOME/.local/src/dwm && sudo make clean install>/dev/null) -echo "^_^ Enjoy your new look!!!" -- cgit v1.2.3