#themes
1 messages · Page 95 of 1
@dark sundial The first one ?
🤔
tell please
Wait, lemme just look it, I saved it somewhere
i feel like it has to be bad enough to be realistic
you can push it really fucking far if you make something with no intention of being usable
Uhmm no, sorry kitty my brother deleted it from my notes
I literally wishlisted it in Sileo and now it is gone from it too
thats an L
L?
L as in loss
Yeah definitely
in my time zone it is 1am
Okay lol
interesting theme someone posted on the sub
Wat
any kinda unknown themes that are lit asf like alpha icons but supported a decent amount of icons¿
the ones in the pins are meh
looks like someone was high
amie is quite unknown and lit af
@pallid heron gm
gm
Is there any tweak to completely remove the dock?
Dock is qwerty
@pallid heron HOWS YOUR DAY?
Suggest me a tweak for removing/ disabling the dock @pallid heron
[[HideDock]]
you need a modified reject with borders
looks better
wait i will give you something in a few minutes
gonna code and add options and stuff for myself rn
Ok thanks
alright
it's really nice. i like it
thanks
aligning aperio is pain in the ass
true
ask burritoz?
ig he knows what i meant but here we go
alignment center and horizontal offset 0 should be centered imo
did u respring
yup

but besides that this alignment left right center doesnt make an effect
horizontal 0 is centered

its too static imo. thats why i was changing the box sizes
the icons itself look so boxy
i think soda made it like that on purpose
to drive us crazy

what other theme can i use
i meant this
true
ig it looks better with different box sizes
desa
hmmm ok
tru lol
i would love to use it over the clock but
this will mess up notifs
and put them over the clock
wtf did you do to the widget? looks like the worst abomination ever made to man kind
fixed


this is nice actually

he should work on amie and release the new icons ffs 🤣

because black in middle match black in widget
yeah and the yellow on bottom left shows the thick outline on those icons as well
it feels congruent
man i just randomly chose it and thought it looked cool
i dont think much about wallpaper choice LMAO
Is there any documentation or anything for Snowboard Fonts Extension?
That issue would be due to a tweak conflict, it works fine normally
Ah I think you found out, if you have less icons than the size of the box fits it doesn’t look center aligned
I recommend having the background blur on in scenarios like this so you can see whether it’s actually centered
You were getting something similar to this because you didn’t have enough apps to fill the space you set
Which is easily solvable by adjusting the width or adding an extra app
yeah
thanks
i needed a bit but now i found out how to handle it
👍
Where are thos Alpha icons at tho tho tho
[[alpha]]
here u go
What do you guys think?
wallpaper
wallpaper
wallpaper
wallpaper
wallpaper
wallpaper
wallpaper
wallpaper
yeah it looks nice i just dont know how to pair it with the wall nicely
Woe
theme the music player
I cant without making it uglier lol
I woudl use xen but i dont got a tweak to hide the stock LS music player
should be
It safe modes me
I think the changes to the music player 14.3 brought fucks with sylph
oh rip
[[nonowplayingview13]]
maybe this working on 14. idk
im using it on 13
quart has its own player too
what the fuck

I said dont retard
yall whatre good walls for killa theme
bro - killa is by itself so inconsistent
just pick any wall
put a blurry box on it
and the icons in the box
viola
a setup with killa
oh god
this is legit bad lmao
i love looking at cursed setups
they make me appreciate my setup even more
audio test
i need ryan nair to fix the bottom right corner issue while screenshot-ting with little11 now
my setup like a couple of days ago
wdym
am using l11 too
unique
lol
i cant see it
bc my screen has rounded corners too
@urban hearth i dont got this ig
you got it for HS screenshot too?
yea
strange
i have the same problem happening for every single screenshot i take
so it's even worse than usual

probably
not sure if another tweak that provides fake rounded corners for the screen can help fix that issue
weird
i dont use that many tweaks tho .. ig its not a problem of l11. am using it since half a year and didnt see that issues
looks like a rip wtf
a rip?
even the beta state wtf
there’s also gesturesi11 which is basically the same thing by the same developer
yeah it prob is, l11 was the original i think
halfipad seems shady to me
just a rip for ios14
aholax nope
ah okay
its fine
its a fork
didnt know little11 is opensourced
oh yeah little11 is open source too
idk tho, halfipad is less kb for the download
hii hndrk!
hi @junior talon
true

nope
Stock
nah.. needs more cursing
[[alpha]]
oh yeah i seen that a lot of ppl use that
but meh not enough icons for me
idk 500+? i use some whackass apps so the chances its supported are slim with 300
and then its a unique theme
so like u cant rly use a diff theme or itll look off
yeah ik but like idk sum it just looks better if its designed specifically for
meh ill debate it
ok
ogey
A theme named after me
true
wuz the ui theme
faint ui
sye 17
thanks c:
discord compression
@pallid heron widget idea.. actually make a dynamic wallpaper..
something like this where the time is behind the mountains.. @pallid heron
using css z-index
oooooooo
This is dope!!
Hey hndrk
Can you tell me how to install the new reject widget mod?
the icons below the time is from nicebar
his repo
His repo?
I installed reject already
I was talking abt the mod he created for customising it
@pallid heron is that an ipad setup?
yes
a windows pc setup
oh ok
my b i responded wrong
but possible with xenhtml
if its not in the repo.. he 99.9999999% wont share it
He shared it actually, in his Dropbox and I downloaded it, it was a zip file and idk how to install it
thats where the 0.000000000001% comes in
😂
/var/mobile/Library/Widgets/Universal
heres the spoon
wow yeah thats nice
yeah i thpught about that too when i first saw that setup - you showed me in the past
layers
its an awesome effect
yea
its a series of images
kinda likr photoshop
also imagine some clouds also moving @pallid heron
rip battery but yeah
would look awesome
i was experimenting with movement
one core was all the time at 70%
🤣
but idk which all solutions are present for movement
i did with keyframes and translate3d
and made the background like 2times as wide as the actual wall
@pallid heron
so it was moving on repeat ^^
Okay😅
translate's always the solution
translate3d is shit
ah okay
just use z-index instead
you'll need to assign positions
too
tho
transform tools always keeps the pivot for transforming at the center
@keyframes bg { 0% { -webkit-transform: translate3d(0,0,0); } 100% { -webkit-transform: translate3d(-2250px,0,0); } }
#bg {
background-size: 2250px auto;
width: 4500px;
}
@pallid heron
this is how i accomplished movement
you dont need translate 3d
okay
if you wanna just move the X
is this important for battery?
yes
oh nice
maybe it will reduce cpu than
so i just do translate
just use translate()
k
also imagine that the train will come and go lol @pallid heron
people would just stare at the HS for 10min
best app HS
but i really dont know a real battery friendly way
unfortunately
i mean...
at this rate
battery == fuck you!
yeah
@pure peak whats your LS player? and how did you color it
i think its sylph+velvet
rip no reply
idk which timezone
usa ofc
usa are 5 timezones lol
one of them ig... whatever it is.. its still sleeping time in all
yeah
butim patient
i even forgot that i asked
true
true
true
true
false
My brother have one
vinyl and velvet
whats [[vinyl]]
why does vinyl looks so trash on my phone
lmao
@pure peak is there a way to set the margin from the artwork and the border of the box??
also why does ypur artwork have a border too
i use n95 as well
and you can increase the border size in velvet
ik but this doesnt affect my album art
this is bc of n95?
yes
it’s the unorthodox theme by alo
c:
really? D: aw
Crashes for me
trash
true but i want the name for set up battle
true
@pallid heron
Where’s that wall from?
nfy666
private wal
A song called nihao
my muse dash album
Should I try muse dash
it’s really fun
you can get it on iphone but it’s also on pc and the switch too
It’s a dollar
not free though
it’s like a dollar on steam
I want to get into muse dash but it looks lewd as hell 
also @pallid heron idk if it’s possible for me to move the top box down a little bit too? i couldn’t figure it out xd
muse dash really isn’t too lewd
I also just can’t read rhythm games so ¯_(ツ)_/¯
i am addicted to rhythm games
I have 972 on grievous lady, 971 I think on fracture ray, 954 on saikyo 

And then I have an a on tempestissimo byd 
I can’t imagine that
https://youtu.be/556PtdkAOJc this song is like 30% of why I quit 
▲影片資訊(Video Data)
■遊戲名(Game) : Arcaea
■曲(Music) : REDALiCE vs USAO - 最強STRONGER (SAIKYO STRONGER)
■下落速度(Speed) : 3.8
■校準值(Offset) : 80
▲玩家(Player)
■天堂EGHD(HeavenEGHD)
▲FaceBook
■https://www.facebook.com/天堂EGHDのOPwww工作室-1129474987098467/
▲twitter
■https://twitter.com/HeavenEGHD
▲Official Discord server (Chinese)
■https://d...
My brain does not understand those floating notes
I feel like playing arcaea cursed me because now I can’t read any other rhythm games
Like I can’t play dynamix, malody, tone sphere, cytus, voez, deemo, osu, jubeat
I can’t

Honestly one of the only other rhythm games I can play is dancerail, but dancerail is fucked up
Bpm=rt is rated 15 when third avenue is rated 6 and is way harder than it 
I usually just play osu and project Sekai
I wanted to get into osu but lazer runs so shitty on ios 
It’s like 35fps at max, usually like 25 during gameplay, and also you need a keyboard to play it decently
I play osu on pc
The regular one
Lazer has miles ahead until it’s playable
A few versions back they fucked up AR
@pallid heron what do you use to make the wallpapers that resemble widgets? Procreate or Photoshop?
if u ever make any hit me up w them lmao
Lol I made one once
clean
I wish there was a way to hide Statusbar in settings w/o hiding it in all other apps
There's a tweak called peep that does exactly that
Oh really? Thanks
set margin negative
paras helped me C:
pixelmator on my phone
the box already had a position
so i suggested camie to do top: instead
yup it works but i got margin in xen options. she wouldnt need to edit code ^^
i just was lazy enough to see any xen options
so
meh
she too
ig
true
making a widget is tuff you know
the lower box has a negative margin too. a little bit of thinking should guide anyone
xDD
yea but
i dont understand your way of coding
bruh
so
ill need to research a bit
but am lazy
so
:meh:
i got a widget
you will kill yourself
soda hs3
ill rather not kill myself
you will
bruh
dont look at this
true
ever
swear!
ok
i wont
too bad
settings extension enabled?
settings extension?
yea
what repo is that
i have ui extension
again
hahahahhaha
im out
[[settings extension]]
@pallid heron, Couldn't find anything matching that search query!
bruh @pallid heron
wtf
[[snowboard]]
Whats the repo for settings extension
ohh?
lmao
not too hard to find
i am faster than you hendrik
but most ppl are as dumb as lazy
no...
ill say
lazy
people need you hendrik
someone who has their spoon ready to feed
lazyness ends into dumbness
bruh
i am not designer anymore
RIP
me too
hahaha
yolo
we underground designers now
pssst
undercover*
too
lmao
amie go brrrr
it will
am so lazy
gonna shower now
pls finish amie for me
i would if i can
RIP
im too dumb tho
cya
yea ik
cya
true
am searching for an iphoneX on ios13
since yesterday
my battery has dropped health from 89% to 83% percent yesterday
after 1006 cycles
i could repair it - got a battery in my closet but if i find an X next two days am gonna buy it. if not - repair
@coarse scarab is this still shortcut method?
yes
no :(
Does anyone have a good black and white theme?
like just white glyphs? on black wallpaper or with a black mask
Like this kind of style
ooo
i just got designer bac
wow
me not
still underground
and undercover
i backup my phone
restore rootfs and restore system and replace battery
backuped themes folder 120k files lmao
luckily sftp exists
guys pls check #setup-battle
wrong page man
bro i cba to scroll through it
thank u
now you understand 😂
i wont
the last setup battle was so amateur
also if i wanna see trash setups i lookup here or reddit

also also i just can good
@pallid heron
i restored rootFS and reset the whole thing. got a new phone in a few minutes
a new ip8 xD
cool


wow
thats a glow wtf
true
nice
love it
i just blurred and put vivid look
did you paint that shine on the wall=
then blurred again and put vivid look again
?
its just a screenshot
that i blurred
lol
youtube doesnt shine
ah okay
youtube does shine
its just red is kinda weird
ah okay ic
xDDD
the wall is from nfy
lol
its just blurred
like a lot
true
paras the blur
Paras4Blur
true
i got a warn yesterday
so it would be a bit impossible now
to get mod

whyyy
you get warned
i just crashed
naaw
mobile discords
you did the picture again
bad paras

idk why im not affected
affected?

on this picture
i just dont crash
no it was yesterday
i dont wanna get warned again bro

xD
restored - jailbroken
noiice
c
now restore the backup over sftp
this time i even thought about the sileo.sources
😛
best planned restore i had... usually i forget at least one thing to backup
but again
even after a full erase restore and a rootFS restore
tweak settings still present
iTunes/iCloud backups include /var which is where tweak preferences are
if that's the only thing you want to delete, use iCleaner Pro to delete them
thanks @pallid heron
i was wondering but now i know its because i restored icloud
Is there any cool one page widgets you guys can recommend me?
[[Xeve]]
I was also a fan of this one: [[ModuleHome]]
my brain is very tiny
idk ^^
Not iOS but I've been working on a script to change the colorscheme for my Linux desktop... pretty good? All I have left is to do the color schemes for firefox and possibly discord.
good
👌
Hello
Yea
Why
Why not
Why
GET OUT OF MY HEAD GET OUT OF MY HEAD GET OUT OF MY HEAD GET OUT OF MY HEAD
Why are you shitting reactions everywhere
Turns out Widgy is pretty fucking nice
that widget is pog
i love the color scheme
yw c:
🤣
Does the top left widget actually work
uh after restoring i just recognized i got the stock emojis
yikes
i dont know.. people are using ios14 and pretend that its cool but they got no badges and shitty shortcut delays
🙂
I use dotto on my app library for my notifs, since I really dont like them on my HS anyway
And I have no shortcut delays at all
did you jb?
I did, but its not the jb that does it
how
I literally ONLY use my jb to hide app labels
IconBoard handles it
Or there is a shortcut you can use 😛
It creates icons for you 😛
@coarse scarab why you dont use that
this is bullying
That image was posted without any jailbreak 😛
7 actually 😄
i do
what why you dont just jb and use snowboard ^^^
i mean its A10
im confused af now lmao
the icon theme i use doesn't apply via snowboard and i cba to make it 😛
i enjoy the fact that I can theme the homescreen a bit without the jailbreak
ah lowl
and if all I need is to remove labels to make that look clean af, i will 😄
now i get it lol 😂
you can hide app labels without a JB too, just not widget labels
and i do
its strange these days
ngl widgy is hella nice to use; its a lot like KLWP for android
well that's a matter of opinion
Scriptable may be able to do more with widgets, I haven't used Widgy
Scriptable can definitely do more
facts
btw it's nice that someone made an app for it too but I'm still improving Icon Themer, in the latest version the profiles are now signed 
(it just looks nice and one less click to install)
i wonder what im doing once a proper jb is out.
hows server load?
🙂
honestly probably not bad
it's handling it fine, just got a cronjob to delete profiles older than 24h every hour
that works too 😛
it's generating 30k-40k profiles every day, people are using it a lot
yeah
takes up around 50 GB
running on one server?
or do you balance
one server but it's a Hetzner dedicated server with pretty good specs
i would honestly delete profiles after about 5 minutes
specs? yeah mine is from hetzner too
I probably could tbh but I have enough disk space atm with 24h auto delete
until it gets bigger 😛
I mean it already blew up when I released it a while ago with local profile generation
doesn't seem like it would blow up significantly more but we'll see
the OS runs on a 240GB SSD and I got 2x4 TB HDD for extra storage
yup nice
i doubt all of your users are updated tho
well every time you run the shortcut the update notification is in your face so
you can skip it but it will pop up again every time
just host family stuff on it - like cloud and mail and sync services. a MC server for my son ^^
I have no stats on current users on previous versions but I can see how many got the initial update that uses my server and how many on the newer bugfix updates
but nice that it can handle the load
bruh plistutil can't parse signed profiles
really? thats fucked lmao
I'll just convert future profiles to binary plist before signing, that should save some space
okay that didn't work lol
^^
can it not sign binary plists?
I use openssl smime for the signing
works fine with xml plist
but on conversion the signing gets lost?
or just doesnt convert
if I convert the unsigned plist that works but if I then sign it that says bad profile when installing
if I convert the signed plist it just errors out and doesn't convert
oh
oh
I may have to pass the -binary flag to openssl
yep that did the trick
pog
Thanks :)
Wait isn’t that just for music?
i think that one?
ah thanks
wait it keeps the original app colours
rip I’m looking for purely black and white
that one?
idk just use the bot
and then scroll through
im p sure theres one for u in there
this one i think
hmm
i just used glyphs in the past to do blackbwhite setups
compacticons are there in black and in white
stencil looks bad imo
dislike
weres your first widget
i wait
:>
I put it on hold while working on other projects, but I'm planning on coming back to it once I learn more about flex and javascript
yolo
javascript is easy to learn yo, just ask @pallid heron 😄
I don’t understand how themes like this are popular
to each their own
same
although i like the shading of the icons, but that theme is pretty much just another 3dworld/rtxOS knockoff in general

Hate it
Hate it all

it looks like a decorative cake

True
oh wait i thought for a moment you used a tweak to make the icons glow
lmao
good idea though
even though i won’t do it because i have 2 pages of the homescreen so it’s gonna confuse me
yea its not for 2 pages
that’s what i’m saying
you can also use a kinda darker wall to get more glow effect
wut theme is that
i feel like ive seen that somewhere before
Depths probably
oh alr, def not my style fs lmao
unc0ver?
nah chimera was retarded cuz my phone was like the surface of the sun level hot
shouldn't you like, harness the power then?
power your home from chimera
rather than being dependent to the government
Try chimera with airplane mode

yup
idk why
but the same widgets ping cpu all the time
on beta5
but not on beta4
true
Or is it
this dramatic pause seems a little bit long @cloud pebble
echoes and chroma are real nice icon pack
but
why the hell there are almost black icons
oh forgot rcrepo is offline




