summaryrefslogtreecommitdiff
path: root/config/X/xmobar/xmobarrc0.hs
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-02-27 13:02:09 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-02-27 13:02:09 +0100
commit457a28ed89be9e2f698786e83538ee61292ae08c (patch)
treee084e3b6ca22df13b731dfb7a56a3b54d48c61e3 /config/X/xmobar/xmobarrc0.hs
parent9b022ce9b6a5629cfe9dbef9a0adc7d8d1023fb3 (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.hs20
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>{"}
-