xmonad-config/xmobarrc

38 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2017-12-10 01:14:39 +01:00
Config {
2018-05-29 08:20:58 +02:00
font = "xft:Fira Code:style=Regular:size=9"
, template = " %UnsafeStdinReader%}{%battery% <fn=1></fn> %date% "
2017-12-10 01:14:39 +01:00
, commands =
2017-12-10 22:52:41 +01:00
[ Run UnsafeStdinReader
, Run Date "%A %d %B %H:%M %Z" "date" 10
2018-05-29 08:20:58 +02:00
, Run Battery [ "--template", "<acstatus> <left>% (<timeleft>, <watts>W)"
, "-L", "25"
, "-H", "35"
, "-l", "#DC322F"
, "-n", "#CB4B16"
, "--"
, "-O", "<fn=1></fn>"
, "-i", "<fn=1></fn>"
, "-o", "<fn=1></fn>"
] 50
]
2017-12-10 01:14:39 +01:00
, bgColor = "#002b36"
, fgColor = "#839496"
, border = BottomB
, borderWidth = 5
, borderColor = "#859900"
, position = TopSize L 100 29
, textOffset = 16
2018-01-27 14:03:59 +01:00
, additionalFonts = [ "xft:FontAwesome:style=Regular:size=8" ]
2017-12-10 01:14:39 +01:00
-- , sepChar
-- , alignSep
-- , iconOffset
-- , allDesktops
-- , overrideRedirect
-- , pickBroadest
-- , hideOnStart
-- , lowerOnStart
-- , persistent
-- , iconRoot
-- , alpha
}