#!/bin/sh
sleep 1
idesk &
sleep 0.2
cbatticon &
sleep 0.1
volumeicon &
sleep 0.1
yad --no-middle --notification --command='uxterm -e "bash -c ~/aliases/wifi/wifi.sh"'&
# -e 'xclip -selection clipboard -target image/png -i $f && rm $f'
#key "Alt+Print" scrot -b -u '/tmp/%F_%T_$wx$h.png' -e 'xclip -selection clipboard -target image/png -i $f && rm $f'
#key "Super+M" xdotool key super+d

