From de7c2f4a415bcb5d743bcece2b9f523d30c471ce Mon Sep 17 00:00:00 2001 From: azahi Date: Sat, 15 Jun 2019 14:08:21 +0300 Subject: Bump version 0.15.3 Update fonts Temporary remove ALSA bindings because of unresolved version errors Update Stack and Cabal to use GHC 8.6.4 Add missing pointers to Xmobar --- xmobarrc/top.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'xmobarrc/top.hs') diff --git a/xmobarrc/top.hs b/xmobarrc/top.hs index 0f26e5c..c502cbd 100644 --- a/xmobarrc/top.hs +++ b/xmobarrc/top.hs @@ -1,6 +1,6 @@ -Config { font = "xft:lucy tewi:style=Regular:pixelsize=11,Efont Biwidth:pixelsize=12,Misc Fixed Wide:size=8" - , additionalFonts = [ "xft:Wuncon Siji:style=Regular" - , "xft:lucy tewi:style=Bold:pixelsize=11" +Config { font = "xft:tewi:style=Regular:pixelsize=11,Efont Biwidth:pixelsize=12,Misc Fixed Wide:size=8" + , additionalFonts = [ "xft:Siji:style=Regular" + , "xft:tewi:style=Bold:pixelsize=11" ] , bgColor = "#0b0806" , fgColor = "#a19782" @@ -24,8 +24,8 @@ Config { font = "xft:lucy tewi:style=Regular:pixelsize=11,Efont Biwidth:pixelsiz , borderWidth = 1 , iconRoot = "." , commands = [ Run StdinReader - , Run Date "\57893%d.%m.%y / %A / %H:%M" "date" 10 - , Run Weather "UUWW" [ "-t", "\57550°C / % / Pa" ] 10000 + , Run Date "\57893 %d.%m.%y / %A / %H:%M" "date" 10 + , Run Weather "UUWW" [ "-t", "\57550 °C / % / Pa" ] 10000 ] , sepChar = "%" , alignSep = "}{" -- cgit 1.4.1