about summary refs log tree commit diff
path: root/misc/xmobarrcTop.hs
diff options
context:
space:
mode:
authorazahi <azahi@teknik.io>2018-10-03 14:30:31 +0300
committerazahi <azahi@teknik.io>2018-10-03 14:30:31 +0300
commit7e19bd16b48bd009a3b4d0f029c445bb49d95615 (patch)
treeff4fc89baaef3a684294463e18569fd56996f3bd /misc/xmobarrcTop.hs
parentRelease 0.2.1.1 (diff)
Move to 0.15
Fix windows not showing with fullscreen hooks
Add misc directory with stuff that should be moved to ~/.xmonad
Switch indentation style
Add submodules
Diffstat (limited to 'misc/xmobarrcTop.hs')
-rw-r--r--misc/xmobarrcTop.hs40
1 files changed, 40 insertions, 0 deletions
diff --git a/misc/xmobarrcTop.hs b/misc/xmobarrcTop.hs
new file mode 100644
index 0000000..6764359
--- /dev/null
+++ b/misc/xmobarrcTop.hs
@@ -0,0 +1,40 @@
+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"
+                           ]
+       , bgColor = "#0b0806"
+       , fgColor = "#a19782"
+       , alpha = 255
+       , position = Static { xpos = 0
+                           , ypos = 0
+                           , width = 1600
+                           , height = 24
+                           }
+       , textOffset = 16
+       , iconOffset = -1
+       , lowerOnStart = True
+       , hideOnStart = False
+       , allDesktops = True
+       , overrideRedirect = False
+       , pickBroadest = False
+       , persistent = False
+       , border = FullBM 0
+       , borderColor = "#2f2b2a"
+       , 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
+                    ]
+       , sepChar = "%"
+       , alignSep = "}{"
+       , template = " \
+                    \%StdinReader%\
+                    \}\
+                    \\
+                    \{\
+                    \%UUWW%   %date%\
+                    \ "
+       }
+   
+-- vim:filetype=haskell:expandtab:tabstop=4:shiftwidth=4

Consider giving Nix/NixOS a try! <3