I use the following .conkyrc:
The key Question: How can I set the window width, so that I could have a wider "window" for my stuff?
background yes
use_xft yes
xftfont Terminus:size=8
xftalpha 0.8
update_interval 3.0
total_run_times 0
double_buffer yes
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
minimum_size 0 0
draw_shades yes
draw_outline no
draw_borders yes
stippled_borders 8
border_margin 0
border_width 0
default_color ffffff
default_shade_color black
default_outline_color ffffff
alignment top_left
# gap_x - 1280x800 = 1105; 1024x768 = 820
gap_x 1513
gap_y 5
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer yes
text_buffer_size 4096
TEXT
Thanks for any suggestions :\
.conkyrc
is edited withgedit
, as I've found out. So you edit it, save the file - nothing happens. You edit it again (a pseudo-edit might do)...and all of a sudden, conky will detect the config file change and restart automatically. – syntaxerror Aug 25 '14 at 16:27mininum_width
in my /etc/conky/conky.conf and reboot, but the size of conky window doesn't change, does anyone know what I should do? – keineahnung2345 Dec 11 '19 at 08:27