Anonymous
10/28/2025, 3:05:58 PM
No.2267043
>>2267040
Mine's also the V5. It's KLWP + Octopi launcher. Honor phones seem to be a bit iffy with custom launchers + you lose out on the better recent apps grid when unfolded, but the default launcher is limited for the options I want.
In KLWP you will need to make two overlap groups (or more if you plan to use your homescreen in landscape)- one for the outer display and one for the inner display.
You will then need to make a text global variable (mine is called "Folded") with the following:
$if(si(swidth)=852|922, Unfolded, Folded)$
You will then go back to each overlap group and change the layer visibility to a formula e.g. for displaying my outer screen wallpaper:
$if(gv(folded)=Folded,Always,Never)$
And then you would do the opposite for your inner screen wallpaper. This basically just controls which wallpaper is displayed based on whether the phone is folded or not.
Mine's also the V5. It's KLWP + Octopi launcher. Honor phones seem to be a bit iffy with custom launchers + you lose out on the better recent apps grid when unfolded, but the default launcher is limited for the options I want.
In KLWP you will need to make two overlap groups (or more if you plan to use your homescreen in landscape)- one for the outer display and one for the inner display.
You will then need to make a text global variable (mine is called "Folded") with the following:
$if(si(swidth)=852|922, Unfolded, Folded)$
You will then go back to each overlap group and change the layer visibility to a formula e.g. for displaying my outer screen wallpaper:
$if(gv(folded)=Folded,Always,Never)$
And then you would do the opposite for your inner screen wallpaper. This basically just controls which wallpaper is displayed based on whether the phone is folded or not.