From 7e19bd16b48bd009a3b4d0f029c445bb49d95615 Mon Sep 17 00:00:00 2001 From: azahi Date: Wed, 3 Oct 2018 14:30:31 +0300 Subject: 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 --- xmobarrcTop.hs | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 xmobarrcTop.hs (limited to 'xmobarrcTop.hs') diff --git a/xmobarrcTop.hs b/xmobarrcTop.hs deleted file mode 100644 index 6764359..0000000 --- a/xmobarrcTop.hs +++ /dev/null @@ -1,40 +0,0 @@ -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 "\57893%d.%m.%y / %A / %H:%M" "date" 10 - , Run Weather "UUWW" [ "-t", "\57550°C / % / Pa" ] 10000 - ] - , sepChar = "%" - , alignSep = "}{" - , template = " \ - \%StdinReader%\ - \}\ - \\ - \{\ - \%UUWW% %date%\ - \ " - } - --- vim:filetype=haskell:expandtab:tabstop=4:shiftwidth=4 -- cgit 1.4.1