xmobar: corrected font
This commit is contained in:
parent
66b28bbe16
commit
28fe92191d
|
@ -1,7 +1,7 @@
|
|||
Config {
|
||||
|
||||
-- Appearance
|
||||
font = "xft:OpenSans:size=9:antialias=true"
|
||||
font = "xft:Open Sans:size=9:antialias=true"
|
||||
, bgColor = "#282828"
|
||||
, fgColor = "#ebdbb2"
|
||||
, position = TopW L 93 -- Leave space for Trayer
|
||||
|
@ -9,7 +9,7 @@ Config {
|
|||
-- Layout
|
||||
, sepChar = "%" -- delineator between plugin names and straight text
|
||||
, alignSep = "}{" -- separator between left-right alignment
|
||||
, template = "%StdinReader% } { %YBRK% | UV: %uv Brisbane% | %cpu% %coretemp% %cpufreq% | %memory% | %swap% | %dynnetwork% | %battery% | %date%"
|
||||
, template = "%StdinReader% }{ %YBRK% | UV: %uv Brisbane% | %cpu% %coretemp% %cpufreq% | %memory% | %swap% | %dynnetwork% | %battery% | %date%"
|
||||
|
||||
-- Behaviour
|
||||
, lowerOnStart = False -- send to bottom of window stack on start
|
||||
|
|
Loading…
Reference in a new issue