diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-02-12 19:45:58 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-02-12 19:45:58 +0100 |
commit | f7ac47a1102006842d074146237c756648478675 (patch) | |
tree | ebd106e074f56d94046fc06d7718b2fc31ea3386 /ratpoison/tray | |
parent | 504b3cc5d6cbc9ec66c5e89e3ecd4310c8dd5a69 (diff) | |
download | dotfiles-f7ac47a1102006842d074146237c756648478675.tar.gz dotfiles-f7ac47a1102006842d074146237c756648478675.tar.bz2 dotfiles-f7ac47a1102006842d074146237c756648478675.zip |
bspwm update
Diffstat (limited to 'ratpoison/tray')
-rwxr-xr-x | ratpoison/tray | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ratpoison/tray b/ratpoison/tray deleted file mode 100755 index 16fbb56..0000000 --- a/ratpoison/tray +++ /dev/null @@ -1,13 +0,0 @@ -#!/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 |