Advertisement
Haron_Prime

.xmobarrc

Mar 20th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Config { font = "xft:Terminus Re33:size=12:antialias=true:hinting=true"
  2.        , additionalFonts = ["xft:Terminus:size=12:weight=bold:antialias=true:hinting=true"]
  3.        , borderColor = "#151515"
  4.        , border = TopB
  5.        , bgColor = "#151515"
  6.        , fgColor = "#999"
  7.        , alpha = 0
  8.        , position = Static { xpos = 0, ypos = 0, width = 1875, height = 20 },
  9.        , textOffset = -1
  10.        , iconOffset = -1
  11.        , lowerOnStart = True
  12.        , pickBroadest = False
  13.        , persistent = False
  14.        , hideOnStart = False
  15.        , iconRoot = "."
  16.        , allDesktops = True
  17.        , overrideRedirect = True
  18.        , commands = [Run XMonadLog
  19.                     , Run Cpu ["-w", "2", "-c", "0","-H","50","--high","orange"] 10
  20.                     , Run Com "cpu-temp" [] "" 10
  21.                     , Run Memory ["-w", "2", "-c", "0", "-t","Mem: <usedratio>%"] 10
  22.                     , Run Com "vol.sh" [] "" 10
  23.                     , Run Network "enp3s0" ["-S", "True", "-d", "1", "-t", "<rx> <tx>"] 10
  24.                     , Run Kbd [("us", "<fc=#aaddff>EN</fc>"), ("ru", "<fc=orange>RU</fc>")]
  25.                     , Run Com "weather" [] "" 600
  26.                     , Run Com "xmdate" [] "" 600
  27.                     , Run Com "xmtime" [] "" 10
  28.                     ]
  29.        , sepChar = "%"
  30.        , alignSep = "}{"
  31.        , template = " %XMonadLog% }{ Net: %enp3s0%  %cpu% +%cpu-temp%°C  %memory%  Vol: %vol.sh%  <fn=1>%kbd%</fn>  %xmdate%  <fc=#aaddff>%xmtime%</fc>  <fc=#aaddff>%weather%</fc>"
  32.        }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement