-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* UI and houston * New icons and better UI * Update README
- Loading branch information
1 parent
171a7f4
commit 144b3a8
Showing
15 changed files
with
7,958 additions
and
35 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,2 @@ | ||
build/ | ||
*~ |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright (c) 2016 Felipe Escoto (https://github.com/Philip-Scott/wallpaperize) --> | ||
<component type="desktop"> | ||
<id>com.github.philip-scott.wallpaperize.desktop</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-3.0+</project_license> | ||
<name>Wallpaperize</name> | ||
<summary>Beautify your oddly-sized wallpapers</summary> | ||
<description> | ||
<p> | ||
Turn your oddly sized wallpapers into a piece of beauty. Simply right click on your picture's file, and select "Wallpaperize" from the drop down menu, or open the app and drag-and-drop the images you wish yo wallpaperize | ||
</p> | ||
</description> | ||
<provides> | ||
<binary>com.github.philip-scott.wallpaperize</binary> | ||
</provides> | ||
<releases> | ||
</releases> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/Philip-Scott/wallpaperize/master/Screenshot.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<developer_name>Felipe Escoto</developer_name> | ||
<url type="homepage">https://github.com/Philip-Scott</url> | ||
<url type="bugtracker">https://github.com/Philip-Scott/wallpaperize/issues</url> | ||
<url type="help">https://github.com/Philip-Scott/wallpaperize/issues</url> | ||
<update_contact>[email protected]</update_contact> | ||
<custom> | ||
<value key="x-appcenter-color-primary">#FFE8B9</value> | ||
<value key="x-appcenter-color-primary-text">#333333</value> | ||
</custom> | ||
</component> |
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
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,14 @@ | ||
[Desktop Entry] | ||
Name=Wallpaperize | ||
Comment=Beautify your oddly-sized wallpapers | ||
Exec=com.github.philip-scott.wallpaperize %u | ||
Icon=com.github.philip-scott.wallpaperize | ||
Terminal=false | ||
Type=Application | ||
StartupNotify=true | ||
Categories=Graphics; | ||
Actions=AboutDialog; | ||
|
||
[Desktop Action AboutDialog] | ||
Exec=com.github.philip-scott.wallpaperize --about | ||
Name=About Wallpaperize |
Oops, something went wrong.