Skip to content

Commit a9b9d9b

Browse files
Merge branch 'master' into adw_shrtcuts
2 parents 899b058 + a961c1f commit a9b9d9b

40 files changed

+768
-418
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ builddir/
33
.flatpak/
44
.flatpak-builder
55
_build/
6+
.flatplay/
67

78

89
#vscode

.transifex.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ If you want to support my work, you can donate me, [here you can find how](https
7676
## Related Projects
7777
- [Blankie](https://github.com/codybrom/blankie) - Native macOS app inspired by Blanket
7878
- [feeltheblow](https://feeltheblow.web.app/) - Web App inspired by Blanket
79-
- [Soothing Noise Player](https://f-droid.org/en/packages/ie.delilahsthings.soothingloop/) - Android app inspired by Blanket
79+
- [Soothing Noise Player](https://f-droid.org/en/packages/ie.delilahsthings.soothingloop/), [Napify](https://github.com/itsPronay/napify) - Android apps inspired by Blanket
8080
- [Blanket Web](https://apps.roanapur.de/blanket/) - Web clone of Blanket

blanket.spec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: blanket
2-
Version: 0.7.0
2+
Version: 0.8.0
33
Release: 1%{?dist}
44
Summary: White noise audio player
55

@@ -54,4 +54,3 @@ Improve focus and increase your productivity by listening to different sounds. O
5454
%{_datadir}/metainfo/com.rafaelmardojai.Blanket.metainfo.xml
5555

5656
%changelog
57-

blanket/define.py

Lines changed: 47 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -3,75 +3,74 @@
33

44
from gettext import gettext as _
55

6-
7-
RES_PATH = '/com/rafaelmardojai/Blanket'
6+
RES_PATH = "/com/rafaelmardojai/Blanket"
87

98
SOUNDS = [
109
{
11-
'name': _('Nature'),
12-
'sounds': [
13-
{'name': 'rain', 'title': _('Rain')},
14-
{'name': 'storm', 'title': _('Storm')},
15-
{'name': 'wind', 'title': _('Wind')},
16-
{'name': 'waves', 'title': _('Waves')},
17-
{'name': 'stream', 'title': _('Stream')},
18-
{'name': 'birds', 'title': _('Birds')},
19-
{'name': 'summer-night', 'title': _('Summer Night')},
10+
"name": _("Nature"),
11+
"sounds": [
12+
{"name": "rain", "title": _("Rain")},
13+
{"name": "storm", "title": _("Storm")},
14+
{"name": "wind", "title": _("Wind")},
15+
{"name": "waves", "title": _("Waves")},
16+
{"name": "stream", "title": _("Stream")},
17+
{"name": "birds", "title": _("Birds")},
18+
{"name": "summer-night", "title": _("Summer Night")},
2019
],
2120
},
2221
{
23-
'name': _('Travel'),
24-
'sounds': [
25-
{'name': 'train', 'title': _('Train')},
26-
{'name': 'boat', 'title': _('Boat')},
27-
{'name': 'city', 'title': _('City')},
22+
"name": _("Travel"),
23+
"sounds": [
24+
{"name": "train", "title": _("Train")},
25+
{"name": "boat", "title": _("Boat")},
26+
{"name": "city", "title": _("City")},
2827
],
2928
},
3029
{
31-
'name': _('Interiors'),
32-
'sounds': [
33-
{'name': 'coffee-shop', 'title': _('Coffee Shop')},
34-
{'name': 'fireplace', 'title': _('Fireplace')},
30+
"name": _("Interiors"),
31+
"sounds": [
32+
{"name": "coffee-shop", "title": _("Coffee Shop")},
33+
{"name": "fireplace", "title": _("Fireplace")},
3534
],
3635
},
3736
{
38-
'name': _('Noise'),
39-
'sounds': [
40-
{'name': 'pink-noise', 'title': _('Pink Noise')},
41-
{'name': 'white-noise', 'title': _('White Noise')},
37+
"name": _("Noise"),
38+
"sounds": [
39+
{"name": "pink-noise", "title": _("Pink Noise")},
40+
{"name": "white-noise", "title": _("White Noise")},
4241
],
4342
},
4443
]
4544

46-
AUTHORS = ['Rafael Mardojai CM']
45+
AUTHORS = ["Rafael Mardojai CM"]
4746

48-
ARTISTS = {'Jakub Steiner': [_('Sounds icons')], 'Rafael Mardojai CM': [_('App icon')]}
47+
ARTISTS = {"Jakub Steiner": [_("Sounds icons")], "Rafael Mardojai CM": [_("App icon")]}
4948

5049
SOUND_ARTISTS = {
51-
'alex36917': [_('Rain')],
52-
'Digifish music': [_('Storm')],
53-
'ezwa': [_('Fireplace')],
54-
'Falcet': [_('Boat')],
55-
'gezortenplotz': [_('City')],
56-
'gluckose': [_('Stream')],
57-
'Jorge Stolfi': [_('White Noise')],
58-
'kvgarlic': [_('Birds')],
59-
'Lisa Redfern': [_('Summer Night')],
60-
'Luftrum': [_('Waves')],
61-
'stephan': [_('Coffee Shop')],
62-
'Omegatron': [_('Pink Noise')],
63-
'felix.blume': [_('Wind')],
64-
'SDLx': [_('Train')],
50+
"alex36917": [_("Rain")],
51+
"Digifish music": [_("Storm")],
52+
"ezwa": [_("Fireplace")],
53+
"Falcet": [_("Boat")],
54+
"gezortenplotz": [_("City")],
55+
"gluckose": [_("Stream")],
56+
"Jorge Stolfi": [_("White Noise")],
57+
"kvgarlic": [_("Birds")],
58+
"Lisa Redfern": [_("Summer Night")],
59+
"Luftrum": [_("Waves")],
60+
"stephan": [_("Coffee Shop")],
61+
"Omegatron": [_("Pink Noise")],
62+
"felix.blume": [_("Wind")],
63+
"SDLx": [_("Train")],
6564
}
6665

6766
SOUND_EDITORS = {
68-
'Porrumentzio': [
69-
_('Birds'),
70-
_('Rain'),
71-
_('Storm'),
72-
_('Waves'),
73-
_('Boat'),
74-
_('City'),
75-
_('Wind'),
67+
"Porrumentzio": [
68+
_("Birds"),
69+
_("Rain"),
70+
_("Storm"),
71+
_("Waves"),
72+
_("Boat"),
73+
_("City"),
74+
_("Wind"),
7675
]
7776
}

0 commit comments

Comments
 (0)