brndnmtthws / conky

Light-weight system monitor for X, Wayland (sort of), and other things, too
https://conky.cc
GNU General Public License v3.0
7.27k stars 620 forks source link

I start conky with KDE however it attach window on kscreenlocker_greet #76

Closed MidoriYakumo closed 6 years ago

MidoriYakumo commented 9 years ago

Any window type makes no difference. Why conky need to find desktop and attach on it?

Tucos commented 9 years ago

It only does that if own_window is no (and if that is the case, then own_window_type has no effect). If you enable own_window, things should work better; if not, pastebin your conkyrc.

MidoriYakumo commented 9 years ago
# Window specifications
own_window yes
own_window_colour 2D2D2D
own_window_argb_visual yes
# own_window_argb_value 180
own_window_type normal
# own_window_type panel
# own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# own_window_transparent yes

# Graphic
double_buffer yes
draw_borders no
no_buffers yes
background yes
update_interval 5
imlib_cache_size 0

# Layout
# maximum_width 250
minimum_size 250

# Alignment #
alignment top_right
gap_x 10
gap_y 30
border_inner_margin 10
border_outer_margin 0
border_width 0

# Graph
draw_graph_borders no
draw_shades yes
# show_graph_range yes
# show_graph_scale yes
# stippled_borders yes

# Text
# draw_outline yes
draw_shades yes
format_human_readable yes
override_utf8_locale yes
short_units yes
temperature_unit celsius
use_xft yes
xftalpha 1
xftfont Roboto Condensed:size=10

# Color scheme #
default_color DCDCDC

color1 42C8E6
color2 AB65B7
color3 A4D443
color4 FF9A2E
color5 CE5A5A
color6 AAAAAA
color7 484848

cpu_avg_samples 4
diskio_avg_samples 4

default_bar_size 2 2
default_gauge_size 8 8
default_graph_size 8 8

default_outline_color 2D2D2D
default_shade_color 2D2D2D
default_outline_color 2D2D2D

TEXT
Hello world!
lasers commented 6 years ago

A lot has changed over 3 years, 7 months. New KDE versions. New conky syntax. New libraries, etc. Code changes everywhere. Do you still use conky or KDE? Either way, I'm going to close this. Please reopen if you're still experiencing the same issue with new conky syntax. Thanks.