diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-01-28 18:05:14 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-01-28 18:05:14 +0100 |
commit | 17fc734d20035c84fc903f185dd10f85fdc489b3 (patch) | |
tree | 2c04869ede94a6c24e58172389487df8b86b4db4 /ratpoison/tray | |
parent | 4a30a002dab5f0b024b3713ecd10e53e0a0aa31f (diff) | |
download | dotfiles-17fc734d20035c84fc903f185dd10f85fdc489b3.tar.gz dotfiles-17fc734d20035c84fc903f185dd10f85fdc489b3.tar.bz2 dotfiles-17fc734d20035c84fc903f185dd10f85fdc489b3.zip |
new colorschemes
Diffstat (limited to 'ratpoison/tray')
-rwxr-xr-x | ratpoison/tray | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ratpoison/tray b/ratpoison/tray new file mode 100755 index 0000000..16fbb56 --- /dev/null +++ b/ratpoison/tray @@ -0,0 +1,13 @@ +#!/bin/bash + +source ~/.colors + +mon_num=${1:-0} +width=${2:-0} +height=${3:-0} +x=${4:-0} +y=${5:-0} + +let x_offset=$x+$width-16 +stalonetray -bg $COLOR0 --geometry 1x1+$x_offset+$y --grow-gravity NE \ + --icon-size 16 --icon-gravity W --kludges force_icons_size |