LINUX.ORG.RU

Conky. Как удалить лишнюю точку?

 , ,


0

1

Конфиг:

# Use Xft?
use_xft yes
xftfont OFL Sorts Mill Goudy:size=17
xftalpha 0.8
text_buffer_size 2048
# Update interval in seconds
update_interval 1
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type override
own_window_class conky
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
background no
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 180 
#maximum_width 200
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_inner_margin 5
# border width
border_width 1
# Default colors and also border colors
default_color gray
default_shade_color gray
default_outline_color gray
own_window_colour gray
color1 gray
# Text alignment, other possible values are commented
alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 15
gap_y 70
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none
TEXT
${font Goudy Bookletter 1911:style=Bold:size=17}Погода в Грозном ${font}${hr 2}
${execi 600 curl curl -H "Accept-Language: ru" wttr.in/?0pq -q | sed '3,37!d' | perl -pe 's/\e\[?.*?[\@-~]/ /g'}
${font Goudy Bookletter 1911:style=Bold:size=17}ОС ${font}${hr 2}
Ядро: $alignr${kernel}
ОС: ${alignr}Xubuntu 16.04
Архитектура: $alignr$machine
Время работы: $alignr${uptime}
Доступные обновы: $alignr${execi 360 apt-get --just-print upgrade | grep '^Inst ' | wc -l} шт
${font Goudy Bookletter 1911:style=Bold:size=17}ЦП, ОЗУ${font} ${hr 2}
${execi 99999 cat /proc/cpuinfo | grep "model name" -m1 | cut -d":" -f2 | cut -d" " -f2- | sed 's#Processor ##'}$font$color
Частота: (${cpu cpu0}%) $alignr${cpubar cpu0 17,120}
Ядро1: (${cpu cpu1}%) ${alignr}${cpubar cpu1 17,120}
Ядро2: (${cpu cpu2}%) ${alignr}${cpubar cpu2 17,120}
Ядро3: (${cpu cpu3}%) ${alignr}${cpubar cpu3 17,120}
Ядро4: (${cpu cpu4}%) ${alignr}${cpubar cpu2 17,120}
ОЗУ: $mem/$memeasyfree $alignr${membar 17,120}
${font Goudy Bookletter 1911:style=Bold:size=17}Трафик${font} ${hr 2}
Принято: ${alignr}${totaldown enp0s7}
Отдано: ${alignr}${totalup enp0s7}
${font Goudy Bookletter 1911:style=Bold:size=17}Процессы${font} ${hr 2}
Процессов: $processes Запущено $running_processes
                                      ОЗУ             ЦП
${top_mem name 1}$alignr${top_mem mem_res 1}       $alignr${top cpu 1}
${top_mem name 2}$alignr${top_mem mem_res 2}       $alignr${top cpu 2}
${top_mem name 3}$alignr${top_mem mem_res 3}       $alignr${top cpu 3}
${top_mem name 4}$alignr${top_mem mem_res 4}       $alignr${top cpu 4}
${top_mem name 5}$alignr${top_mem mem_res 5}       $alignr${top cpu 5}

Прошу подсказать как удалить эту точку:

https://itmages.ru/image/view/6136333/4f24d191

Ответ на: комментарий от Novichok2014

Мне кажется у тебя там картинка погоды поплыла.
Удали еще вот это:

 | perl -pe 's/\e\[?.*?[\@-~]/ /g'
По идее должно помочь.

m101
()
Ответ на: комментарий от Novichok2014

Можно попробовать вытаскивать картинкой, чтобы не ломалась иконка.

${execi 600 curl --output wttr.png "http://wttr.in/43.18,45.41_Qt0.png"}
${image ~/wttr.png}

m101
()
Ответ на: комментарий от m101

Нее, мне не нравиться этот вариант - не гармонирует с основными коньками ))))

И что интересно, все режимы (пасмурно/облачно и т.д.) нормально отображаются, кроме солнечно...

Novichok2014 ★★★
() автор топика
Ответ на: комментарий от Novichok2014

Шрифт поставь нормальный, да и не OFL Sorts Mill Goudy Bookletter там у тебя, счастливый копипастер...

Deleted
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.