summaryrefslogtreecommitdiff
path: root/dotfiles/system/.config/conky/conky.conf
blob: 09ee8ea0c00ca28d5b133f4a63920122008aeaa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
conky.config = {
out_to_console = true,
out_to_x = false,
background = false,
update_interval = 30,
total_run_times = 0,
};
conky.text = [[ \
${if_existing /sys/class/power_supply/BAT0}\
󱊣 \
${battery_percent BAT0}% \
${if_existing /sys/class/power_supply/BAT0/status Charging} ${endif}\
${if_existing /sys/class/power_supply/BAT0/status Discharging} ${endif}\
${endif}\
${if_existing /sys/class/power_supply/BAT1}\
󱊣 \
${battery_percent BAT1}% \
${if_existing /sys/class/power_supply/BAT1/status Charging} ${endif}\
${if_existing /sys/class/power_supply/BAT1/status Discharging} ${endif}\
${endif}\
 ${fs_used}/${fs_size} \
 ${time %a %B %d} \
󰥔 ${time %I:%M %p %Z}
]];