summaryrefslogtreecommitdiffstats
path: root/.local/bin/delpaper
blob: b7ef44ebd44fa12fcab0f0837d4ff0c5ffecf5b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

#Description: Puts the current wallpaper into the trash.

#Axioms: 

#Dependencies: https://packages.debian.org/sid/trash-cli  changewallpaper

trash "$(cat /tmp/curwal)"
changewallpaper