maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   Asteroid OS Watchface frenzy (https://talk.maemo.org/showthread.php?t=100185)

mosen 2018-03-04 14:54

Re: Asteroid OS Watchface frenzy
 
3 Attachment(s)
Not quite exactly what @saba requested, but here are the recreations of the Jolla watchfaces from their mwc2017 presentation.
Before i push them to my repo i am going to ask James how to properly credit jolla since they are almost exact copies from their work. Also it would be nice to get permission to distribute the wallpaper with the watchface. Lets see :)

Here the originals:
https://cdn-blog.jolla.com/wp-conten...12/watches.png

And my recreations/copies:

karlos devel 2018-03-08 18:22

Re: Asteroid OS Watchface frenzy
 
Hello @mosen, I just asking why the last nightly build of asteroid still not come with your nice watchfaces? :mad:

mosen 2018-03-08 21:33

Re: Asteroid OS Watchface frenzy
 
5 Attachment(s)
Quote:

Originally Posted by karlos devel (Post 1542169)
Hello @mosen, I just asking why the last nightly build of asteroid still not come with your nice watchfaces? :mad:

haha, thanks for the flowers.
I think that will not happen too soon because kido got more important decisions to make atm.
They (dev-team) made some general design decisions regarding the whole ui last year and i do not even know if that decision process is already finished.
Currently, the stock watchfaces are all really simplistic and i can see why mine break the currently intended guidelines quite a bit.
I have 5 more in the works which are all intended to be more straight forward and reworked all of the earlier ones for better readability.
So, yes, it would be great honor if the dev team decides to put some of them into v1.0 release or even nightlys but i am also fine with sideloading them.

I made this script to deploy the watchfaces. just place it in the unofficial-watchface folder after pulling from github.
It will selectively copy the watchfaces, fonts and wallpapers to a connected watch.
Also attached, my personal favourite watchfaces of the unreleased batch, planned for next week after some weekend coding.
And i got a photographer friend to send me some background images he is willing to release under gpl v2.1.

Code:

#!/bin/bash

PS3='Deploy watchface #) or quit with any other key) '

unset options i
while IFS= read -r -d $'\0' f; do
  options[i++]="$f"
done < <(find */ -maxdepth 0 -type d -print0 )

select opt in "${options[@]}"

do
        if [ -e $opt/usr/share/asteroid-launcher/watchfaces/ ]
      then
            scp $opt/usr/share/asteroid-launcher/watchfaces/* root@192.168.2.15:/usr/share/asteroid-launcher/watchfaces/
          else
                  break
      fi

        if [ -e $opt/usr/share/asteroid-launcher/wallpapers/ ]
      then
        scp $opt/usr/share/asteroid-launcher/wallpapers/* root@192.168.2.15:/usr/share/asteroid-launcher/wallpapers/
      fi

        if [ -e $opt/usr/share/fonts/ ]
      then
        scp $opt/usr/share/fonts/* root@192.168.2.15:/usr/share/fonts/
      fi

done


mosen 2018-03-12 00:21

Re: Asteroid OS Watchface frenzy
 
as we learned from history, it is not advised to wait for Jolla longer than absolutely necessary. So i split my next release and do my original watchfaces and hold the Jolla Copies back for when my email request for proper crediting has passed all Jolla mills.

Here are all changes and additions from last release, enjoy!

+(If you click here, a wild gif-cluster appears. You are warned)

https://github.com/eLtMosen/unoffici...ana-analog.jpghttps://github.com/eLtMosen/unoffici...og-classic.jpghttps://github.com/eLtMosen/unoffici...og-railway.jpghttps://github.com/eLtMosen/unoffici...alog-rings.jpghttps://github.com/eLtMosen/unoffici...ry-digital.jpghttps://github.com/eLtMosen/unoffici...r-bebas-v2.jpghttps://github.com/eLtMosen/unoffici...ital-rings.jpghttps://github.com/eLtMosen/unoffici.../humongous.jpghttps://github.com/eLtMosen/unoffici...ed-spartan.jpghttps://github.com/eLtMosen/unoffici...nal-quotes.jpghttps://github.com/eLtMosen/unoffici...y-round-v2.jpg

karlos devel 2018-03-12 01:07

Re: Asteroid OS Watchface frenzy
 
Wow \0/
@mosen you are Awesome to make watchfaces. I will like see a watchface on Big-Pixel-Simulated.

mosen 2018-03-12 01:55

Re: Asteroid OS Watchface frenzy
 
Nice to see you appreciate them!
Only two more watchfaces i come up with else i am relying on your ideas :)
One will be a trollish (as kido called it) copy of the original pulp fiction watch, which is really hard technically for the complicated clock arms.
Th other one is a readability optimize "tactical" analog watch with neon clock arms.

I searched around and could not find matches for "Big-Pixel-Simulated", so i don't quite understand.
Do you mean like "Low Bit / 8 Bit Pixel Arts" or "Low Poly"?

karlos devel 2018-03-16 04:59

Re: Asteroid OS Watchface frenzy
 
1 Attachment(s)
Something like this... ;)
Using nice colors: Cyan,Magent,Amber,Violet,Cerulean as example will look beautiful
Asteroid logo is on big Pixel too.

mosen 2018-03-17 00:03

Re: Asteroid OS Watchface frenzy
 
5 Attachment(s)
here you are ;)

It was a bit challenging to adapt the black background theme to AsteroidOS wallpaper ux and i am not perfectly happy with the bars.
Maybe i will stroke them with a gradient so they fade to zero opacity on the left and right edges.
Also the colors might get some optimization, maybe you have suggestions like date = magenta, or alike :)

karlos devel 2018-03-17 01:41

Re: Asteroid OS Watchface frenzy
 
\0/ @mosen you are the best on it really.
I want to give Redbull & Pizza's for you nice work.

karlos devel 2018-03-17 01:59

Re: Asteroid OS Watchface frenzy
 
Yeap the bars lines not look very well. a solid black background will highlight the colors of the clock.This will look ok with "black-background with cyan/or amber"


All times are GMT. The time now is 14:26.

vBulletin® Version 3.8.8