diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-27 13:02:09 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-27 13:02:09 +0100 |
commit | 457a28ed89be9e2f698786e83538ee61292ae08c (patch) | |
tree | e084e3b6ca22df13b731dfb7a56a3b54d48c61e3 /config/X/xmobar/xmobarrc0.hs | |
parent | 9b022ce9b6a5629cfe9dbef9a0adc7d8d1023fb3 (diff) |
merged xmobar configs into one and changed the font to match pango syntax
Diffstat (limited to 'config/X/xmobar/xmobarrc0.hs')
-rw-r--r-- | config/X/xmobar/xmobarrc0.hs | 20 |
1 files changed, 0 insertions, 20 deletions
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 = "}<fc=#eceff4> %StdinReader% </fc>{"} - |