conky theme not showing transparent background  [Solved]

Message
Author
Charlie Brown

Re: conky theme not showing transparent background

#11 Post by Charlie Brown »

Just do as Jerry told: Click the Gear icon and select "Transparent" (it's set to: Pseudo-Transparent)

It's so fine here and thank you for the theme btw :)

Charlie Brown

Re: conky theme not showing transparent background

#12 Post by Charlie Brown »

... And/or just uncheck the "Show shadows under dock windows" in "Window Manager Tweaks" - Compositor tab.

User avatar
asqwerth
Developer
Posts: 7947
Joined: Sun May 27, 2007 5:37 am

Re: conky theme not showing transparent background

#13 Post by asqwerth »

if you have these added:

Code: Select all

own_window_argb_visual = true,
own_window_argb_value = 0,
then change
own_window_transparent = true,

to

Code: Select all

own_window_transparent = false,
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

dotw
Posts: 57
Joined: Mon Sep 18, 2023 10:14 pm

Re: conky theme not showing transparent background

#14 Post by dotw »

asqwerth wrote: Thu Dec 07, 2023 11:02 am if you have these added:

Code: Select all

own_window_argb_visual = true,
own_window_argb_value = 0,
then change
own_window_transparent = true,

to

Code: Select all

own_window_transparent = false,
still nothing. maybe the widget works properly in kde only?

User avatar
asqwerth
Developer
Posts: 7947
Joined: Sun May 27, 2007 5:37 am

Re: conky theme not showing transparent background

#15 Post by asqwerth »

As previously advised, post the whole conky config file in this thread so we know what it is.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

Charlie Brown

Re: conky theme not showing transparent background

#16 Post by Charlie Brown »

dotw wrote: Sat Dec 09, 2023 9:53 pm... maybe the widget works properly in kde only?..
Nope, cause mine is Xfce, it took just 2 clicks.

Use the original one, and select it in "Conky Manager" ...
You do not have the required permissions to view the files attached to this post.

User avatar
asqwerth
Developer
Posts: 7947
Joined: Sun May 27, 2007 5:37 am

Re: conky theme not showing transparent background

#17 Post by asqwerth »

As I understand it, you have sorted out the transparency issue but are wondering why the conky doesn't look exactly like the pic in the pling page.

That is because as downloaded, the conky comes with some scripts. 2 questions for you:
1. did you save the lua script in the same place as set out in the conky config file?
2. If you want to sort out your location's current temperature, I note that there are some instructions on the pling page from the creator for you to follow relating to the weather script. Also, the weather script doesn't magically know your location so you have to insert your own location code.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

dotw
Posts: 57
Joined: Mon Sep 18, 2023 10:14 pm

Re: conky theme not showing transparent background

#18 Post by dotw »

asqwerth wrote: Sun Dec 10, 2023 11:52 am As I understand it, you have sorted out the transparency issue but are wondering why the conky doesn't look exactly like the pic in the pling page.

That is because as downloaded, the conky comes with some scripts. 2 questions for you:
1. did you save the lua script in the same place as set out in the conky config file?
i did not do anything, it was already at this place
You do not have the required permissions to view the files attached to this post.

dotw
Posts: 57
Joined: Mon Sep 18, 2023 10:14 pm

Re: conky theme not showing transparent background

#19 Post by dotw »

asqwerth wrote: Sun Dec 10, 2023 11:52 am
2. If you want to sort out your location's current temperature, I note that there are some instructions on the pling page from the creator for you to follow relating to the weather script. Also, the weather script doesn't magically know your location so you have to insert your own location code.
i followed the author's instructions and got the weather id and api key from "openweather" but it is going to take a few hours to show in the conky after its first generation. the only problem now is that the cpu, ram and location does not have that background like in the original; it only shows the text.
You do not have the required permissions to view the files attached to this post.

User avatar
asqwerth
Developer
Posts: 7947
Joined: Sun May 27, 2007 5:37 am

Re: conky theme not showing transparent background

#20 Post by asqwerth »

dotw wrote: Tue Dec 12, 2023 12:59 am
asqwerth wrote: Sun Dec 10, 2023 11:52 am As I understand it, you have sorted out the transparency issue but are wondering why the conky doesn't look exactly like the pic in the pling page.

That is because as downloaded, the conky comes with some scripts. 2 questions for you:
1. did you save the lua script in the same place as set out in the conky config file?
i did not do anything, it was already at this place
Open the conky config file itself and search for "lua". There is a line in the conky config where it mentions a file path for where the lua file must be saved.

Copy the lua file in "this place" (wherever you put extracted the conky zip file) and paste the lua file into the same spot mentioned in the conky config file. This lua script generates the circular bargraph.

Alternatively, edit the lua file location in that line of the conky config file to point to your actual location of the lua script.

Similarly, search conky config file for "bg". This is the small circular background behind the 3 circular bargraphs. Note the file location of this image as listed in the conky config file. Then copy the bg picture file that is in the extracted zip file and paste it in the file location mentioned in the conky config file. Or edit the file location in the conky config.

As for the weather script,
1. search conky config file for mentions of it and make sure to paste the script at the file location mentioned within. Or edit the file location in the conky config file.
2. open and edit script so that the location code is where your location is. If you have obtained your new api key, there is probably a line within the script where you can substitute the existing key for your new key.

The more moving parts are provided in the zip file of a conky (eg scripts, graphical images, etc), the more you have to do to make the conky work. Conky Manager can't sort those things out.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

Post Reply

Return to “XFCE Desktop Environment”