From 457a28ed89be9e2f698786e83538ee61292ae08c Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 27 Feb 2023 13:02:09 +0100 Subject: merged xmobar configs into one and changed the font to match pango syntax --- config/X/xmobar/xmobarrc0.hs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 config/X/xmobar/xmobarrc0.hs (limited to 'config/X/xmobar/xmobarrc0.hs') diff --git a/config/X/xmobar/xmobarrc0.hs b/config/X/xmobar/xmobarrc0.hs deleted file mode 100644 index e3824f2..0000000 --- a/config/X/xmobar/xmobarrc0.hs +++ /dev/null @@ -1,20 +0,0 @@ -Config { font = "xft:Ubuntu Mono:pixelsize=14:style=bold:antialias=true:hinting:=true" - -- Only 1 font, so height automatic - , position = BottomW C 16 - , bgColor = "#2e3440" - , fgColor = "#2aa198" - , lowerOnStart = True - , pickBroadest = False - , persistent = False - , hideOnStart = False - , overrideRedirect = True - , wmName = "xmobar2" - - , commands = [ - Run StdinReader - ] - , sepChar = "%" - , alignSep = "}{" - - , template = "} %StdinReader% {"} - -- cgit v1.2.3