order icons in systray

pull/40/head
TomasM 2017-11-12 04:22:06 -05:00
parent 47b7a0a2e3
commit c912258000
1 changed files with 8 additions and 5 deletions

View File

@ -61,11 +61,14 @@ rm -f $SIGNALFILE
compton --sw-opti -e 0.9 --fade-exclude 'role*="fluxbox-toolbar"' --opacity-rule '70:role*="fluxbox-toolbar"' --no-fading-destroyed-argb -D 5 -c -f -l -2 -t -2 -r 0 -o 1 -z --shadow-exclude 'bounding_shaped'
) &
# Use sleep to enforce icon order
(
# volume icon in system tray
volumeicon &
sleep 1
# system shutdown/logout icon in system tray
systrayicon --command fblogout --iconfile /usr/share/icons/locolor/16x16/actions/system-shutdown-symbolic.png &
) &
# wait for the sound
wait $SOUNDPID