EliseOne
Credit: EliseMihael
2023-08-17 18:35:44 +0000 UTC View Post
- Fixes TOD language model not matching reality
- Added border to default UIView element
June 4th 2023 I created a raised bed for my strawberries. I started off with 3 strawberry plants. Now I have 25. From those 3 plants. In my zone 7b strawberries begin to create runners. These runners (also called stolens) are stems that grow around the ground to create daughter plants. I wasn't quite aware of this when I started. I knew I could propagate them but I didn't know it would almost 10x. That being said I made another strawberry raised "bed" and made it like the original but with on...
2023-08-15 22:03:46 +0000 UTC View Post
Some of these are original wallpapers from FrenchiTouch which have been upscaled and some generated. If you have any Ambre walls send them and i'll upscale them to fit modern devices.
I have compiled a version of Ambre for rootless devices (dopamine) and it's on my repo.
2023-08-14 17:05:40 +0000 UTC View PostI planned on doing this almost a week ago, but got caught up with a bug that unfortunately wasn't able to fix. If you are running Velaris you cannot use the weather option in Designer. I've contacted the dev through twitter and email but have had no response. For that reason I have added an option to disable the weather in Designer this way you could still use Designer and Velaris together. From the testing i've done with the help of pkgfiles I strongly believe this is an issue on Velaris sid...
2023-08-13 17:15:33 +0000 UTC View Post
Spending time outdoors in natural surroundings has countless benefits for our overall wellbeing. I like including that into devices that constantly pull me away from it. Just as a reminder of how wonderful it is.
2023-08-08 17:51:28 +0000 UTC View Post
I made this when I began gardening. Jumping into this world can be quite confusing and requires a lot of research when trying to resolve or figure out an issue. As I researched I took notes then made this and have updated it over time. I've found that people believe in different things so this is the most common believed issues with deficiencies.
I have not done soil tests because I have many different types of soil. Instead I just plant there and see what happens. Watching the plant ov...
2023-08-03 17:42:13 +0000 UTC View Post- Stability improvements for older devices
- AM/PM data value
- Faster theme image loading
- Fixed value not changing if changed in a submenu
- Changed uilabel default size
- Reduced repetition of info throughout code
- Preparations for repo upload
Wallpaper is linked in the attachments. It is a modified version of @by_isapinheiro I simply removed the text that was on the screen.
The theme is available in the download section of Designer.

Starting off
This is my first year growing anything outside. Now that spring has passed and we are in mid summer most everything I planted is providing me food. The goal this year was to see if I could actually grow anything and i've been very surprised on what I pulled off.
I started everything from seed except the fruits. Since these take years until they provide I wanted to start them off at a further state. I planted very little in the ground. I kn...
2023-07-09 20:34:40 +0000 UTC View PostChanges
Added UIImageView
Added some symbols
Added theme previews in download section by tap holding
Added theme delete option in load section
Don't reload options after value is set
Added info to directional pad view
Added blur option to UIView elements
Added scale and rotation to UIViews
Added popup showing font was applied
Added dark overlay option to tweak
Removed all default themes except time.json
Fixes
FR...
2023-07-09 17:22:31 +0000 UTC View Post
Collection of generations throughout the month. There is a couple here I liked, but you may find some that you like.
2023-07-06 14:10:39 +0000 UTC View Post
Theme is available in the download theme section of Designer
2023-07-04 19:59:30 +0000 UTC View PostUpdate is now available in the shop! This update I concentrated mainly on a way for users to download themes through settings and other quality of life changes.
Changes
First off, I was invited to test Patreon's new shop feature. It allows me to add items to a shop. Before now I had to use other services such as buymeacoffee or gumroad so glad to have this here!
Plan is to put Designer updates in the shop. If you are a Patreon you get this shop item for free btw.
Update v1.1.3<...
2023-06-28 22:34:14 +0000 UTC View Post
Designer is a jailbreak tweak that works on iOS 13 - 16 for both root and rootless devices. This serves as a replacement for LockPlus which I worked on and supported for over 10 years. Designer was built from the ground up to be the most efficient way of adding information to your screen. It also supports current firmwares like iOS 16 and designed to be easily updated to support future iOS updates. Designer's prime feature is the ability to create and apply widgets to the lock screen and home s...
2023-06-28 21:38:56 +0000 UTC View Post1.1.2
https://www.patreon.com/posts/84851013
arm = root
arm64 = rootless (dopamine)
Weather has been pretty bad here lately, so been stuck inside. Storms ended up tearing up a bunch of my zucchini and tomatoes :( I spent most of that time updating Designer. This update focuses more on the home screen theming. The biggest issue with the stock home screen (for me) is the icon layout. I've seen this layout for over 10 years and it get old. Widgets like widgy are cool, but i'm stuck with the same 4x6 icon layout and a dock that displays on every page. With iOS 16 you can remove ...
2023-06-20 13:21:57 +0000 UTC View Post
I'm starting to update themes for rootless devices. Included in this post is Dream light, dark, and blueblack
arm = root
arm64 = rootless
I also uploaded to the repo.
Enjoy.
2023-06-20 12:39:08 +0000 UTC View PostThis update add animations to the lock screen. You can enable these animations by turning on LS Weather Animations in Designer settings. Currently supported conditions is rain, snow, and clouds. You will not see any animations for sunny or clear (day or night)
Animations are stopped when the device is off and/or the device is unlocked (not on the lockscreen) Animations will drain battery faster than not having any animations but steps have been made to make this efficient. With the stoc...
2023-06-18 16:21:53 +0000 UTC View Post
Welcome to Designer!
For the last 4 months i've been working on a replacement for LockPlus. Once I realized that LockPlus wouldn't work on the newer firmwares iOS16 and above my heart sank. I began working on a similar way to display what I want on my device. I started from scratch and wrote Designer from the ground up to assure that it would work on newer firmwares and I could continue to display the info I want on the lock screen and home screen.
This was availa...
2023-06-15 18:04:21 +0000 UTC View PostCurrent supported components in Designer.
UIView, UILabel, BatteryIcon, UIImageView, WeatherIcon
The main view of Designer is a UIView this parent view holds all the elements of all themes. It's how you initially start a Designer theme.

All themes are in a json format. JSON is simply a bunch of key-value pairs. "PresetView" is a key, the {} after is the value. "type"...
2023-06-15 15:17:22 +0000 UTC View Post
Big changes to how data is entered for UILabels.
Before
"data": "DF~hh:mm-time is I",
Now
"data": "time is [paddedtime]",
This change is to make it easier to remember values, removing all cryptic nonsense. Here is a current cheatsheet.
Dates
[paddedhour] = 01
[hour] = 1
[minute] = 30
[time] = 1:30
[paddedtime] = 01:30
[day] = Wednesday
[shortday] = Wed
[date] = 5
[paddeddate] = 05<...