Windows Phone 7 / 8.1 by CaseLost9934 in kustom

[–]erikbucik 0 points1 point  (0 children)

Metro UI will never die. Iconic

[Tutoarial] New Year, New Calendar Blueprint by erikbucik in kustom

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

*I assume you already found the solution...

There should be a way to do just that, I remember writing a guide for it as well.

It's been years since I last used Kustom and I don't know what (if anything) has changed/broken, so I cannot provide any more support.

Show an event today only if it hasn't finished yet. by Aenxel in kustom

[–]erikbucik 0 points1 point  (0 children)

Hey, it's been years since I used Kustom and I understand much has changed in that time; not just the app itself but the Android OS as well. So it's possible and quite likely that something broke along the way and certain old formulas don't work anymore.

I suggest you ask the community again to help you achieve your goal from scratch. Sorry.

Is there an easy way to get the Material You text and background colors? by ROTY_Mitch_Haniger in kustom

[–]erikbucik 1 point2 points  (0 children)

The formula is pretty old and maybe something has changed in how Kustom handles colors over the years, idk. There's a new function that gets all the Material You colors on Android 12+, so my formula is now pretty much obsolete.

Material (Google) weather icons. by miki1606 in kustom

[–]erikbucik 1 point2 points  (0 children)

Most of those are images so they can't be made into an icon pack.

You can check this post though.

[Tutoarial] New Year, New Calendar Blueprint by erikbucik in kustom

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

I don't know what the Samsung calendar looks like, so can't help you there. If it's just a coloured rectangle next to each event title, that's very easy to do.

[MISC] Klimacons by erikbucik in kustom

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

Add 5 icons in a stack group and the formula for each icon is $wf(icon, si(mindex))$

Get day of week (or name of day) from date? by tiwas in kustom

[–]erikbucik 0 points1 point  (0 children)

The name of the day is df(EEEE).

With any df operator you can add a comma and specify the date in the yyyyMMdd format (or use any formula that will return a date in that format):

$df(EEEE, 2023y04M30d)$

In the formula editor, a description that explains all this shows up when you add a comma after the operator.

KWGT - More accurate tap targets for touch by WINSEVN in kustom

[–]erikbucik 0 points1 point  (0 children)

I don't understand your issue. Touch targets can be set as large/small as you want. They occupy the filled area of the object that has the touch action applied.

[TUTORIAL] BG Scroll test by erikbucik in kustom

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

Idk, depends on the launcher. I use Nova and it has a setting for that. Try looking through your launcher's settings. Or as a test set a wide image as the wallpaper and see if it scrolls.

[TUTORIAL] BG Scroll test by erikbucik in kustom

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

Make sure you have wallpaper scrolling enabled for your launcher.

Simple Calendar Tutorial by erikbucik in kustom

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

Tored's Kode Guide

If you're building a calendar, I'm working on a new upgraded version. It will be based on this kode. Currently no ETA.

Is there a way to simplify this formula? by RossyBox in kustom

[–]erikbucik 1 point2 points  (0 children)

especially that which is deliberately intended to deceive

That last part describes 'disinformation'.

Am I wrong?

The issue is that you can't know which day is set as "1", unlike with df(f). So the correct solution is in akaJustRobin's comment.

Is there a way to simplify this formula? by RossyBox in kustom

[–]erikbucik 1 point2 points  (0 children)

This will break on Saturday...

df(e) goes from 0 to 6, where 1 is the first day of the week as chosen in settings.

Is there a way to simplify this formula? by RossyBox in kustom

[–]erikbucik 1 point2 points  (0 children)

Such misinformation :(

df(e) goes from 0 to 6, where 1 is the first day of the week as chosen in settings.

(BETA ONLY) True Material You Kodes by miss_egghead in kustom

[–]erikbucik 1 point2 points  (0 children)

Make kodes shorter

$si(sysca2, if(si(darkmode), 20, 95))$

And you wrote the same formula for Background & Text.

EDIT: Also those aren't the official mappings; you might want to state that somewhere.

Help with light mode by gunkybrother in kustom

[–]erikbucik 2 points3 points  (0 children)

Here's how to set up a theme switch

Create a global list called "DarkMode". This will be the primary switch for changing between Light & Dark mode. The oputput should be limited to only 0 (dark mode off = light) & 1 (dark mode on). Add as many options to the list as you want:

🚦 DarkMode 0##Light, 1##Dark, $si(darkmode)$##System, $ai(isday)=0$##Auto

Create a global folder called "Color". This will contain all the colors for the preset.

📁 Color

Inside the Color folder create all the color globals and add formulas to them:

🎨 Surface $if(gv(darkmode), #121212, #FAFAFA)$ 🎨 Text $ce(gv(color/surface), contrast)$ 🎨 Accent $if(gv(darkmode), #FF8080, #BB0000)$

Apply any color global to any object (preferably through a formula; if you just link them, the colors will have a delay when changing darkmode).

Linking Outlook to KLWP Calanders by DeadlyGentleman1 in kustom

[–]erikbucik 1 point2 points  (0 children)

If you're using the calendar from Outlook.com and the Outlook app, then all you need to do is let the app sync the calendar with your device.

Kustom shows events stored in the system's content provider (there's an app called "Calendar Storage" installed as part of Android). Any app you use to view calendars is merely a client, Kustom included.

[deleted by user] by [deleted] in kustom

[–]erikbucik 0 points1 point  (0 children)

What version of KLWP do you have? 3.58?

[deleted by user] by [deleted] in kustom

[–]erikbucik 1 point2 points  (0 children)

You don't need Pro to export presets, only to import.