-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.1.0: Refreshed icon and brand colors (#23)
* Update icon and brand colors * Export icons * Add credit for icons * Lint
- Loading branch information
1 parent
43f8037
commit 5f2c854
Showing
10 changed files
with
1,889 additions
and
1,851 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "." | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.