|
|
@ -1,41 +1,40 @@ |
|
|
|
background yes |
|
|
|
conky.config = { |
|
|
|
use_xft yes |
|
|
|
background = true, |
|
|
|
xftfont DejaVuSansMono Nerd Font Mono:size=9 |
|
|
|
use_xft = true , |
|
|
|
xftalpha 1 |
|
|
|
font = 'DejaVuSansMono Nerd Font Mono:size=9', |
|
|
|
update_interval 2.0 |
|
|
|
xftalpha = 1, |
|
|
|
total_run_times 0 |
|
|
|
update_interval = 2.0, |
|
|
|
own_window yes |
|
|
|
total_run_times = 0, |
|
|
|
own_window_type desktop |
|
|
|
own_window = true, |
|
|
|
own_window_transparent no |
|
|
|
own_window_type = 'desktop', |
|
|
|
own_window_colour black |
|
|
|
own_window_transparent = false, |
|
|
|
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager |
|
|
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', |
|
|
|
double_buffer yes |
|
|
|
double_buffer = true, |
|
|
|
minimum_size 1366 1 |
|
|
|
minimum_width = 1366, |
|
|
|
draw_shades no |
|
|
|
draw_shades = false, |
|
|
|
draw_outline no |
|
|
|
draw_outline = false, |
|
|
|
draw_borders no |
|
|
|
draw_borders = false, |
|
|
|
draw_graph_borders yes |
|
|
|
draw_graph_borders = true, |
|
|
|
stippled_borders 0 |
|
|
|
stippled_borders = 0, |
|
|
|
border_width 1 |
|
|
|
border_width = 1, |
|
|
|
default_shade_color white |
|
|
|
default_shade_color = 'white', |
|
|
|
default_outline_color darkgray |
|
|
|
default_outline_color = 'darkgray', |
|
|
|
alignment top_left |
|
|
|
alignment = 'top_left', |
|
|
|
gap_x 2 |
|
|
|
gap_x = 2, |
|
|
|
gap_y 2 |
|
|
|
gap_y = 2, |
|
|
|
no_buffers yes |
|
|
|
no_buffers = true, |
|
|
|
uppercase no |
|
|
|
uppercase = false, |
|
|
|
cpu_avg_samples 2 |
|
|
|
cpu_avg_samples = 2, |
|
|
|
net_avg_samples 2 |
|
|
|
net_avg_samples = 2, |
|
|
|
override_utf8_locale yes |
|
|
|
override_utf8_locale = true, |
|
|
|
use_spacer right |
|
|
|
use_spacer = 'right', |
|
|
|
|
|
|
|
|
|
|
|
background yes |
|
|
|
default_color = 'black', |
|
|
|
|
|
|
|
|
|
|
|
default_color black |
|
|
|
own_window_colour = 'D9D9D9', |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
own_window_colour D9D9D9 |
|
|
|
conky.text = [[ |
|
|
|
|
|
|
|
|
|
|
|
TEXT |
|
|
|
|
|
|
|
[ ${color darkblue}${execi 2 SHELL=/bin/sh musca -c "silent show groups" \ |
|
|
|
[ ${color darkblue}${execi 2 SHELL=/bin/sh musca -c "silent show groups" \ |
|
|
|
| cut -f 2- -d ' ' \ |
|
|
|
| cut -f 2- -d ' ' \ |
|
|
|
| sed -e :a -e '$b;N;s/\n/ | /;ba' \ |
|
|
|
| sed -e :a -e '$b;N;s/\n/ | /;ba' \ |
|
|
@ -47,21 +46,21 @@ ${if_mounted /mnt/DATA}$color | data: ${color brown}${fs_free /mnt/DATA}${endif} |
|
|
|
${if_mounted /mnt/WINDOWS}$color | windows: ${color brown}${fs_free /mnt/WINDOWS}${endif}\ |
|
|
|
${if_mounted /mnt/WINDOWS}$color | windows: ${color brown}${fs_free /mnt/WINDOWS}${endif}\ |
|
|
|
${if_mounted /mnt/FLASH}$color | flash: ${color brown}${fs_free /mnt/FLASH}${endif}\ |
|
|
|
${if_mounted /mnt/FLASH}$color | flash: ${color brown}${fs_free /mnt/FLASH}${endif}\ |
|
|
|
#${if_mpd_playing}${offset 50}${color darkgreen}[$mpd_smart - $mpd_length/$mpd_percent%]$color${endif} |
|
|
|
#${if_mpd_playing}${offset 50}${color darkgreen}[$mpd_smart - $mpd_length/$mpd_percent%]$color${endif} |
|
|
|
$alignr\ |
|
|
|
${alignr}\ |
|
|
|
${color darkred} ${execi 86400 dates >/dev/null && echo " " || echo ""}$color\ |
|
|
|
${color darkred} ${execi 86400 dates >/dev/null && echo " " || echo ""}$color\ |
|
|
|
\ |
|
|
|
\ |
|
|
|
${if_match ${battery_percent BAT0} <= 20}\ |
|
|
|
${if_match ${battery_percent BAT0} <= 20}\ |
|
|
|
${color red} \ |
|
|
|
${color red} \ |
|
|
|
${else}${if_match ${battery_percent BAT0} <= 60}\ |
|
|
|
${else}${if_match ${battery_percent BAT0} <= 60}${color brown} \ |
|
|
|
${color brown} \ |
|
|
|
${else}${if_match ${battery_percent BAT0} <= 80}${color darkblue} \ |
|
|
|
${else}\ |
|
|
|
${else}${if_match ${battery_percent BAT0} <= 95}${color darkgreen} \ |
|
|
|
${color darkgreen} \ |
|
|
|
${else}${color green} ${color darkgreen}\ |
|
|
|
${endif}\ |
|
|
|
${endif}${endif}${endif}${endif}\ |
|
|
|
${endif}\ |
|
|
|
|
|
|
|
${battery_percent BAT0}%$color |\ |
|
|
|
${battery_percent BAT0}%$color |\ |
|
|
|
\ |
|
|
|
\ |
|
|
|
${color darkred}$color ${execi 60 cat $MD/new}$color | \ |
|
|
|
${color darkred}$color ${execi 60 cat $MD/new}$color | \ |
|
|
|
${color darkblue}[${execi 2 SHELL=/bin/sh skb 1}]$color | \ |
|
|
|
${color darkblue}[${execi 2 SHELL=/bin/sh skb 1}]$color | \ |
|
|
|
${color darkgreen}墳 ${execi 5 amixer get Master | grep -o '\[..*%\]' -m 1 | sed 's/\[\|\]//g'}$color | \ |
|
|
|
${color darkgreen}墳 ${execi 5 amixer get Master | grep -o '\[..*%\]' -m 1 | sed 's/\[\|\]//g'}$color | \ |
|
|
|
${color black} ${time %H:%M} | ${time %d/%m} |
|
|
|
${color black} ${time %H:%M} | ${time %d/%m} |
|
|
|
|
|
|
|
]] |
|
|
|
|
|
|
|
|
|
|
|