Cool, I played with the intensity so it didn't wash out the icon
Best posts made by mateo_salta
-
RE: Send Some: File Manager Icon Set Love
-
RE: Send Some: File Manager Icon Set Love
I rather like the filemanager, but would like to see it move away from the old humanity icon set, and even the orange folder theme. I like the more modern style that sam hewitt https://snwh.org/suru has made, although for the purposes of ubuntu touch we could modify the color away from orange.
-
RE: Oneplus 3/3T
Hi - some of the apps compiled to get you going
install uttweak tool or openstore, will help you install the rest
-
RE: Arm64 apps and testing
oh awesome someone dropped a dekko2 test in the qa telegram group
-
RE: Arm64 apps and testing
If you want to build with qmake there is a working ci configuration for git lab, create a ".gitlab-ci.yml" file containing
build-arm64:
stage: build
image: clickable/ci-16.04-arm64
script:
- clickable clean build
artifacts:
paths:
- build/aarch64-linux-gnu/app/*.click
expire_in: 1 week