2015-03-06 23:50:54 +01:00
|
|
|
|
|
|
|
Config { font = "xft:Source Code Pro:size=9"
|
2015-03-14 09:57:50 +01:00
|
|
|
, additionalFonts = []
|
|
|
|
, bgColor = "#000000"
|
|
|
|
, fgColor = "#bfbfbf"
|
|
|
|
, sepChar = "%"
|
|
|
|
, alignSep = "}{"
|
|
|
|
, border = NoBorder
|
|
|
|
, borderColor = "#000000"
|
|
|
|
, position = Top
|
|
|
|
, lowerOnStart = False
|
|
|
|
, hideOnStart = False
|
|
|
|
, allDesktops = True
|
|
|
|
, overrideRedirect = True
|
|
|
|
, pickBroadest = False
|
|
|
|
, persistent = False
|
|
|
|
, textOffset = 16
|
|
|
|
, alpha = 0
|
2015-03-06 23:50:54 +01:00
|
|
|
, iconRoot = ".config/xmobar/icons"
|
2015-03-14 09:57:50 +01:00
|
|
|
, iconOffset = 8
|
2015-03-08 22:39:06 +01:00
|
|
|
, commands = [ Run Date "%B, %a %0d, %H:%M" "date" 10
|
2015-03-08 22:16:03 +01:00
|
|
|
--, Run Mpris2 "org.mpris.quodlibet" [] 100
|
2015-03-07 00:38:57 +01:00
|
|
|
, Run Battery
|
|
|
|
[ "-t", "<leftipat>"
|
|
|
|
, "--"
|
2015-03-07 12:32:29 +01:00
|
|
|
, "--on-icon-pattern", "<icon=bat-ac/%%.xpm/>"
|
2015-03-07 14:18:38 +01:00
|
|
|
, "--off-icon-pattern", "<icon=bat/%%.xpm/>"
|
2015-03-07 00:38:57 +01:00
|
|
|
] 50
|
|
|
|
, Run Network "enp9s0"
|
|
|
|
[ "--template", "<rxipat>"
|
|
|
|
, "--"
|
2015-03-07 13:51:13 +01:00
|
|
|
, "--rx-icon-pattern", "<icon=wired/%%.xpm/>"
|
2015-03-07 00:38:57 +01:00
|
|
|
] 50
|
|
|
|
, Run Wireless "wlp7s0"
|
2015-03-07 16:44:38 +01:00
|
|
|
[ "--template", "<qualityipat>"
|
|
|
|
, "--"
|
|
|
|
, "--quality-icon-pattern", "<icon=wireless/%%.xpm/>"
|
2015-03-07 00:38:57 +01:00
|
|
|
] 50
|
2015-03-07 18:20:14 +01:00
|
|
|
, Run Brightness
|
|
|
|
[ "--template", "<ipat>"
|
|
|
|
, "--"
|
|
|
|
, "-D", "intel_backlight"
|
|
|
|
, "--brightness-icon-pattern", "<icon=brightness/%%.xpm/>"
|
|
|
|
] 50
|
|
|
|
, Run MultiCpu
|
|
|
|
[ "--template", "<ipat0><ipat1><ipat2><ipat3>"
|
|
|
|
, "--"
|
|
|
|
, "--load-icon-patterns", "<icon=cpu1/%%.xpm/>"
|
|
|
|
, "--load-icon-patterns", "<icon=cpu/%%.xpm/>"
|
|
|
|
, "--load-icon-patterns", "<icon=cpu/%%.xpm/>"
|
|
|
|
, "--load-icon-patterns", "<icon=cpu4/%%.xpm/>"
|
|
|
|
] 50
|
2015-04-12 21:19:15 +02:00
|
|
|
, Run Com ".config/xmobar/scripts/music" [] "music" 10
|
2015-03-23 23:15:26 +01:00
|
|
|
, Run Com ".config/xmobar/scripts/sound" [] "sound" 10
|
2015-03-06 23:50:54 +01:00
|
|
|
, Run StdinReader
|
|
|
|
]
|
2015-04-12 21:19:15 +02:00
|
|
|
, template = " %StdinReader%} %date% {%multicpu%%music%%sound%%wlp7s0wi%%enp9s0%%bright%%battery% "
|
2015-03-06 23:50:54 +01:00
|
|
|
}
|