Minor edits

This commit is contained in:
Derek Taylor
2020-07-04 12:38:01 -05:00
parent f736c31fcb
commit 3d69afdf0a
2 changed files with 21 additions and 4 deletions

View File

@@ -3,7 +3,9 @@
-- you can find weather location codes here: http://weather.noaa.gov/index.html
Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=true"
, additionalFonts = [ "xft:FontAwesome:pixelsize=13", "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true" ]
, additionalFonts = [ "xft:FontAwesome:pixelsize=13"
, "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true"
]
, bgColor = "#292d3e"
, fgColor = "#B45BCF"
, position = Static { xpos = 1920 , ypos = 0, width = 1920, height = 24 }