order icons in systray
parent
47b7a0a2e3
commit
c912258000
|
|
@ -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'
|
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'
|
||||||
) &
|
) &
|
||||||
|
|
||||||
# volume icon in system tray
|
# Use sleep to enforce icon order
|
||||||
volumeicon &
|
(
|
||||||
|
# volume icon in system tray
|
||||||
# system shutdown/logout icon in system tray
|
volumeicon &
|
||||||
systrayicon --command fblogout --iconfile /usr/share/icons/locolor/16x16/actions/system-shutdown-symbolic.png &
|
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 for the sound
|
||||||
wait $SOUNDPID
|
wait $SOUNDPID
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue