configuration/xmobarrc

59 lines
2.4 KiB
Plaintext
Raw Normal View History

2015-03-06 23:50:54 +01:00
Config { font = "xft:Source Code Pro:size=9"
, 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
2015-04-17 12:34:24 +02:00
, textOffset = 13
2015-06-01 21:56:01 +02:00
, alpha = 200
2015-03-06 23:50:54 +01:00
, iconRoot = ".config/xmobar/icons"
, iconOffset = 8
2015-03-08 22:39:06 +01:00
, commands = [ Run Date "%B, %a %0d, %H:%M" "date" 10
--, 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/>"
, "--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
, 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
, 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
}