2 changed files with 21 additions and 0 deletions
@ -0,0 +1,21 @@
|
||||
conky.config = { |
||||
background = false, |
||||
no_buffers = true, |
||||
out_to_console = true, |
||||
out_to_x = false, |
||||
update_interval = 1, |
||||
short_units = true, |
||||
}; |
||||
|
||||
conky.text = [[ |
||||
CPU 0: ${cpu cpu0}% \ |
||||
CPU 1: ${cpu cpu1}% | \ |
||||
RAM: ${mem} | \ |
||||
IP: ${addr wlan0} | \ |
||||
UP: ${uptime_short} | \ |
||||
BAT: ${battery} ${battery_time} | \ |
||||
VOL: ${mixer} | \ |
||||
${time %A %Y-%m-%d} ${time %H:%M:%S} |
||||
]]; |
||||
|
||||
-- vim: ft=lua |
Loading…
Reference in new issue