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 --- xmobarrcBot.hs | 64 ---------------------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 xmobarrcBot.hs (limited to 'xmobarrcBot.hs') diff --git a/xmobarrcBot.hs b/xmobarrcBot.hs deleted file mode 100644 index c70689b..0000000 --- a/xmobarrcBot.hs +++ /dev/null @@ -1,64 +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 = 876 - , 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 Battery [ "-t", "%" - , "--" - , "-i", "\57914", "-O", "\57913" , "-o", "\57911" - ] 10 - , Run Cpu [ "-t", "\57381%" ] 10 - , Run CoreTemp [ "-t", "°C / °C" ] 10 - , Run Memory [ "-t", "\57384%" ] 10 - , Run ThermalZone 0 ["-t","\57371°C"] 10 - , Run ThermalZone 1 ["-t","°C"] 10 - , Run Wireless "wlp3s0" [ "-t", "\57882 @ %" ] 10 - , Run DynNetwork [ "-t", "\57660 / \57659 kbps" ] 10 - , Run Kbd [ ("us", "\57967English / \57898") - , ("ru", "\57967Russian / \57898")] - , Run Com "/home/free/.xmonad/bin/xmobar/fcitx.sh" [] "fcitx" 3 - , Run Locks - , Run MPD [ "-t", " - " - , "--" - , "-P", "\57498", "-Z", "\57499", "-S", "\57497" - ] 10 - , Run Volume "default" "Master" [ "-t", "<fn=1><status></fn><volume>%" - , "--" - , "--on" , "\57427" - , "--off" , "\57426" - , "--onc" , "#a19782" - , "--offc" , "#a19782" - ] 10 - ] - , sepChar = "%" - , alignSep = "}{" - , template = " \ - \%battery% %wlp3s0wi% %dynnetwork% %StdinReader%\ - \}\ - \%kbd%%fcitx%\ - \{\ - \%mpd% %default:Master%\ - \ " - } - --- vim:filetype=haskell:expandtab:tabstop=4:shiftwidth=4 -- cgit 1.4.1