mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
fix showclip
This commit is contained in:
parent
4f7ab2ed5f
commit
9386a5bf60
@ -9,7 +9,7 @@ clip=$(xclip -o -selection clipboard)
|
|||||||
|
|
||||||
prim=$(xclip -o -selection primary)
|
prim=$(xclip -o -selection primary)
|
||||||
|
|
||||||
[ "$prim" != "" ] && notify-send "<b>Clipboard:</b>
|
[ "$clip" != "" ] && notify-send "<b>Clipboard:</b>
|
||||||
$clip"
|
$clip"
|
||||||
[ "$clip" != "" ] && notify-send "<b>Primary:</b>
|
[ "$prim" != "" ] && notify-send "<b>Primary:</b>
|
||||||
$prim"
|
$prim"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user