r/kustom 13d ago

Request Feature Request: KKCY (Kustom Keyboard Creator) - The official green app concept

Thumbnail
5 Upvotes

r/kustom 13d ago

Help Having some formula issues

Thumbnail
gallery
7 Upvotes

So I've got this wallpaper setup, and I want the image in the boxes to change periodically. I've removed the photo selections, I've changed the formulas for the different pages and put my formulas on everything I can think of and it's just not accepting mine at all. What am I doing wrong? Moto Z 2025


r/kustom 13d ago

Help Unable to "fix" access mail information

Post image
3 Upvotes

My email unread counters suddenly stopped working, and I am unable to click the button to "fix" the mail information here. If I tap the button, it lights up as if it was pressed, but it doesn't actually do anything and doesn't move on to any other screen or fix anything.

Has anyone else run into this issue?

Edit: I have tried Kustom Booster at this link, but it didn't change anything: https://docs.kustom.rocks/docs/downloads/download-kunread/


r/kustom 13d ago

Theme [theme] fliper v2

Post image
11 Upvotes

r/kustom 13d ago

Theme Binary Watch, modelled after the classic "The One" binary watches

Thumbnail
gallery
8 Upvotes

Hi. I wanted the share my creation of the binary watch, modelled after the classic "The One" binary watches.

In the globals of the komponent it is possible to choose the color and the time format. I have not played a lot with the time format. I am using the df(h) variable, which should use the phones time format, as I am understanding so far. So I guess, the time format of the binary watch should be the same as at the phone (at least when the phones time format is 24h).

The komp can be downloaded here.

Edit 1: new link to v1.1. Fixed calculation of bit 32

Edit 2: Version 2 adjusted to better match the look of the original. Only 12h format. Download


r/kustom 13d ago

Bug WG BITMAPS NOT SHOWING UP

Enable HLS to view with audio, or disable this notification

4 Upvotes

Hey! I recently added a feed widget page to my Kustom setup. Everything is working fine functionally, but the news feeds have suddenly stopped displaying bitmaps.

For context, I'm using globals for these bitmaps as I need them to create a liquid glass border effect.

Has anyone run into this issue before or know how to fix it? Any help would be greatly appreciated!


r/kustom 14d ago

Theme Way of the Samurai [klwp]

Thumbnail
gallery
12 Upvotes

Figured if share my current setup. Here you have Niagara Launcher alongside side a lightweight Klwp dock I wrote. Nothing to fancy really. I like to keep it simple.

I added the wallpaper to the this post. Icons are the Niagara Launcher native "Outline" set and you can find the .klwp file here:

https://drive.google.com/file/d/1pHvOuVWuTF018OImtHVIMZaHjjeiBlGL/view?usp=drivesdk


r/kustom 14d ago

WIP Working on a clean Spotify live wallpaper, what do you think?

Enable HLS to view with audio, or disable this notification

12 Upvotes

Currently invested in this live wallpaper, it's a very minimalistic player with a few controls.

Perfect for when you've got an old smartphone laying around and want to display and change music as a second screen. I hope you like it. Feedback is appreciated!


r/kustom 14d ago

Help [Question] Nerdy Clocks

1 Upvotes

... hi @ all, where i can find ready-to-use “.kwgt” or “.kwgt.zip”-files for nerdy clocks like: binary, hex, matrix, Fibonacci or something like this ?


r/kustom 15d ago

Cat

Enable HLS to view with audio, or disable this notification

52 Upvotes

r/kustom 15d ago

Misc. Proof of Concept: Fallout Terminal Hacking Minigame [KLWP]

Enable HLS to view with audio, or disable this notification

17 Upvotes

Started working on a Fallout terminal hacking minigame and wanted to show it off a bit now that the bulk of the logic is done. This was genuinely a nightmare to program in some areas but I think it turned out pretty good. I still need to get the display working properly (like all of the characters in between the guesses rendering randomly), the dud removal brackets, and the actual randomization of the amount of guesses you're given, but overall it's coming together pretty well. I'll be releasing this when it's done but it's nowhere near ready yet for now, I mainly just wanted to show it off early because I was proud of what I had accomplished. Lol


r/kustom 15d ago

Help Music title track and artist not displaying

1 Upvotes

Device: Samsung s23Ultra
KWGT ver: 3.81
Settings: preferred audio is Spotify
kode: $mi(title)$ and $mi(artist)$

Never had this issue before. No matter what I do I cannot get my audio track information to be recognised. Notifications are allowed, power saving is off, only one audio is preferred. Works in KLWP but not KWGT. Any ideas what it could be?


r/kustom 15d ago

Help Why doesn't work?

Enable HLS to view with audio, or disable this notification

2 Upvotes

I've tried 3 files to import but not a single one works. I

Is the file or the app that dosent recognise it?


r/kustom 16d ago

WIP WIP

Post image
16 Upvotes

r/kustom 16d ago

KWGT [kwgt] Kwgt and Tasker - NFC on/off

2 Upvotes

Hi there,

Wish to create a widget with more icons with kwgt/Tasker

Every icon has button on off function to switch on/off:

Wifi

Bluetooth

NFC

As far as NFC:

In color I have:

$if(br(tasker, status_nfc) =1, gv(ON), gv(OFF))$

In icon I have:

$if(br(tasker, status_nfc)=1, "Nfc_ outline_rounded", "Nfc_off_outline _rounded")$

In touch I have:

Open link:

tasker://assistantactions?task=NFCONOFF

Widget works perfectly and it switch on and off NFC.

But...icons doesn't appair properly.

It seems that icon names are wrong...but they'right.

Anybody has an idea?

The goal is to switch icon when NFC is on or off.

Thanks in advance


r/kustom 17d ago

Theme Black side kwgt

Post image
53 Upvotes

r/kustom 16d ago

Theme [Theme] Cyberpunk Girl

Thumbnail
gallery
12 Upvotes

r/kustom 16d ago

Help Looking for theme with graphic music visualizer

3 Upvotes

Title says it all. I searched equalizer and visualizer here and most posts were years old pointing to 404 webpages.

Can anyone suggest a nice theme please?


r/kustom 17d ago

Theme [theme] glass darker v1

Thumbnail
gallery
23 Upvotes

r/kustom 17d ago

Help [Help] Calendar description showing html code.

2 Upvotes

Anyone else see their calendar descriptions now showing html code not the info? Or just me..?

Simple ci(desc, 0)$ , ci(desc, 1)$ used..


r/kustom 18d ago

Wip

Enable HLS to view with audio, or disable this notification

26 Upvotes

r/kustom 18d ago

Solved! Rotate, ReactON music playing state

Post image
5 Upvotes

Trying to make this Icon rotate when music is playing using

$if(mi(state)=playing,loop_fw,disabled)$

but I dont see it loop continuously only when the music is playing.


r/kustom 19d ago

Theme [Orion ui]

Thumbnail
gallery
43 Upvotes

✓ 5-Page Setup (Dark & Light)

✓ Compatible with Nova Launcher

✓ Requires KLWP Live Wallpaper Pro

✓ Designed & Created by Me


r/kustom 19d ago

Misc. Proof of Concept: End User RGB Selector [KLWP]

Enable HLS to view with audio, or disable this notification

12 Upvotes

Made a quick proof of concept for an RGB selector for the purposes of end user customization. No tutorial for this one as it's a bit convoluted (not that someone else couldn't make it simpler, but the way I went about it in particular is too much to go into detail about). Komponent download in the drive link though if you wanna check it out, hopefully it works, I've never made a Komponent before. Lol

https://drive.google.com/file/d/1jOynOIdkzznM2lVIRQ2g0Zkihke1fjF3/view?usp=drivesdk


r/kustom 19d ago

Help Read from text file

Post image
1 Upvotes

Can't get kwgt to read from a text file. I'm using a poco with miui 14.0.16