Skip to content

Commit

Permalink
1.1.0: Refreshed icon and brand colors (#23)
Browse files Browse the repository at this point in the history
* Update icon and brand colors

* Export icons

* Add credit for icons

* Lint
  • Loading branch information
cassidyjames authored Mar 2, 2024
1 parent 43f8037 commit 5f2c854
Show file tree
Hide file tree
Showing 10 changed files with 1,889 additions and 1,851 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
indent_style = space
indent_size = 2
insert_final_newline = true

[*.vala]
indent_size = 4

16 changes: 14 additions & 2 deletions butler.doap
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<description xml:lang="en">Hybrid native + web app for Home Assistant. Butler wraps your Home Assistant dashboard up in a native UI, integrating better with your OS.</description>
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />

<homepage rdf:resource="https://cassidyjames.com/" />
<download-page rdf:resource="https://flathub.org/apps/details/com.cassidyjames.butler" />
<homepage rdf:resource="https://cassidyjames.com/apps" />
<download-page rdf:resource="https://flathub.org/apps/com.cassidyjames.butler" />
<bug-database rdf:resource="https://github.com/cassidyjames/butler/issues" />

<programming-language>Vala</programming-language>
Expand All @@ -22,6 +22,18 @@
<foaf:name>Cassidy James Blaede</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>cassidyjames</gnome:userid>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://gitlab.gnome.org"/>
<foaf:accountName>cassidyjames</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com"/>
<foaf:accountName>cassidyjames</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</maintainer>
</Project>
49 changes: 25 additions & 24 deletions com.cassidyjames.butler.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"app-id" : "com.cassidyjames.butler",
"runtime" : "org.gnome.Platform",
"runtime-version" : "45",
"sdk" : "org.gnome.Sdk",
"command" : "com.cassidyjames.butler",
"finish-args" : [
"--socket=wayland",
"--socket=fallback-x11",
"--share=ipc",
"--share=network",
"--device=dri"
],
"modules" : [
"app-id": "com.cassidyjames.butler",
"runtime": "org.gnome.Platform",
"runtime-version": "45",
"sdk": "org.gnome.Sdk",
"command": "com.cassidyjames.butler",
"finish-args": [
"--socket=wayland",
"--socket=fallback-x11",
"--share=ipc",
"--share=network",
"--device=dri"
],
"modules": [
{
"name": "butler",
"buildsystem": "meson",
"run-tests": true,
"sources": [
{
"name" : "butler",
"buildsystem" : "meson",
"run-tests": true,
"sources" : [
{
"type" : "dir",
"path" : "."
}
]
"type": "dir",
"path": "."
}
]
}
]
}
]
}

250 changes: 96 additions & 154 deletions data/icons/app.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5f2c854

Please sign in to comment.