xmobar
This commit is contained in:
parent
e146096312
commit
ce55db3775
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
Config {
|
Config {
|
||||||
|
|
||||||
-- appearance
|
-- appearance
|
||||||
font = "JetBrainsMono NF 10"
|
font = "JetBrainsMono NF 9"
|
||||||
, bgColor = "black"
|
, bgColor = "black"
|
||||||
, fgColor = "#646464"
|
, fgColor = "#646464"
|
||||||
, position = TopH 30
|
, position = TopH 30
|
||||||
|
@ -12,7 +12,7 @@ Config {
|
||||||
-- layout
|
-- layout
|
||||||
, sepChar = "%" -- delineator between plugin names and straight text
|
, sepChar = "%" -- delineator between plugin names and straight text
|
||||||
, alignSep = "}{" -- separator between left-right alignment
|
, alignSep = "}{" -- separator between left-right alignment
|
||||||
, template = " <icon=nixos-logo.xpm/> %XMonadLog% | %battery% | %multicpu% | %memory% }{ %vol% | %date% | %kbd% %_XMONAD_TRAYPAD%"
|
, template = " <icon=nixos-logo.xpm/> %XMonadLog% | %multicpu% | %memory% }{ %vol% | %date% | %battery | %_XMONAD_TRAYPAD%"
|
||||||
|
|
||||||
-- general behavior
|
-- general behavior
|
||||||
, lowerOnStart = True -- send to bottom of window stack on start
|
, lowerOnStart = True -- send to bottom of window stack on start
|
||||||
|
|
Loading…
Reference in a new issue