diff options
author | jao <jao@gnu.org> | 2018-12-19 03:58:33 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-12-19 03:58:52 +0000 |
commit | e58bf332a6e533a31d96beecd6662b9c13395f65 (patch) | |
tree | a384c6a14c281ba89118198292c8c9dd7f0d70ab /bin | |
parent | 754ed5d7c3061c546b4bdbb685bdd73679e04080 (diff) | |
download | xmobar-config-e58bf332a6e533a31d96beecd6662b9c13395f65.tar.gz xmobar-config-e58bf332a6e533a31d96beecd6662b9c13395f65.tar.bz2 |
Border tweaks
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/run-trayer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run-trayer.sh b/bin/run-trayer.sh index c003117..c9fe71c 100755 --- a/bin/run-trayer.sh +++ b/bin/run-trayer.sh @@ -4,6 +4,6 @@ trayer --margin 2 --distancefrom left\ --distance 575 --edge top \ --align left \ --widthtype request \ - --height 21 --heighttype pixel \ + --height 23 --heighttype pixel \ --widthtype pixel --transparent true\ --alpha 255 --padding 1 |