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/bot.hs | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'xmobarrc/bot.hs') diff --git a/xmobarrc/bot.hs b/xmobarrc/bot.hs index 292fec8..86af565 100644 --- a/xmobarrc/bot.hs +++ b/xmobarrc/bot.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,26 +24,26 @@ Config { font = "xft:lucy tewi:style=Regular:pixelsize=11,Efont Biwidth:pixelsiz , borderWidth = 1 , iconRoot = "." , commands = [ Run StdinReader - , Run Battery [ "-t", "%" + , Run Battery [ "-t", " %" , "--" , "-i", "\57914", "-O", "\57913" , "-o", "\57911" ] 10 - , Run Cpu [ "-t", "\57381%" ] 10 + , Run Cpu [ "-t", "\57381 %" ] 10 , Run CoreTemp [ "-t", "°C / °C" ] 10 - , Run Memory [ "-t", "\57384%" ] 10 - , Run ThermalZone 0 ["-t","\57371°C"] 10 + , Run Memory [ "-t", "\57384 %" ] 10 + , Run ThermalZone 0 ["-t","\57371 °C"] 10 , Run ThermalZone 1 ["-t","°C"] 10 - , Run Wireless "wlp3s0" [ "-t", "\57775 @ %" ] 10 - , Run DynNetwork [ "-t", "\57660 / \57659 kbps" ] 10 - , Run Kbd [ ("us", "English / ") - , ("ru", "Russian / ")] + , Run Wireless "wlp3s0" [ "-t", "\57775 @ %" ] 10 + , Run DynNetwork [ "-t", "\57660 / \57659 kbps" ] 10 + , Run Kbd [ ("us", "English") + , ("ru", "Russian")] , Run Com "/home/free/.xmonad/scripts/xmobar/fcitx.sh" [] "fcitx" 3 , Run Locks - , Run MPD [ "-t", " - " + , Run MPD [ "-t", "<fn=1><statei></fn> <artist> - <title>" , "--" , "-P", "\57498", "-Z", "\57499", "-S", "\57497" ] 10 - , Run Volume "default" "Master" [ "-t", "<fn=1><status></fn><volume>%" + , Run Volume "default" "Master" [ "-t", "<fn=1><status></fn> <volume>%" , "--" , "--on" , "\57427" , "--off" , "\57426" @@ -56,7 +56,7 @@ Config { font = "xft:lucy tewi:style=Regular:pixelsize=11,Efont Biwidth:pixelsiz , template = " \ \%battery% %wlp3s0wi% %dynnetwork% %StdinReader%\ \}\ - \%kbd%%fcitx%\ + \%kbd% / %fcitx%\ \{\ \%mpd% %default:Master%\ \ " -- cgit 1.4.1