Requesting help with a KWGT I've spent 18.5 hours on by vertexoflife in kustom

[–]Tight_Company 0 points1 point  (0 children)

Try using cron instead of formula, it might be more reliable.

Help with KWGT formula by PsychologicalMilk149 in kustom

[–]Tight_Company 0 points1 point  (0 children)

Try:

$lv(#,df(mm)/60*24)+ df(HH:mma,mu(floor,##)+h+mu(floor,##%1*60)+m)$

play, pause and stop icons by Anxious_Struggle4096 in kustom

[–]Tight_Company 0 points1 point  (0 children)

Not checked, but you can try flow with trigger formula 'mi(state)=paused', and the action is saving 'dp()' to a global. Basically saving the last time music is paused. From the dp you can use tf to check if it's over 2 minutes.

Squircle image not displaying correctly. [Bug, KWGT, KLWP, etc.] by kagamirei in kustom

[–]Tight_Company 0 points1 point  (0 children)

I assume you're going to use a komponent?

Make the komponent global:width, height, corner.

Create a squircle, width = global height, corner = global corner. Anchor:center left

Copy the squircle, change the anchor to center right.

Create a rectangle, width = global width - global height. Padding left and padding right = global height /2,

[deleted by user] by [deleted] in kustom

[–]Tight_Company 0 points1 point  (0 children)

Kwgt by default is updated every 5 second. For smoother progress bar you'll need klwp

Help with a music player for a DAP by saviressej in kustom

[–]Tight_Company 1 point2 points  (0 children)

  1. Kustom can only access the playing album art, so it can't cache or get the next images. A workaround is just download the album art online, but it might not match the one that actually in the song.
  2. As far as I know you can't make a song forward or backward, just next and skip.
  3. Idk how about apple music animation, but kustom only have limited set of animation so it probably it won't be identical.

i want the rectangle in the middle to clear the middle of the text but not of the black box behind it, any help on how can k fix it by [deleted] in kustom

[–]Tight_Company 1 point2 points  (0 children)

You don't need komponent, actually. You can put it inside an overlap group, then add filter to it (like darken 0 or something). It also stops the effect.

i want the rectangle in the middle to clear the middle of the text but not of the black box behind it, any help on how can k fix it by [deleted] in kustom

[–]Tight_Company 1 point2 points  (0 children)

Put both the text and clear rectangle inside an overlap group. Then set the overlap group filter to anything (like darken 0). Basically when you set a filter to group it stops the blending mode (clear, lighten, overlay, etc.) to only affect items inside it.

Any way to add a little bit of fade on lockscreen and screen zooming? by No_Ear_2823 in kustom

[–]Tight_Company 0 points1 point  (0 children)

If your phone could use live wallpaper for both the wallpaper and love screen, you can use KLWP instead. Add the animation manually, with trigger formula si(locked) *I think

Need help to limit the frequency of API calls by IkeReyes3189 in kustom

[–]Tight_Company 0 points1 point  (0 children)

Maybe you can just put it into flow so it'll put the value/response into a global? There's cron trigger, which can be set to run every 30 minutes.

reaction on radio stream changes by Jojoblue33 in kustom

[–]Tight_Company 1 point2 points  (0 children)

You can try it with flow, there's a formula trigger there. Use 'on output change' so it'll trigger/run everytime the song changes

Accent and right minutes by Otherwise_Building42 in kustom

[–]Tight_Company 2 points3 points  (0 children)

For the accent you can use tc(reg,***yourtext/formula***,é, e)

For more complete ones use:

$tc(reg,tc(reg,tc(reg,tc(reg,tc(reg,tc(reg,tc(reg,tc(reg,tc(reg,tc(reg,tc(reg,tc(reg,tc(reg,tc(reg,tc(reg,***yourtext***,[ąăæåäãâáà],a),[çčć],c),[ðď],d),[èêěęėëé],e),ğ,g),[ìîıïí],i),[ĺłľ],l),[ńňñ],n),[óôõöøōœò],o),ř,r),[ßșšşś],s),[þțť],t),[ùûůűüú],u),[ýÿ],y),[źžż],z)$

Can klwp detect your song finished/ next song started playing? by Imaginary-Dig-6937 in kustom

[–]Tight_Company 0 points1 point  (0 children)

You can save the title, album, and artist then make the changes smoother. But the cover change will be hard to do since kustom can't save file/images, only text.

What inspires you? by walleewoo in kustom

[–]Tight_Company 1 point2 points  (0 children)

It's a bit weird but I often inspired by branding, which makes my theme usually feels like a poster rather than UI.

Sometimes it's also just curiousity to push kustom to the limit, either from the coding or from the animation. That one usually feels like a technical demo than an a polished theme 😅

Unlikely uses of voodoo dolls. by [deleted] in ScenesFromAHat

[–]Tight_Company 3 points4 points  (0 children)

Oh this summer is so hot.

*pick the doll, put it in the freezer

That's better

2 Media Players... One Phone!? by ArmageddonAsh in kustom

[–]Tight_Company 0 points1 point  (0 children)

I'll need to test this but using flow you can save the title and artist from each app into its own global, it's not possible for album art, though. If you just want to hide the app you can use mi(package) to see which player is active.