diff options
author | xero <x@xero.nu> | 2015-04-26 10:22:30 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2015-04-26 10:22:30 -0400 |
commit | 7c443c26978506533fa95b4b0f111ed9959f1ffe (patch) | |
tree | 8ae4768249e2f798d875bfbd24ba0ac68772dbf8 /stalonetray | |
parent | 43fd57cb35cabb9dd6a410c6ce3756a85c721be1 (diff) | |
download | dotfiles_ascii-7c443c26978506533fa95b4b0f111ed9959f1ffe.tar.xz dotfiles_ascii-7c443c26978506533fa95b4b0f111ed9959f1ffe.zip |
update dzen2 bar and stalonetray
Diffstat (limited to 'stalonetray')
-rw-r--r-- | stalonetray/.stalonetrayrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stalonetray/.stalonetrayrc b/stalonetray/.stalonetrayrc index 2fd8f05..967bffb 100644 --- a/stalonetray/.stalonetrayrc +++ b/stalonetray/.stalonetrayrc @@ -13,7 +13,7 @@ # 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" +background "#111111" # decorations <decspec> # set trays window decorations; possible values for # decspec are: all, title, border, none @@ -34,7 +34,7 @@ fuzzy_edges 0 # geometry <geometry> # tray's geometry in standard X notation; width and # height are specified in slot_size multiples -geometry 1x1+1180 +geometry 1x1+128 # grow_gravity <gravity> # one of N, S, E, W, NW, NE, SW, SE; tray will grow # in the direction opposite to one specified by |