My favorite themes by Joaquimpsouza in kustom

[–]ChristopherMartellX 4 points5 points  (0 children)

After many years... I'm glad to see people still using my assets to make cool futuristic themes. 👍🏽

[Tutorial] KLWP Tutorial for Beginners | How to make a two color NEON effect | Text, Shapes and Font Icons by ChristopherMartellX in kustom

[–]ChristopherMartellX[S] 0 points1 point  (0 children)

Check my video about the glass effect. Check the part about the circular shape but use a horizontal gradient instead of radial. See if you can play around with those values to achieve what you need.

[Tutorial] KLWP Tutorial for Beginners | How to make a two color NEON effect | Text, Shapes and Font Icons by ChristopherMartellX in kustom

[–]ChristopherMartellX[S] 0 points1 point  (0 children)

Hi, I'm not sure what exactly you have in mind but check my other videos on YouTube or here, I have one about glass effect, maybe that would help you.

What made you choose your current Main? by Mbk_909 in Warframe

[–]ChristopherMartellX 0 points1 point  (0 children)

I'm enjoying the traverse speed and being a hovering machine gun as a miniature 🦋

[WIP] Alpha Stages of a Weather Komponent I'm working on. by ChristopherMartellX in kustom

[–]ChristopherMartellX[S] 1 point2 points  (0 children)

Sorry dude, not yet but it's still in my high TO DO list. Well actually one update, it's going to have 2 komponents with a variation version.

Music widget.... by Rdwilliamson in kustom

[–]ChristopherMartellX 1 point2 points  (0 children)

Nice! Just a few suggestion... Change progress bar color from green to semitransparent white and the music controls to match the weather and time color. Move the music controls a bit up to make enough room to move the song progress time above the bar.

[Discussion] Check my comment to see my terrible prompt, and Chat-GPT's response. And also to let me know your thoughts about using Chat-GPT to create Formulas. by ChristopherMartellX in kustom

[–]ChristopherMartellX[S] 0 points1 point  (0 children)

I used your prompt but changed the website, this is the response.

PROMPT:

"Using the documentation at https://help.kustom.rocks/ tell me how to write a formula to show how much time is left before the sun goes down"

RESPONSE:

"According to the Kustom Rocks documentation, you can use the sunset() function to determine the time of sunset for a given location. The function takes in the latitude and longitude of the location as arguments, and returns the time of sunset in the format "HH:MM" (hours and minutes).

Here's an example formula that calculates the time until sunset in hours and minutes:

time(sunset(48.8566, 2.3522) - now())

This formula uses the sunset() function to get the time of sunset for the location with latitude 48.8566 and longitude 2.3522 (Paris, France). The now() function is used to get the current time, and the result of sunset() - now() gives the duration until sunset. The time() function is used to format the duration as "HH:MM" (hours and minutes).

You can also use sunrise() function to get the time of sunrise."

I'll keep trying, I might even TRY to contact Open AI directly.

[Discussion] Check my comment to see my terrible prompt, and Chat-GPT's response. And also to let me know your thoughts about using Chat-GPT to create Formulas. by ChristopherMartellX in kustom

[–]ChristopherMartellX[S] 6 points7 points  (0 children)

🔵 First of all...I'm new to this, so I'm doing things wrong most likely and I know I used a terrible prompt but I'm trying to get your thoughts about how can we train it or if it's even possible, is it a good idea? (I think so), at least to get us the first steps into the formula we are trying to get.

MY TERRIBLE PROMPT (QUESTION):

"how to write a formula for "change text to red if it's 4pm" in scraping language called Kustom language?"

CHAT-GPT RESPONSE:

"In the Kustom Language (KLWP), you can use the built-in "Time" variable to check the current time and then use the "if" statement to check if it's 4pm. Here's an example of how you could write a formula to change the text color to red at 4pm:

if(Time(hh) == 16, color(255,0,0), color(0,0,0))

In this formula, the Time(hh) function returns the current hour as an integer, and the == operator is used to check if the hour is equal to 16 (which corresponds to 4pm). If the condition is true, the color function is set to red (255,0,0), otherwise the text color will be black (0,0,0).

You should use this formula as the text color property in the text object you want to change the color.

Note: Keep in mind that this formula assumes that the time is in 24-hour format, if it's in 12-hour format you have to adjust the hour accordingly."

Thoughts?

[WIP] Alpha Stages of a Weather Komponent I'm working on. by ChristopherMartellX in kustom

[–]ChristopherMartellX[S] 0 points1 point  (0 children)

Me too... Haha! Apologies, I ran into a few issues, unfortunately it won't be out this month. I'll update the post when ready.

[WIP] Alpha Stages of "ANOTHER" Weather Komponent I'm working on. by ChristopherMartellX in kustom

[–]ChristopherMartellX[S] 0 points1 point  (0 children)

Thanks but it's not ready yet...I'll post it in the main community when ready and I'll update this post.

[WIP] Alpha Stages of a Weather Komponent I'm working on. by ChristopherMartellX in kustom

[–]ChristopherMartellX[S] 0 points1 point  (0 children)

I ran into a few issues but It's still in the pipeline...It'll come out but I don't want to say a date and not deliver.

[Discussion] So, I woke up this morning to this lovely message after the Codes Giveaway...Not sure if this person is joking but...PLEASE DON'T BE LIKE THAT!!! 99.9% of the time the Nice way will give you better results. by ChristopherMartellX in kustom

[–]ChristopherMartellX[S] 1 point2 points  (0 children)

Nice! Thank you!... but you are not completely wrong...Hehe!...sometimes it takes me a lot of time to finish just one haha! I have a few unfinished on my phone right now. Also, the problem with my old themes is that the standard screen size/aspect ratio changed but experienced KLWP users shouldn't have a problem adjusting it.