From 233027278d735ea38b3c13ccc50c0e0bc2f0fe79 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Fri, 21 Feb 2020 16:07:09 -0700 Subject: Change xmobarrc to fill full screen. Turns out, not a fan of the partial screen --- xmobarrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmobarrc b/xmobarrc index b22fac5..64c90ce 100644 --- a/xmobarrc +++ b/xmobarrc @@ -1,13 +1,13 @@ Config { font = "xft:Ubuntu Mono:size=14" , additionalFonts = ["xft:Lato:style=bold"] -- default: [] - , borderColor = "#ff6c00" + , borderColor = "#ffd9bf" , border = BottomB , borderWidth = 1 , bgColor = "black" , fgColor = "white" , alpha = 250 -- default: 255 - , position = TopSize C 95 50 + , position = TopSize L 100 50 , textOffset = -1 -- default: -1 , iconOffset = -1 -- default: -1 , lowerOnStart = True -- cgit