aboutsummaryrefslogtreecommitdiff
path: root/components/functions/NotificationAreaManager-trayer-srg
blob: 795ce418cd391d77fa70b022125cca4dcef34b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Support for trayer-srg
# Written by: Dominique Michel <dominique_libre@users.sourceforge.net>
# for FVWM-Crystal, 2013
# Version with parameters instead of the environment
 
# Trayer Syntax:
# NotificationAera [widthtype <request|pixel|percent>] [heighttype <request|pixel|percent>] \
# [height <size>] [edge <left|right|top|bottom|none>] [align  <left|right|center>] \
# [margin <n pixels>] [distance <n pixels>] [width <size>]
 
AddToFunc ExitFunction I Exec exec killall trayer
 
# Settings of Trayer {{{1
DestroyFunc FvwmTrayerPanel
AddToFunc FvwmTrayerPanel
+ I Exec exec trayer-srg \
--SetDockType false \
--widthtype $[0] \
--heighttype $[1] \
--height $[2] \
--edge $[3] \
--align $[4] \
--transparent true \
--alpha $[TrayerAlpha] \
--tint $[TrayerTint] \
--margin $[5] \
--distance $[6] \
$[7] $[infostore.SILENT]
+ I Style trayer-srg !Title, !Icon
 
# vim:ft=fvwm