chore: fix font and date
This commit is contained in:
parent
c2241df6c6
commit
84dd17ae7c
|
@ -8,7 +8,7 @@ import XMonadConfig.GruvboxMaterial
|
||||||
config :: Config
|
config :: Config
|
||||||
config =
|
config =
|
||||||
defaultConfig
|
defaultConfig
|
||||||
{ font = "Fira Code Semi Bold 9"
|
{ font = "Fisa Code 10"
|
||||||
, additionalFonts = ["Symbols Nerd Font 2048-em 24"]
|
, additionalFonts = ["Symbols Nerd Font 2048-em 24"]
|
||||||
, bgColor = background
|
, bgColor = background
|
||||||
, fgColor = foreground
|
, fgColor = foreground
|
||||||
|
@ -47,7 +47,7 @@ config =
|
||||||
, -- Date Format Alias RefreshRate
|
, -- Date Format Alias RefreshRate
|
||||||
Run $
|
Run $
|
||||||
Date
|
Date
|
||||||
(grey2 "%a %b %_d %Y " ++ yellow "%H:%M:%S")
|
(grey2 "%A %B %d %Y " ++ yellow "%H:%M:%S")
|
||||||
"date"
|
"date"
|
||||||
(1 `seconds`)
|
(1 `seconds`)
|
||||||
, -- Weather StationID Args RefreshRate
|
, -- Weather StationID Args RefreshRate
|
||||||
|
|
Loading…
Reference in a new issue