diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-15 16:31:56 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-15 16:47:43 +0100 |
commit | 3b2a78935fd6550521f719a10e5b0fceb1ddb350 (patch) | |
tree | 7c50801d6bb5b7abba3df6352ed43df454a4dbcb /config/X/xmobar/xmobarrc0.hs |
Not really but, First commit!
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>{"} + |