diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-11-03 15:52:40 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-11-03 15:52:40 -0400 |
commit | 0619717115e81b0bcc98383a9bd480931c6f749b (patch) | |
tree | 441a8e21929d94ba497c1f6eb1a4346aa13d83c4 /.xinitrc | |
parent | Set dzen font to fixed and set bg color to black (diff) |
Adjust trayer height to 13
Diffstat (limited to '')
-rwxr-xr-x | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ redshift -m REDSHIFT_MODE -l 44.22:-76.48 -t 6500:2500 & xkbcomp -I$HOME/.xkb $HOME/.xkb/keymap/icd $DISPLAY # xcompmgr & trayer --tint black --edge top --SetDockType true --SetPartialStrut true \ - --expand true --width 10 --transparent true --height 18 --align right & + --expand true --width 10 --transparent true --height 13 --align right & xautolock -time 2 & /home/ryan/.dzen/battery.sh & /home/ryan/.dzen/temperature.sh & |