about summary refs log tree commit diff
path: root/xmobarrc/top.hs
diff options
context:
space:
mode:
authorazahi <azahi@teknik.io>2019-06-15 14:08:21 +0300
committerazahi <azahi@teknik.io>2019-06-15 14:08:21 +0300
commitde7c2f4a415bcb5d743bcece2b9f523d30c471ce (patch)
treefa6793b57e3dd977576252517fbe21982e748b84 /xmobarrc/top.hs
parentAdd xmobar submodule and fix remotes (diff)
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
Diffstat (limited to '')
-rw-r--r--xmobarrc/top.hs10
1 files changed, 5 insertions, 5 deletions
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 "<fn=1>\57893</fn>%d.%m.%y / %A / %H:%M" "date" 10
-                    , Run Weather "UUWW" [ "-t", "<fn=1>\57550</fn><tempC>°C / <rh>% / <pressure> Pa" ] 10000
+                    , Run Date "<fn=1>\57893</fn> %d.%m.%y / %A / %H:%M" "date" 10
+                    , Run Weather "UUWW" [ "-t", "<fn=1>\57550</fn> <tempC>°C / <rh>% / <pressure> Pa" ] 10000
                     ]
        , sepChar = "%"
        , alignSep = "}{"

Consider giving Nix/NixOS a try! <3