Skip to content

Commit

Permalink
Mystery bg
Browse files Browse the repository at this point in the history
  • Loading branch information
rbtylee committed Jan 31, 2021
1 parent e9d9d76 commit fbd55db
Show file tree
Hide file tree
Showing 9 changed files with 84 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mystery/bodhi-background-mystery/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Package: bodhi-background-mystery
Version: 0.01
Section: x11
Priority: optional
Architecture: all
Maintainer: Robert Wiley <[email protected]>
Description: Bodhi Mystery
Black background from the old Mystery Bodhi e17 theme.
.
Originally by Agustin J Verdegal T.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: bodhi-background-mystery
Source: https://github.com/BodhiDev/bodhi-backgrounds

Files: *
Copyright: 2012 Agustin J Verdegal T. <[email protected]>
2021 Bodhi Linux <[email protected]>
License: CC-BY-SA-2.5
This is a human-readable summary of (and not a substitute for) the license.
.
You are free to:
Share — copy and redistribute the material in any medium or format
Adapt — remix, transform, and build upon the material for any purpose,
even commercially.
.
This license is acceptable for Free Cultural Works.
The licensor cannot revoke these freedoms as long as you follow the
license terms.
.
Under the following terms:
Attribution — You must give appropriate credit, provide a link to the license,
and indicate if changes were made. You may do so in any reasonable manner,
but not in any way that suggests the licensor endorses you or your use.
.
ShareAlike — If you remix, transform, or build upon the material, you must
distribute your contributions under the same license as the original.
.
No additional restrictions — You may not apply legal terms or technological
measures that legally restrict others from doing anything the license permits.
.
Notices:
You do not have to comply with the license for elements of the material in
the public domain or where your use is permitted by an applicable exception
or limitation.
No warranties are given. The license may not give you all of the permissions
necessary for your intended use. For example, other rights such as publicity,
privacy, or moral rights may limit how you use the material.
.
For the full text see https://creativecommons.org/licenses/by-sa/2.5/legalcode


Files: debian/*
Copyright: 2021 Robert Wiley <[email protected]>
License: GPL-3.0+

License: GPL-3.0+
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
.
This package is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General Public License version
3 can be found in "/usr/share/common-licenses/GPL-3".
Binary file not shown.
Binary file added mystery/mystery/Bodhi-Mystery.edj
Binary file not shown.
2 changes: 2 additions & 0 deletions mystery/mystery/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
edje_cc $@ -id . -fd . mystery.edc -o Bodhi-Mystery.edj
12 changes: 12 additions & 0 deletions mystery/mystery/mystery.edc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
images { image: "mystery.png" LOSSY 90; }
collections {
group { name: "e/desktop/background";
data { item: "style" "4"; }
data.item: "noanimation" "1";
max: 1680 1050;
parts {
part { name: "bg"; mouse_events: 0;
description { state: "default" 0.0;
aspect: 1.600000000 1.600000000; aspect_preference: NONE;
image { normal: "mystery.png"; scale_hint: STATIC; }
} } } } }
Binary file added mystery/mystery/mystery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/mystery.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fbd55db

Please sign in to comment.