diff options
Diffstat (limited to 'config/X/xmobar/xmobarrc0.hs')
-rw-r--r-- | config/X/xmobar/xmobarrc0.hs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/X/xmobar/xmobarrc0.hs b/config/X/xmobar/xmobarrc0.hs new file mode 100644 index 0000000..e3824f2 --- /dev/null +++ b/config/X/xmobar/xmobarrc0.hs @@ -0,0 +1,20 @@ +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>{"} + |