diff options
| author | jao <jao@gnu.org> | 2019-06-29 23:25:33 +0100 | 
|---|---|---|
| committer | jao <jao@gnu.org> | 2019-06-29 23:25:33 +0100 | 
| commit | 8cf9dd7dab52a1583ec2073e8742d9d2247c0a8f (patch) | |
| tree | ab15f5ad489a2c14db8c3587da945b6e26a25f25 /src | |
| parent | dd99d721222debecd1ac0194bb6f5041155e93e2 (diff) | |
| download | xmobar-config-8cf9dd7dab52a1583ec2073e8742d9d2247c0a8f.tar.gz xmobar-config-8cf9dd7dab52a1583ec2073e8742d9d2247c0a8f.tar.bz2 | |
Resolver 13.17 and little nits
Diffstat (limited to 'src')
| -rw-r--r-- | src/Top.hs | 4 | ||||
| -rw-r--r-- | src/lib/Config.hs | 2 | 
2 files changed, 4 insertions, 2 deletions
| @@ -2,6 +2,7 @@ import Xmobar  import Config  import Monitors +-- <fn=2> 💡 </fn>  config p = (baseConfig p) {    position = TopSize C 100 defaultHeight    , textOffset = defaultHeight - 8 @@ -19,7 +20,8 @@ config p = (baseConfig p) {                 , Run XMonadLog                 , Run (batt p)                 ] -  , template = " |bright| |memory| |top| <fn=2>|kbd|</fn>{|XMonadLog|}\ +  , template = " |bright| |memory| |top| <fn=2>|kbd|</fn>\ +               \{|XMonadLog|}\                 \ |diskio| |disku| |cpufreq| |multicpu|\                 \ |coretemp| \                 \ |batt0| " diff --git a/src/lib/Config.hs b/src/lib/Config.hs index 7930a60..92e9099 100644 --- a/src/lib/Config.hs +++ b/src/lib/Config.hs @@ -1,4 +1,4 @@ -module Config (Palette, baseConfig, palette, (<~>), defaultHeight) where +module Config (Palette(..), baseConfig, palette, (<~>), defaultHeight) where  import System.Environment (lookupEnv) | 
