summaryrefslogtreecommitdiff
path: root/.scripts/currwal
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/currwal')
-rwxr-xr-x.scripts/currwal7
1 files changed, 7 insertions, 0 deletions
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"