-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconkyrc
28 lines (25 loc) · 975 Bytes
/
conkyrc
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
out_to_console yes
out_to_x no
update_interval 1
temperature_unit celsius
TEXT
^tw() \
${if_match $cpu > 70} ^fg(red) ${endif}\
^i(/home/me1alw/.xmonad/cpu.xbm) $cpu ${top name 1} \
${if_match $cpu > 70} ^fg() ${endif}\
${if_match $memperc > 70} ^fg(red) ${endif}\
^i(/home/me1alw/.xmonad/mem.xbm) ${memperc}% ${top_mem name 1}\
${if_match $memperc > 70} ^fg() ${endif}\
^i(/home/me1alw/.xmonad/diskette.xbm) ${fs_free} \
^i(/home/me1alw/.xmonad/calendar.xbm) \
${if_match ${time %H} > 17}^fg(red)${endif}\
${time %m-%d-%H-%M} \
${if_match ${time %H} > 17}^fg()${endif}\
^i(/home/me1alw/.xmonad/spkr_01.xbm) \
${execi 10 amixer -c 0 get Master | grep Mono: | cut -d " " -f6 | cut -c 2,3} |\
Current: \
${execi 60 sed -n '4p' ~/.xmonad/curr_cond}°C \
${execi 60 sed -n '3p' ~/.xmonad/curr_cond} \
| Mail ${unseen_mails /home/me1alw/Maildir/Professional/INBOX} \
: ${unseen_mails /home/me1alw/Maildir/Personal/INBOX} \
: ${unseen_mails /home/me1alw/Maildir/Work/INBOX}