summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-02-26 13:57:39 +0100
committerben <benjaminfranzke@googlemail.com>2010-02-26 13:57:39 +0100
commit0baadc81a1edcc648390a3c8736f37d0b2c507fd (patch)
tree572685b1e920d7912141ea451057d388a3b65c38 /.config
parentb90ce5d0c540b679838ee97e6b9a4ff2ce8c7027 (diff)
downloaddotfiles-0baadc81a1edcc648390a3c8736f37d0b2c507fd.tar.gz
dotfiles-0baadc81a1edcc648390a3c8736f37d0b2c507fd.tar.bz2
dotfiles-0baadc81a1edcc648390a3c8736f37d0b2c507fd.zip
mv stalonetrayrc to .config directory
Diffstat (limited to '.config')
-rw-r--r--.config/openbox/autostart.sh2
-rw-r--r--.config/stalonetray/stalonetrayrc122
2 files changed, 123 insertions, 1 deletions
diff --git a/.config/openbox/autostart.sh b/.config/openbox/autostart.sh
index 7496c4c..d1d014d 100644
--- a/.config/openbox/autostart.sh
+++ b/.config/openbox/autostart.sh
@@ -22,7 +22,7 @@ export OOO_FORCE_DESKTOP=gnome
#volwheel &
#trayer --widthtype request --height 24 --align right --margin 0 --padding 0 \
# --transparent true --alpha 256 --tint 0xffffff --SetDockType true &
-stalonetray &
+stalonetray --config ~/.config/stalonetray/stalonetrayrc &
~/voltray.py &
#volwheel &
diff --git a/.config/stalonetray/stalonetrayrc b/.config/stalonetray/stalonetrayrc
new file mode 100644
index 0000000..1a41169
--- /dev/null
+++ b/.config/stalonetray/stalonetrayrc
@@ -0,0 +1,122 @@
+#transparent true
+#geometry 124x24+3-3
+#icon_gravity W
+#grow_gravity W
+#skip_taskbar true
+#window_layer bottom
+#window_layer bottom
+#
+#sticky true
+
+# vim:filetype=config:tw=80:et
+#
+# This is sample ~/.stalonetrayrc, resembling default configuration.
+# Remember: command line parameters take precedence.
+#
+# Directives introduced in 0.7.4 are marked with "NEW in 0.7.4"
+#
+####################################################################
+#
+# stalonetray understands following directives
+#
+####################################################################
+
+# background <color> # color can be specified as an HTML hex triplet or
+ # as a name from rgb.txt, note that '#' must be quoted
+background "#000000"
+
+# decorations <decspec> # set trays window decorations; possible values for
+ # decspec are: all, title, border, none
+decorations none
+
+# display <display name> # as usual
+
+# dbg_level <int> # controls the amount of debug info (for this setting to
+ # have effect, stalonetray sources must have been
+ # configured and compiled with --enable-debug)
+# dbg_level 2
+
+# fuzzy_edges [<level>] # enable fuzzy edges and set fuzziness level. level
+ # can be from 0 (disabled) to 3; this setting works
+ # with tinting and/or transparent and/or pixmap
+ # backgrounds (NEW in 0.7)
+fuzzy_edges 0
+
+# geometry <geometry> # tray's geometry in standard X notation
+#geometry 140x64-50-14
+geometry 140x24+10+100
+
+# grow_gravity <gravity> # one of N, S, E, W, NW, NE, SW, SE; tray will grow
+ # in the direction opposite to one specified by
+ # grow_gravity; if horizontal or vertical
+ # direction is not specified, tray will not grow in
+ # that direction
+grow_gravity W
+
+# icon_gravity <gravity> # icon placement gravity, one of NW, NE, SW, SE
+icon_gravity SE
+
+# icon_size <int> # specifies dimensions of typical icon slot
+icon_size 24
+
+# ignore_icon_resize [<bool>] # ignore icon attempts to resize their windows
+ # (NEW in 0.7)
+ignore_icon_resize false
+
+# max_width <int> # specifies maximal tray's width (0 = no limit)
+max_width 0
+
+# max_height <int> # specifies maximal tray's height (0 = no limit)
+max_height 24
+
+# no_shrink [<bool>] # disables shrink-back mode (NEW in 0.7)
+no_shrink false
+
+# parent_bg [<bool>] # whether to use pseudo-transparency
+ # (looks better when reparented into smth like FvwmButtons)
+parent_bg false
+
+# pixmap_bg <path_to_xpm> # use pixmap from specified xpm file for (tiled) background
+# pixmap_bg /home/user/.stalonetraybg.xpm
+
+# respect_icon_hints [<bool>] # try to respect icon hints (NEW in 0.7)
+respect_icon_hints false
+
+# skip_taskbar [<bool>] # hide tray`s window from the taskbar
+skip_taskbar true
+
+# sticky [<bool>] # make a tray`s window sticky across the desktops/pages
+sticky true
+
+# tint_color <color> # set tinting color (NEW in 0.7)
+tint_color white
+
+# tint_level <level> # set tinting level; level ranges from 0 (disabled)
+ # to 255 (NEW in 0.7)
+tint_level 0
+
+# transparent [<bool>] # whether to use root-transparency (background
+ # image must be set with Esetroot or compatible utility)
+transparent true
+
+# vertical [<bool>] # whether to use vertical layout (horisontal layout
+ # is used by default)
+vertical false
+
+# window_layer <layer> # set the EWMH-compatible window layer; one of:
+ # bootom, normal, top
+window_layer bottom
+
+# window_type <type> # set the EWMH-compatible window type; one of:
+ # dock, normal, toolbar, utility
+window_type dock
+
+# withdrawn [<bool>] # start withdrawn (NEW in 0.7, prior to that
+ # withdrawn mode was default!)
+withdrawn false
+
+# xsync [<bool>] # whether to operate on X server synchronously (SLOOOOW)
+xsync false
+
+
+