26 lines
1.3 KiB
Plaintext
26 lines
1.3 KiB
Plaintext
|
out_to_x no
|
||
|
own_window no
|
||
|
out_to_console yes
|
||
|
|
||
|
max_text_width 0
|
||
|
update_interval 2.0
|
||
|
total_run_times 0
|
||
|
short_units on
|
||
|
if_up_strictness link
|
||
|
use_spacer left
|
||
|
#override_utf8_locale no
|
||
|
cpu_avg_samples 1
|
||
|
lua_load conky_lua/network.lua
|
||
|
|
||
|
#• BAT0: ${battery_short BAT0} ${battery_time BAT0} \#${battery_bar 1,79 BAT0}▏ \
|
||
|
|
||
|
TEXT
|
||
|
[
|
||
|
{"full_text": "MPD: ${if_match "${mpd_status}" == "Playing"}▶${endif}${if_match "${mpd_status}" == "Paused"}‖${endif}${if_match "${mpd_status}" == "Stopped"}◼${endif} ${if_match "${mpd_status}" != "Stopped"}${mpd_artist} - ${mpd_title} ${mpd_elapsed} \#${mpd_bar 1,63}▏${endif}", "color": "\#ffffff"},
|
||
|
{"full_text": "Eth: ${if_up enp3s0}${lua eth_link_speed enp3s0}, ${addrs enp3s0}, ↑${upspeed enp3s0} ↓${downspeed enp3s0}${else}down${endif}", "color": "${if_up enp3s0}\#aaffaa${else}\#ffaaaa${endif}"},
|
||
|
{"full_text": "CPUs: \#${cpubar cpu1 1,31}▏\#${cpubar cpu2 1,31}▏\#${cpubar cpu3 1,31}▏\#${cpubar cpu4 1,31}▏", "color": "\#ffffff"},
|
||
|
{"full_text": "Mem: ${mem} \#${membar 1,79}▏", "color": "${if_match ${memperc}<90}\#aaffaa${else}\#ffaaaa${endif}"},
|
||
|
{"full_text": "Swp: ${swap}", "color": "${if_match ${swapperc}<75}\#aaffaa${else}\#ffaaaa${endif}"},
|
||
|
{"full_text": "${time %a %d.%m.%Y %H:%M:%S}", "color": "\#ffffff"}
|
||
|
],
|