Conky configuration and usage: discussion
This thread is for conky configurations and usage.
I'm just starting to look into using conky and it's options. I had coded a conky message displayer, which had also primitive text formatting, line wrapping according to character size....it's in the old forum somewhere. However that's superseded by the conky ticker used in dogRadio v2 by fredx181. So I can send any text or images to the conky ticker, and it scrolls the text. So i wanted to use the ticker to occupy an entire display which is my second monitor. So I can display email text, ebooks, translations etc. To use the second display I found adding xinerama_head = 1 to the conky config did the trick. Along with minimum_size 1040 1040
maximum_width 1910
on my 1920 x 1080 monitor
font size set to 144
This is my edited conkyrc-radio config
Code: Select all
#oldconky
ximerama_head = 1
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_hints undecorated,above,skip_taskbar
background yes
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# fiddle with window
#use_spacer yes
use_xft yes
# Update interval in seconds
update_interval 0.1
# Minimum size of text area
minimum_size 1040 1040
maximum_width 1910
#maximum_heaight 1080
# Draw shades?
draw_shades yes
# Text stuff
draw_outline no # amplifies text if yes
draw_borders yes
uppercase no # set to yes if you want all text to be in uppercase
# Stippled borders?
#stippled_borders 8
# border margins
#border_margin 4
# border width.
border_width 1
# Default colors and also border colors, grey90 == #e5e5e5
default_color white
default_shade_color black
default_outline_color black
own_window_colour EBFF00
own_window_transparent no
own_window_type normal
# Text alignment, other possible values are commented
#alignment top_left
#alignment bottom_right
#alignment bottom_left
#alignment bottom_right
alignment top_right
#alignment middle_middle
# Gap between borders of screen and text
gap_x 7
gap_y 7
# stuff after 'TEXT' will be formatted on screen
override_utf8_locale yes
xftfont WenQuanYi Micro Hei Mono:size=141
xftalpha 0.8
TEXT
${color 0CBEFF}${scroll 46 1${exec cat $HOME/.dogradio2/tmp/nowplay}}
all i did was close down some spaces in the config, but i have learnt conky is very very sensitive to formatting.
cpu usage is now at 0% .... not sure how that came about, but glad it did!
How do you use conky?