diff options
| author | Josh Rahm <rahm@google.com> | 2020-02-03 11:45:47 -0700 |
|---|---|---|
| committer | Josh Rahm <rahm@google.com> | 2020-02-03 11:45:47 -0700 |
| commit | a153456b06a06db97735284a0d7496017799807a (patch) | |
| tree | bf452483b92ccee328ecbc020ccc1f72969928c6 /xmobarrc | |
| parent | ee513619c4f6ebce49b15020c121cbb6dc2e0c86 (diff) | |
| download | rde-a153456b06a06db97735284a0d7496017799807a.tar.gz rde-a153456b06a06db97735284a0d7496017799807a.tar.bz2 rde-a153456b06a06db97735284a0d7496017799807a.zip | |
Change XMobar config to make it relatively pretty
Diffstat (limited to 'xmobarrc')
| -rw-r--r-- | xmobarrc | 31 |
1 files changed, 22 insertions, 9 deletions
@@ -1,9 +1,22 @@ -Config { - font = "xft:Lato" - , position = Top - , bgColor = "#202020" - , border = BottomB - , borderColor = "#202020" - , borderWidth = 4 - , lowerOnStart = True -} +Config + { font = "xft:Ubuntu Mono:size=14" + , additionalFonts = ["xft:Lato:style=bold"] -- default: [] + , borderColor = "white" + , border = NoBorder + , bgColor = "black" + , fgColor = "white" + , alpha = 230 -- default: 255 + , position = TopSize C 100 50 + , textOffset = -1 -- default: -1 + , iconOffset = -1 -- default: -1 + , lowerOnStart = True + , pickBroadest = False -- default: False + , persistent = True + , hideOnStart = False + , iconRoot = "/usr/local/google/home/rahm/.xmonad/resources" -- default: "." + , allDesktops = True -- default: True + , overrideRedirect = False -- default: True + , sepChar = "%" + , alignSep = "}{" + , template = " %StdinReader% }{ <fc=#8888ff>%date%</fc> " + } |