From 1d930e4bc7620c804fc6d643ff5fc682f9dc22a3 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 29 Aug 2017 23:00:42 +1000 Subject: [PATCH] Made better use of my screen real estate --- .xmobarrc | 2 +- .xsession | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.xmobarrc b/.xmobarrc index ff35cf4..4a578d3 100644 --- a/.xmobarrc +++ b/.xmobarrc @@ -4,7 +4,7 @@ Config { font = "xft:OpenSans:size=10:antialias=true" , bgColor = "#073642" , fgColor = "#93a1a1" - , position = TopW L 90 + , position = TopW L 94 -- Layout , sepChar = "%" diff --git a/.xsession b/.xsession index 463ee0b..b7fa825 100755 --- a/.xsession +++ b/.xsession @@ -1,6 +1,6 @@ exec /usr/bin/xsettingsd & exec /usr/bin/xcalib -s 0 ~/Documents/Manuals/Lenovo/x201/thinkpadx201.icc & -exec /usr/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand false --width 10 --transparent true --alpha 0 --tint 0x073642 --height 22 --monitor 0 & +exec /usr/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand false --width 6 --transparent true --alpha 0 --tint 0x073642 --height 22 --monitor 0 & exec /usr/bin/nm-applet & exec /usr/bin/owncloud & exec /usr/bin/mpd &