-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.xmobarrc
50 lines (50 loc) · 2.56 KB
/
.xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Config {
font = "Tamzen Bold 9"
, bgColor= "#3b3228"
, fgColor= "#d0c8c6"
, position = Top
, pickBroadest = True
, border = NoBorder
, borderColor = "#3b3228"
, lowerOnStart = True
, commands = [
Run BatteryP ["BAT0","BAT1"] ["-t","<acstatus> <left> |"
,"-L","10"
,"-H","70"
,"-l","#bb9584"
,"--"
,"-P"
,"-a","notify-send 'battery low'"
,"-i","<icon=/home/eye/.xmobar/xbm/ac1.xbm/>"
,"-O","<icon=/home/eye/.xmobar/xbm/ac1.xbm/>"
,"-o",""
,"-L","10"
,"-H","70"
,"--lows","<icon=/home/eye/.xmobar/xbm/batt1empty.xbm/> LOW BAT"
,"--mediums","<icon=/home/eye/.xmobar/xbm/batt1half.xbm/>"
,"--highs","<icon=/home/eye/.xmobar/xbm/batt1full.xbm/>"
] 100,
Run Network "eth0" ["-t","<icon=/home/eye/.xmobar/xbm/net_wired.xbm/> <dev> |","-x",""] 100,
Run Wireless "wlan0" ["-t","<icon=/home/eye/.xmobar/xbm/wireless8.xbm/> <essid> <quality>% |","-x","n/a"] 100,
Run MultiCpu ["-t","<icon=/home/eye/.xmobar/xbm/cpu.xbm/> <total>% |","-L","3","-H","80","--high","#bb9584"] 100,
Run Mail [("<icon=/home/eye/.xmobar/xbm/mail.xbm/> a:", "~/.mail/work/INBOX")
,("<icon=/home/eye/.xmobar/xbm/mail.xbm/> e:","~/.mail/eyenx/INBOX")
,("<icon=/home/eye/.xmobar/xbm/mail.xbm/> p:","~/.mail/tauro/INBOX")
,("<icon=/home/eye/.xmobar/xbm/mail.xbm/> l:","~/.mail/lsvb/INBOX")] "mail",
Run Memory ["--high","#bb9584","-t","<icon=/home/eye/.xmobar/xbm/mem1.xbm/> <usedratio>% |"] 100,
Run Date "| <icon=/home/eye/.xmobar/xbm/clock2.xbm/> %b %d %H%M |" "date" 300,
Run Com "/home/eye/.xmobar/spacer.sh" [] "spacer" 10,
Run Com "/home/eye/.xmobar/latency.sh" [] "latency" 10,
Run Com "/home/eye/.xmobar/wttrin.sh" [] "wttrin" 60,
Run Com "/home/eye/.xmobar/pubip.sh" [] "pubip" 10,
Run Com "/home/eye/.xmobar/checkmic.sh" [] "checkmic" 10,
Run Com "/home/eye/.xmobar/checkvpn.sh" [] "checkvpn" 10,
Run Com "/home/eye/.xmobar/volume.sh" [] "volume" 10,
Run Com "/home/eye/.xmobar/timedctl.sh" [] "timedctl" 60,
Run Com "/home/eye/.xmobar/tw.sh" [] "tw" 10,
Run Mpris2 "ncspot" ["-t","<icon=/home/eye/.xmobar/xbm/note1.xbm/> <artist> - <title> |","-x",""] 100,
Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %mpris2% %multicpu% %memory% %battery% %mail% |%checkvpn% %eth0% %wlan0wi% %latency% | %wttrin% | %pubip% | %volume% | %checkmic% %date% %spacer%"