summaryrefslogtreecommitdiffhomepage
path: root/emote
blob: 57e999af567203df727bd0ad1010c018bdaeb1b2 (plain)
1
2
3
4
5
#!/bin/bash


img="$(ls $1 | dmenu -m 0 -sb '#316299' -nb '#252732')"
(cd $1; xclip -selection clipboard -t ~/thinkcenter/emotes/${img##*.} $img)