2020-09-16 17:39:54 +02:00
|
|
|
## pkill -xf "conky -q -c /media/5/conky/mangstadt.conky" &
|
|
|
|
alignment top_left
|
|
|
|
background false
|
|
|
|
border_width 1
|
|
|
|
cpu_avg_samples 2
|
|
|
|
default_color grey
|
|
|
|
default_outline_color grey
|
|
|
|
default_shade_color grey
|
|
|
|
|
|
|
|
own_window yes
|
|
|
|
own_window_type panel
|
|
|
|
own_window_transparent yes #no
|
2020-09-18 14:11:44 +02:00
|
|
|
own_window_argb_visual yes
|
|
|
|
own_window_argb_value 0
|
2020-09-16 17:39:54 +02:00
|
|
|
own_window_hints skip_taskbar,skip_pager,undecorated,below,sticky
|
2020-09-18 14:11:44 +02:00
|
|
|
#own_window_colour 000000
|
2020-09-16 17:39:54 +02:00
|
|
|
own_window_class Conky
|
|
|
|
own_window_title mangstadt mangstadt test conky
|
2020-09-18 14:11:44 +02:00
|
|
|
#minimum_size 1800
|
|
|
|
maximum_width 1920
|
2020-09-16 17:39:54 +02:00
|
|
|
default_bar_size 50 10
|
|
|
|
|
|
|
|
double_buffer yes
|
|
|
|
draw_borders false
|
|
|
|
draw_graph_borders true
|
|
|
|
draw_outline false
|
|
|
|
draw_shades false
|
|
|
|
use_xft true
|
|
|
|
font DejaVu Sans Mono:size=10
|
|
|
|
gap_x 0
|
|
|
|
gap_y 0
|
|
|
|
minimum_size 5 5
|
|
|
|
net_avg_samples 2
|
|
|
|
no_buffers true
|
|
|
|
out_to_console false
|
|
|
|
out_to_stderr false
|
|
|
|
extra_newline false
|
|
|
|
stippled_borders 0
|
|
|
|
update_interval 1.0
|
|
|
|
uppercase false
|
|
|
|
use_spacer right
|
|
|
|
show_graph_scale true
|
|
|
|
show_graph_range true
|
|
|
|
|
|
|
|
lua_load ~/bin/conky_format.lua
|
|
|
|
|
|
|
|
TEXT
|
2020-09-17 12:38:48 +02:00
|
|
|
${execi 30 conky_temp.sh}°C | \
|
2020-09-16 17:39:54 +02:00
|
|
|
CPU: ${lua_parse format %4.4s ${freq}} MHz \
|
|
|
|
${lua_parse format %3.3s ${cpu cpu0}}% \
|
|
|
|
${if_match ${cpu cpu0}>90}${color red}${else}\
|
|
|
|
${if_match ${cpu cpu0}>50}${color yellow}${endif}${endif}\
|
|
|
|
${cpubar cpu0 10,50}${color} \
|
2020-09-18 14:11:44 +02:00
|
|
|
| RAM: ${lua_parse format %4.4s ${memperc}}% \
|
2020-09-16 17:39:54 +02:00
|
|
|
${membar 10,50} \
|
2020-09-18 14:11:44 +02:00
|
|
|
| BAT: ${lua_parse format %4.4s ${apm_battery_life}} \
|
2020-09-17 12:38:48 +02:00
|
|
|
${if_match ${execi 30 apm -l}<10}${color red}${else}${if_match ${execi 30 apm -l}<50}${color yellow}${endif}${endif}${execibar 30 apm -l}${color grey} \
|
2020-09-18 14:11:44 +02:00
|
|
|
AC: ${if_match "${apm_battery_time}" == "unknown"}${lua_parse format %8.8s ${apm_adapter}}${else}${color white} ${lua_parse format %5.5s ${apm_battery_time}} ${endif} ${color}| \
|
2020-09-17 12:38:48 +02:00
|
|
|
WIFI: ${execi 10 conky_wifi.sh sig}% ${execibar 10 conky_wifi.sh sig} \
|
2020-09-16 17:39:54 +02:00
|
|
|
▲ ${upspeed iwm0} ▼ ${downspeed iwm0} \
|
2020-09-18 14:11:44 +02:00
|
|
|
${if_empty ${addr iwm0}}0.0.0.0${endif}${addr iwm0} : \
|
2020-09-17 12:38:48 +02:00
|
|
|
${execi 60 conky_wifi.sh sid} \
|
2020-09-16 21:18:07 +02:00
|
|
|
$alignr \
|
|
|
|
${time %a %d. %b %Y %H:%M:%S}${font}${offset 1920}
|