From a83d7f66b1c05164a1b3ae861df1dc9ab2bce729 Mon Sep 17 00:00:00 2001 From: Lars Vierbergen Date: Sun, 30 Oct 2016 22:50:39 +0100 Subject: [PATCH] Make xmobar smaller --- .xmobarrc | 2 +- xmonad-session-rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.xmobarrc b/.xmobarrc index 2070b89..a9b6f76 100644 --- a/.xmobarrc +++ b/.xmobarrc @@ -1,4 +1,4 @@ -Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*" +Config { font = "-*-Fixed-Normal-R-Normal-*-13-*-*-*-*-*-*-*" , bgColor = "black" , fgColor = "grey" , position = BottomW L 90 diff --git a/xmonad-session-rc b/xmonad-session-rc index bc50b7f..53a620b 100644 --- a/xmonad-session-rc +++ b/xmonad-session-rc @@ -5,7 +5,7 @@ xrdb -merge .Xresources $(syndaemon -d -K -i 0.5s && synclient HorizTwoFingerScroll=1 && synclient TapButton1=1 && synclient TapButton2=3)& # Tray applets -trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --tint 0x000000 --alpha 0 --height 17 & +trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --tint 0x000000 --alpha 0 --height 14 & xscreensaver -no-splash& nm-applet --sm-disable& gnome-power-manager&