How to get Specific Conky scripts to work?

Add functionality to your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
User avatar
Koentje
Level 7
Level 7
Posts: 1571
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: How to get Specific Conky scripts to work?

Post by Koentje »

If you go into gpuinfo.lua and go to the last block, "bar for GPU Load". What does the line wiith arg= say?
Should be: arg="cat /home/tinman1325/.conky/gpuinfo/tempfiles/gpuinfo.tmp | head -n17 | tail -n1",
TinMan1325
Level 3
Level 3
Posts: 114
Joined: Mon Apr 18, 2022 4:08 pm

Re: How to get Specific Conky scripts to work?

Post by TinMan1325 »

Koentje wrote: Mon May 30, 2022 12:37 am Lets fix things first before we do cosmetics..
When you watched the values.. did the 3th last one also change value?
If you go into gpuinfo.sh at the bottom you can see which value is what. I numberd them, shown after each value.
$gpuload is number 17.
Yeah the conky is showing all of the values fluctuate. The numbers go up and down and the bars also go up and down. Except GPU load, the numbers go up and down but the bar graph doesn't display anything at all

Yes, I see " echo "$gpuload" >> "$infofile" # 17" in the gpuinfo.sh
TinMan1325
Level 3
Level 3
Posts: 114
Joined: Mon Apr 18, 2022 4:08 pm

Re: How to get Specific Conky scripts to work?

Post by TinMan1325 »

Koentje wrote: Mon May 30, 2022 12:40 am If you go into gpuinfo.lua and go to the last block, "bar for GPU Load". What does the line wiith arg= say?
Should be: arg="cat /home/tinman1325/.conky/gpuinfo/tempfiles/gpuinfo.tmp | head -n17 | tail -n1",
It says " arg="cat /home/.conky/gpuinfo/tempfiles/gpuinfo.tmp | head -n17 | tail -n1","

I will change it to what you have
TinMan1325
Level 3
Level 3
Posts: 114
Joined: Mon Apr 18, 2022 4:08 pm

Re: How to get Specific Conky scripts to work?

Post by TinMan1325 »

Koentje wrote: Mon May 30, 2022 12:40 am If you go into gpuinfo.lua and go to the last block, "bar for GPU Load". What does the line wiith arg= say?
Should be: arg="cat /home/tinman1325/.conky/gpuinfo/tempfiles/gpuinfo.tmp | head -n17 | tail -n1",
It says " arg="cat /home/.conky/gpuinfo/tempfiles/gpuinfo.tmp | head -n17 | tail -n1","

I will change it to what you have

Edit: it's moving now!
User avatar
Koentje
Level 7
Level 7
Posts: 1571
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: How to get Specific Conky scripts to work?

Post by Koentje »

So everything is working now? :D
TinMan1325
Level 3
Level 3
Posts: 114
Joined: Mon Apr 18, 2022 4:08 pm

Re: How to get Specific Conky scripts to work?

Post by TinMan1325 »

Koentje wrote: Mon May 30, 2022 12:49 am So everything is working now? :D
Yes, sir, it is. And it looks great
User avatar
Koentje
Level 7
Level 7
Posts: 1571
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: How to get Specific Conky scripts to work?

Post by Koentje »

We live on screenshots! ;)
TinMan1325
Level 3
Level 3
Posts: 114
Joined: Mon Apr 18, 2022 4:08 pm

Re: How to get Specific Conky scripts to work?

Post by TinMan1325 »

Koentje wrote: Mon May 30, 2022 12:51 am We live on screenshots! ;)
:D :D :D :D :D
Attachments
new4.png
User avatar
Koentje
Level 7
Level 7
Posts: 1571
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: How to get Specific Conky scripts to work?

Post by Koentje »

For the colors.. i don't understand why your colors are the other way around??
They should start blue and get more to orange if the value goes up... and the transition should go smooth.
But on your system it starts orange and go to blue and is not smooth...?

Do you have screenrecorder installed by any means? So you could make a short recording of how they behave?
TinMan1325
Level 3
Level 3
Posts: 114
Joined: Mon Apr 18, 2022 4:08 pm

Re: How to get Specific Conky scripts to work?

Post by TinMan1325 »

Edit: double post, won't let me delete for some reason
Last edited by TinMan1325 on Mon May 30, 2022 1:05 am, edited 1 time in total.
TinMan1325
Level 3
Level 3
Posts: 114
Joined: Mon Apr 18, 2022 4:08 pm

Re: How to get Specific Conky scripts to work?

Post by TinMan1325 »

Edit: double post, won't let me delete for some reason
Last edited by TinMan1325 on Mon May 30, 2022 1:05 am, edited 1 time in total.
TinMan1325
Level 3
Level 3
Posts: 114
Joined: Mon Apr 18, 2022 4:08 pm

Re: How to get Specific Conky scripts to work?

Post by TinMan1325 »

Koentje wrote: Mon May 30, 2022 12:55 am For the colors.. i don't understand why your colors are the other way around??
They should start blue and get more to orange if the value goes up... and the transition should go smooth.
But on your system it starts orange and go to blue and is not smooth...?

Do you have screenrecorder installed by any means? So you could make a short recording of how they behave?
This one? No I don't, but I can. Am I able to upload videos here?
Attachments
Screenshot from 2022-05-30 01-01-37.png
User avatar
Koentje
Level 7
Level 7
Posts: 1571
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: How to get Specific Conky scripts to work?

Post by Koentje »

The forum is slow today! :roll:
But yes that one should do fine.

On my system this is how the bars should look like when full
Schermafdruk van 2022-05-30 07-03-47.jpg
Schermafdruk van 2022-05-30 07-03-47.jpg (8.79 KiB) Viewed 473 times
Last edited by Koentje on Mon May 30, 2022 1:13 am, edited 1 time in total.
User avatar
Koentje
Level 7
Level 7
Posts: 1571
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: How to get Specific Conky scripts to work?

Post by Koentje »

btw to keep the video small, don't capture the whole screen but select a part of the screen.. only the conky window.
You can send it to remon at cobrasoft dot nl (i guess you figure that one out ;) )
TinMan1325
Level 3
Level 3
Posts: 114
Joined: Mon Apr 18, 2022 4:08 pm

Re: How to get Specific Conky scripts to work?

Post by TinMan1325 »

Koentje wrote: Mon May 30, 2022 1:12 am btw to keep the video small, don't capture the whole screen but select a part of the screen.. only the conky window.
You can send it to remon at cobrasoft dot nl (i guess you figure that one out ;) )
Sorry I don't know what that site is

I uploaded it to youtube
https://www.youtube.com/watch?v=rnfT88GTXI0
User avatar
Koentje
Level 7
Level 7
Posts: 1571
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: How to get Specific Conky scripts to work?

Post by Koentje »

That was my email adress, but this way it also works. I see that the fan bar does not go to zero! The value does, but not the bar.. still something wrong i gues?
But your bars do behave on a strange way! I wonder if it is your mint version that you're on?

I have changed a few values for the colors. Go into the gpuinfo.lua script and find these three lines in every block:

Code: Select all

  fg_colour={0x00bbff,1},
  bg_colour={0x227766,0.5},
  alarm_colour={0xff8700,1},
And replace them with these four!

Code: Select all

  fg_colour={0x33bb00,1},
  bg_colour={0x666666,0.6},
  alarm=90,
  alarm_colour={0xff7700,1},
[code]
User avatar
Koentje
Level 7
Level 7
Posts: 1571
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: How to get Specific Conky scripts to work?

Post by Koentje »

And do make a copy first! ;)

If all goes well it should look like this i hope..
Schermafdruk van 2022-05-30 07-37-30.jpg
Schermafdruk van 2022-05-30 07-37-30.jpg (9.14 KiB) Viewed 447 times
TinMan1325
Level 3
Level 3
Posts: 114
Joined: Mon Apr 18, 2022 4:08 pm

Re: How to get Specific Conky scripts to work?

Post by TinMan1325 »

Koentje wrote: Mon May 30, 2022 1:35 am That was my email adress, but this way it also works. I see that the fan bar does not go to zero! The value does, but not the bar.. still something wrong i gues?
But your bars do behave on a strange way! I wonder if it is your mint version that you're on?

I have changed a few values for the colors. Go into the gpuinfo.lua script and find these three lines in every block:

Code: Select all

  fg_colour={0x00bbff,1},
  bg_colour={0x227766,0.5},
  alarm_colour={0xff8700,1},
And replace them with these four!

Code: Select all

  fg_colour={0x33bb00,1},
  bg_colour={0x666666,0.6},
  alarm=90,
  alarm_colour={0xff7700,1},
I noticed things got a little strange ever since I updated the kernel, the Software Manager definitely changed
Attachments
new5.png
User avatar
Koentje
Level 7
Level 7
Posts: 1571
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: How to get Specific Conky scripts to work?

Post by Koentje »

Realy weird and i can't explain why your bars behave that way?

You can try and turn smooth= to false
TinMan1325
Level 3
Level 3
Posts: 114
Joined: Mon Apr 18, 2022 4:08 pm

Re: How to get Specific Conky scripts to work?

Post by TinMan1325 »

Koentje wrote: Mon May 30, 2022 2:06 am Realy weird and i can't explain why your bars behave that way?

You can try and turn smooth= to false
Well that definitely changed some colours
Attachments
new7.png
Locked

Return to “Compiz, Conky, Docks & Widgets”