fix showclip

This commit is contained in:
MateuszOkulus 2018-12-28 18:05:28 +01:00
parent cf59e11ac4
commit a515edb933

View file

@ -9,7 +9,7 @@ clip=$(xclip -o -selection clipboard)
prim=$(xclip -o -selection primary)
[ "$prim" != "" ] && notify-send "<b>Clipboard:</b>
[ "$clip" != "" ] && notify-send "<b>Clipboard:</b>
$clip"
[ "$clip" != "" ] && notify-send "<b>Primary:</b>
[ "$prim" != "" ] && notify-send "<b>Primary:</b>
$prim"