diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Single.hs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Single.hs b/src/Single.hs index 2119c6d..ca21243 100644 --- a/src/Single.hs +++ b/src/Single.hs @@ -27,13 +27,12 @@ config p = (baseConfig p) { , bgColor = if pIsLight p then "#f0f0f0" else "black" , alpha = 233 , border = FullB - , textOffsets = [] , textOffset = 0 , iconOffset = 0 , dpi = 0 -- , font = "Source Code Pro, Noto Color Emoji Regular 9, Regular 9" - , font = "DejaVu Sans Mono, Noto Color Emoji 9, Regular 9" - -- , font = "Hack, Noto Color Emoji Regular 9, Light 9" + -- , font = "DejaVu Sans Mono, Noto Color Emoji 9, Regular 9" + , font = "Hack, Noto Color Emoji Regular 9, Light 9" , commands = [ Run (topProcL p isXmonad) , Run (load p) , Run (iconBatt p) |