Results 1 to 2 of 2

Thread: 16.04 Conky Issues

  1. #1
    Join Date
    Nov 2014
    Location
    Chicagoland
    Beans
    21
    Distro
    Ubuntu 20.04 Focal Fossa

    16.04 Conky Issues

    Hello everyone,

    I recently upgraded to 16.04 and I'm having some issues with Conky widgets.

    The first issue I'm having is most of them keep appearing in their own windows, rather than appearing as a desktop skin/widget like they're supposed to.

    Example here:
    http://askubuntu.com/questions/81215...ir-own-windows

    I was able to fix this with the LSD widget by adding the following lines:

    Code:
    own_window_class conky
    own_window yes
    own_window_type desktop
    


    However when I make sure these lines are on the Seamod widget, the widget disappears as soon as I click on the Desktop or launcher. I found these threads that address this, but then this causes the same issue as before where Seamod appears in it's own window instead of appearing like a desktop widget.

    https://ubuntuforums.org/showthread.php?t=1717351
    https://ubuntuforums.org/showthread....7#post10639807




    So what parameters do I need set in my Conky widgets to ensure that they don't appear in their own windows, and they remain on the desktop after clicking on other things?

    LSD Conkyrc:
    http://pastebin.com/V9KqezqP

    Seamod Conkyrc:
    http://pastebin.com/Nb5hCqNE

  2. #2
    Join Date
    Nov 2014
    Location
    Chicagoland
    Beans
    21
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: 16.04 Conky Issues

    Wait I think I figured it out

    Code:
    own_window_hints undecorated,sticky,skip_taskbar,skip_pager,below
    it said "undecorate" instead of "undecorated"

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •