From c5a17009b9bdbc2abdcd2ea5a586d6d6404a4405 Mon Sep 17 00:00:00 2001 From: Saumit Date: Sun, 25 Aug 2024 20:50:56 +0530 Subject: .scripts: Adding current wallp script and 4chget-correction in savepath --- .scripts/currwal | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .scripts/currwal (limited to '.scripts/currwal') diff --git a/.scripts/currwal b/.scripts/currwal new file mode 100755 index 0000000..f387be4 --- /dev/null +++ b/.scripts/currwal @@ -0,0 +1,7 @@ +#!/bin/bash + +currwallp=$(wpaperctl get-wallpaper eDP-1) + +echo $currwallp + +[[ "$1" == "-d" ]] && trash-put "$currwallp" && notify-send "Wallpaper sent to Trash" "$currwallp was sent to Trash" -- cgit v1.2.3