View Single Post
  #2   (View Single Post)  
Old 9th October 2017
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

The version of x11/yad in OpenBSD 6.2 now is based on gtk3 and the invocation syntax has changed:
Code:
# Start Wifi Applet
(sleep 1.5 && \
yad  --notification --image=network-receive \
 --text="Wifi" --no-buttons \
 --command='xterm -g 100x20-0+38 -T "Wifi" \
 -e "/home/jsh/scripts/wiconn.sh"') &
Reply With Quote