Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Nemo import in Kitt; update README for fonts #15

Merged
merged 4 commits into from May 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -11,6 +11,7 @@ of AsteroidOS, it can eventually be merged into the default set of asteroid-laun
`cd unofficial-watchfaces/`
- Connect your AsteroidOS Watch, configured to Settings -> USB -> Developer Mode.
- Start `./deploy.sh` and select a single watchface with its given number or copy all available watchfaces at once with option 1.
- You may need to [restart the session or watch](https://asteroidos.org/wiki/useful-commands/#restart) if for example new fonts were installed along with the new watchfaces.


### Following great community contributions are available ###
Expand Down
2 changes: 1 addition & 1 deletion kitt/usr/share/asteroid-launcher/watchfaces/kitt.qml
Expand Up @@ -17,7 +17,7 @@ import QtQuick 2.1
import org.freedesktop.contextkit 1.0
import org.asteroid.controls 1.0
import org.asteroid.utils 1.0
import org.nemomobile.ngf 1.0
import Nemo.Ngf 1.0

Item {
id: watchFace
Expand Down