about summary refs log tree commit diff
path: root/src/XMonad/Custom/Theme.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 /src/XMonad/Custom/Theme.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--src/XMonad/Custom/Theme.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XMonad/Custom/Theme.hs b/src/XMonad/Custom/Theme.hs
index ed3cb8d..d25cb55 100644
--- a/src/XMonad/Custom/Theme.hs
+++ b/src/XMonad/Custom/Theme.hs
@@ -46,7 +46,7 @@ import           XMonad.Layout.Decoration
 import qualified XMonad.Prompt            as P
 
 font :: String
-font = "xft:lucy tewi:style=Regular:size=8" -- TODO CJKのフォールバックフォントを追加する
+font = "xft:tewi:style=Regular:size=8" -- TODO CJKのフォールバックフォントを追加する
 
 black1, black2 :: String -- TODO get variables from Xresources
 (black1, black2) =

Consider giving Nix/NixOS a try! <3