Advertisement
Haron_Prime

xmobarrc-tmp.hs

Mar 6th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Config {
  2.             -- appearance
  3.          font             = "xft:TerminusRe33:size=10:normal:antialias=true"
  4.        , additionalFonts  = ["xft:TerminusRe33:size=10:antialise=true:hinting=true"]
  5.        , bgColor          = "#1c1c1c"
  6.        , fgColor          = "#c0c0c0"
  7.        , position         = Top
  8.        , alpha            = 200
  9.        , border           = BottomB
  10.        , borderColor      = "#646464"
  11.        , textOffset       = 12
  12.        , iconOffset       = 7
  13.        , iconRoot         = "/home/tozen/.xmonad/.icons"  -- default: "."
  14.        , lowerOnStart     = True
  15.        , hideOnStart      = False
  16.        , allDesktops      = True
  17.        , overrideRedirect = True
  18.        , pickBroadest     = False
  19.        , persistent       = True
  20.        , commands         = [
  21.                                Run DynNetwork     ["-t","<icon=uparrow7.xbm/> <tx> kB <icon=downarrow7.xbm/> <rx>kB/s","-L","1000","-H","5000","--low","#d2d4dc","--normal","#d2d4dc","--high","#d2d4dc"] 10
  22.                              , Run MultiCpu       ["-t" , "<icon=cpu1.xbm/> <total0>%" , "-L" , "50" , "-H" , "85" , "--low" , "#d2d4dc" , "--normal" , "#d2d4dc" , "--high" , "#fd0537"] 10
  23.                              , Run CoreTemp       ["-t" , "<icon=temp1.xbm/><fc=#d2d4dc> <fc><core0>°C" , "-L" , "2" , "-H" , "80" , "--low" , "#d2d4dc" , "--normal" , "#d2d4dc" , "--high" , "fd0537"] 50
  24.                              , Run Memory         ["-t" , "<icon=mem1.xbm/> <usedratio>%", "-L", "20" , "-H" , "90" , "--low" , "#d2d4dc" , "--normal"  , "#d2d4dc" , "--high" , "#fd0537"] 10
  25.                              , Run BatteryP       "BAT0" ["-t" , "<acstatus> <left>%" , "-L" , "10" , "-H" , "60" , "-l" , "#ff0000" , "-h" , "#c0c0c0" , "--" , "-O" , "<icon=ac10.xbm/>" , "-H" , "-20" , "-i" , "<icon=ac10.xbm/>" , "-o" , "<icon=batt10.xbm/>"] 10
  26.                              , Run Wireless       "wlp2s0" ["-a" , "l" , "-w" , "4" , "-t" , "<icon=wifi_01.xbm/><quality>%" , "-h" , "#c0c0c0"] 10
  27.                              , Run Com            ".bin/getVolume" []  "myVolume"  10
  28.                              , Run Com            "XMUpdate" [] "" 36000
  29.                              , Run PipeReader     "/tmp/pipe" "Update"        
  30.                              , Run Date           "<fc=#3aa4db>%F %a %T</fc>" "date" 10
  31.                             ]
  32.        -- layout
  33.        , sepChar =  "%"   -- delineator between plugin names and straight text
  34.        , alignSep = "}{"  -- separator between left-right alignment
  35.        , template = " <fc=#3aa4db>|</fc> %battery% <fc=#3aa4db>|</fc> %coretemp% <fc=#3aa4db>|</fc> %memory% <fc=#3aa4db>|</fc> %dynnetwork% <fc=#3aa4db>|</fc>     %multicpu% <fc=#3aa4db>|</fc> } %date% {<fc=#3aa4db>|</fc> <action=`XMYaourt` button=1>%Update%%XMUpdate% </action><fc=#3aa4db>|</fc> <fc=#c0c0c0><icon=vol2.xbm/> %myVolume% </fc><fc=#3aa4db>|</fc> %wlp2s0wi% <fc=#3aa4db>|</fc> "
  36.        }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement