wok diff conky/stuff/conky.conf @ rev 21820

syslinux/kbd: check kbd malloc pointer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 11:41:26 2019 +0200 (2019-08-25)
parents 8ae289524b6b
children
line diff
     1.1 --- a/conky/stuff/conky.conf	Thu Nov 21 20:59:07 2013 +0100
     1.2 +++ b/conky/stuff/conky.conf	Sun Aug 25 11:41:26 2019 +0200
     1.3 @@ -26,8 +26,10 @@
     1.4  
     1.5  # Create own window instead of using desktop
     1.6  own_window yes
     1.7 +own_window_class Conky
     1.8 +own_window_type normal
     1.9  own_window_transparent no
    1.10 -own_window_type desktop
    1.11 +own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    1.12  
    1.13  # Use double buffering (reduces flicker, may not work for everyone)
    1.14  double_buffer yes