Commit Graph

797 Commits

Author SHA1 Message Date
Gontzal Manuel Pujana Onaindia 29a1e15192
Translated using Weblate (Basque)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/eu/
2022-09-29 00:17:19 +02:00
Dmitriy Q 6ac60ec17c
Translated using Weblate (Russian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/ru/
2022-09-08 06:17:43 +02:00
calbasi 2f83647d74
Translated using Weblate (Catalan)
Currently translated at 60.3% (70 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/ca/
2022-08-08 23:25:26 +02:00
Danial Behzadi 71df387773
Translated using Weblate (Persian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/fa/
2022-07-07 12:18:56 +02:00
AHOHNMYC 6d66941058
Translated using Weblate (Russian)
Currently translated at 99.1% (115 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/ru/
2022-06-01 14:19:39 +02:00
Mohamed Omran 01f247328e
Translated using Weblate (Arabic)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/ar/
2022-05-24 19:15:11 +02:00
Mohamed Omran c04a2d2009
Translated using Weblate (Arabic)
Currently translated at 83.6% (97 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/ar/
2022-05-23 18:19:42 +02:00
Hosted Weblate 43ed01d3e4
Merge branch 'origin/master' into Weblate. 2022-04-17 18:06:45 +02:00
menom cdcf5d7918
Translated using Weblate (Slovak)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/sk/
2022-04-17 18:06:44 +02:00
Karl-Philipp Richter 292ad62729
Use HTTPS where users potentially open the URL in a browser (#475) 2022-04-01 09:23:36 -04:00
Pavel Borecki ed69ddde36
Translated using Weblate (Czech)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/cs/
2022-03-06 21:59:25 +01:00
Danial Behzadi 4b318e4895
Translated using Weblate (Persian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/fa/
2022-01-21 09:56:33 +01:00
albanobattistella 8483a3db87
Translated using Weblate (Italian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/it/
2022-01-16 13:55:20 +01:00
AO Localisation Lab 08dc41f352
Translated using Weblate (French)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/fr/
2022-01-11 16:55:08 +01:00
albanobattistella 7ef644e6a2
Translated using Weblate (Italian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/it/
2022-01-02 17:53:28 +01:00
Hosted Weblate 5489d952cf
Merge branch 'origin/master' into Weblate. 2021-11-26 02:51:35 +01:00
Gralias 846022b8e2
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/vi/
2021-11-26 02:51:33 +01:00
Ankit Raj Pandey ed60dd1970
Directly track running swayidle process (#470)
We actually don't need to use a separate variable to track the status of
the spawned swayidle process, since we can poll the status directly from
the process object. This increases robustness against e.g. a killed
swayidle process, which would cause safeeyes to be permanently disabled
until a restart.
2021-11-16 08:52:12 -05:00
Itrych 2e7df5c880
Translated using Weblate (Russian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/ru/
2021-11-03 15:15:27 +01:00
Hosted Weblate b673752f8b
Merge branch 'origin/master' into Weblate. 2021-10-10 07:05:36 +02:00
Frank.wu b70241ddda
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/zh_Hans/
2021-10-10 07:05:35 +02:00
Ankit Raj Pandey ad041c7855
Add smartpause support for swaywm (#464)
If the current desktop environment is sway, the smartpause plugin will
spawn a swayidle process that outputs the current time on idle and
resume. Using that info, we can determine:

1. Whether the system is currently idle (idle timestamp > active timestamp)
2. How many seconds the system has been idle (current timestamp - idle timestamp)

Since swayidle uses the KDE idle protocol, it might be possible to
extend this to Wayland KDE as well.
2021-09-29 07:53:08 -04:00
mullerdavid c784000e69
Fix broken tray icon on Debian 11 (#461)
* Tryicon plugin Ayatana library fallback

* Updating debian dependencies

* Updated readme, adding Ayataha Appindicator
2021-09-21 08:20:23 -04:00
Luna Jernberg a257c0993d
Translated using Weblate (Swedish)
Currently translated at 99.1% (115 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/sv/
2021-08-18 02:37:20 +02:00
Tymofii Lytvynenko c61da87600
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/uk/
2021-08-18 02:37:19 +02:00
Tymofii Lytvynenko 583471c9a0
Translated using Weblate (Ukrainian)
Currently translated at 97.4% (113 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/uk/
2021-08-16 00:33:21 +02:00
Yogesh 541f39fdc0
Translated using Weblate (Kannada)
Currently translated at 16.3% (19 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/kn/
2021-07-30 19:35:18 +02:00
Allan Nordhøy 858e8288df
Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.5% (112 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/nb_NO/
2021-07-30 19:35:18 +02:00
J. Lavoie 330e343a04
Translated using Weblate (English (United States))
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/en_US/
2021-07-04 09:32:41 +02:00
Yaron Shahrabani f26fb07ffc
Translated using Weblate (Hebrew)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/he/
2021-05-23 11:32:10 +02:00
Hosted Weblate 54eab4eba0
Merge branch 'origin/master' into Weblate. 2021-05-21 17:32:51 +02:00
Jorge Maldonado Ventura e65426ece4
Translated using Weblate (Esperanto)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/eo/
2021-05-21 17:32:49 +02:00
Porrumentzio 90458a8ce4
Add parameters on Basque translation (#447)
fixes #441
2021-05-17 07:22:32 -04:00
Gobinath 736f15e907 Release v2.1.3 2021-04-19 21:32:50 -04:00
Cyrinux 6e07de7c22
donotdisturb: Add wayland fullscreen detection (#427)
* [wayland] detect fullscreen with wlrctl

Will work with the next sway release or current master branch.

* Add dependency_checker
2021-04-18 15:47:53 -04:00
José Vieira f1cf3c01b7
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/pt_BR/
2021-04-18 12:26:52 +02:00
José Vieira 2959a2acac
Translated using Weblate (Portuguese)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/pt/
2021-04-18 12:26:50 +02:00
Gobinath fbff54462c Add Portuguese (Brazil) language 2021-04-15 20:27:15 -04:00
Porrumentzio 8b820a855a
Translated using Weblate (Basque)
Currently translated at 99.1% (115 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/eu/
2021-04-15 14:26:51 +02:00
Porrumentzio 0b66e17648
Translated using Weblate (Basque)
Currently translated at 21.5% (25 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/eu/
2021-04-04 19:26:46 +02:00
Gobinath 4b72a024cc Add Basque language support 2021-03-31 17:39:01 -04:00
Adolfo Jayme Barrientos 9b3e7b247d
Translated using Weblate (Spanish)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/es/
2021-03-25 09:29:35 +01:00
jan madsen 7e53d7d68b
Translated using Weblate (Danish)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/da/
2021-03-16 21:02:57 +01:00
Dmitriy Q 727968d56d
Translated using Weblate (Russian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/ru/
2021-03-11 13:02:49 +01:00
Eric d866130058
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/zh_Hans/
2021-03-07 10:50:30 +01:00
J. Lavoie 28160343f8
Translated using Weblate (German)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/de/
2021-03-07 10:50:30 +01:00
Lee Yunseok 79765dd310
Translated using Weblate (Korean)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/ko/
2021-02-24 08:50:28 +01:00
ssantos a289786992
Translated using Weblate (Portuguese)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/pt/
2021-02-24 08:50:28 +01:00
bortox 075737926a
Translated using Weblate (Italian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/it/
2021-02-24 08:50:28 +01:00
Hosted Weblate a69d67456c
Merge branch 'origin/master' into Weblate. 2021-02-18 01:50:28 +01:00
Reza Almanda e31301c80d
Translated using Weblate (Indonesian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/id/
2021-02-18 01:50:25 +01:00
Kristjan Räts 89e46ec3ee
Translated using Weblate (Estonian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/et/
2021-02-18 01:50:24 +01:00
Gobinath bd4be002e1 Fix error if there are no long breaks 2021-02-17 09:57:41 -05:00
Hosted Weblate d62d44553c
Merge branch 'origin/master' into Weblate. 2021-02-15 01:50:31 +01:00
Reza Almanda 09f4bfbef4
Translated using Weblate (Indonesian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/id/
2021-02-15 01:50:29 +01:00
Gobinath 8f58871b72 Release v2.1.2 2021-02-13 18:43:46 -05:00
Hosted Weblate 25222dbc59
Merge branch 'origin/master' into Weblate. 2021-02-12 18:50:28 +01:00
albanobattistella 08245a4753
Translated using Weblate (Italian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/it/
2021-02-12 18:50:26 +01:00
Gobinath 93d72cec72 Fix replacing breaks with config version upgrade 2021-02-11 08:56:19 -05:00
Jorge Maldonado Ventura 8ad67f88f8
Translated using Weblate (Esperanto)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/eo/
2021-02-10 16:50:28 +01:00
Moo f1d9462a5b
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/lt/
2021-02-10 16:50:28 +01:00
Allan Nordhøy 6e051d8843
Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.5% (112 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/nb_NO/
2021-02-10 16:50:28 +01:00
Oğuz Ersen 87c0492270
Translated using Weblate (Turkish)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/tr/
2021-02-10 16:50:27 +01:00
Heimen Stoffels 3aca329b74
Translated using Weblate (Dutch)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/nl/
2021-02-10 16:50:27 +01:00
AO Localisation Lab 6eda942abd
Translated using Weblate (French)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/fr/
2021-02-10 16:50:27 +01:00
Jorge Maldonado Ventura a0dc12546e
Translated using Weblate (Spanish)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/es/
2021-02-10 16:50:27 +01:00
Gobinath 2eaa4f812a Update po files with Show breaks in random order 2021-02-08 14:33:41 -05:00
ACactUs f9665b03ae
Add random order of breaks (#418)
* Added glade switch

* Added random order setting, reimplemented queue

* new_cycle fix

* build queue randomly

* Glade. Moved switch up

* added .pot translation

* trigger new_cycle each long break interval

* fix long break time

* shuffle queue when all breaks taken
2021-02-08 11:54:56 -05:00
Gobinath e71a10bf53 Fix description translation 2021-02-08 11:24:19 -05:00
Gobinath c1de214ef1 Fix postponement duration 2021-02-08 11:19:01 -05:00
Kristjan Räts 509e214ce8
Translated using Weblate (Estonian)
Currently translated at 100.0% (115 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/et/
2021-02-08 11:50:25 +01:00
Lee Yunseok f7b9259495
Translated using Weblate (Korean)
Currently translated at 100.0% (115 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/ko/
2021-01-31 15:41:59 +01:00
Moo adb7f34cce
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (115 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/lt/
2021-01-31 15:41:59 +01:00
Hosted Weblate 147f4aaeb1
Merge branch 'origin/master' into Weblate. 2021-01-27 10:32:16 +01:00
Dmitriy Q a981f15003
Translated using Weblate (Ukrainian)
Currently translated at 98.2% (113 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/uk/
2021-01-27 10:32:13 +01:00
Dmitriy Q e7cc545433
Translated using Weblate (Russian)
Currently translated at 100.0% (115 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/ru/
2021-01-27 10:32:13 +01:00
freddii 7d582c2720
Fix typos in comments (#419) 2021-01-26 22:55:59 -05:00
michaelskyf 53a66a9aa1
Add window title for break screen (#413)
* Add support for DWM's rules
2021-01-18 08:10:18 -05:00
AO Localisation Lab 1ed5f05f25
Translated using Weblate (French)
Currently translated at 100.0% (115 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/fr/
2021-01-12 15:32:06 +01:00
Gobinath 229c432afb Add Serbian translation 2021-01-10 21:48:04 -05:00
Gobinath 6ae4c95315 Refactor the stats reset interval label 2021-01-10 21:43:36 -05:00
Gobinath e90d71f9db Create startup entry only at the first time or if Safe Eyes is reset 2021-01-10 21:39:39 -05:00
Gobinath a69debf8ff Fix next break being postponed forever 2021-01-10 21:32:46 -05:00
Allan Nordhøy 5b02f0e3d8
Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.5% (111 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/nb_NO/
2021-01-10 08:32:05 +01:00
Hosted Weblate 38f6d9881d
Merge branch 'origin/master' into Weblate. 2021-01-06 14:14:37 +01:00
麋悟BigELK176 eb5ff36d7e
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (115 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/zh_Hant/
2021-01-06 14:14:35 +01:00
AO Localisation Lab 086e6e2182
Translated using Weblate (French)
Currently translated at 100.0% (115 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/fr/
2021-01-06 14:14:35 +01:00
Gobinath a51ff8bff0
Fix icons and desktop file installation (#408) 2020-12-31 08:34:27 -05:00
Gobinath 41464e4ebc Release v2.1.1 2020-12-25 19:28:38 -05:00
Gobinath 12b2b0b2a4 Create desktop entries from the code 2020-12-25 19:22:57 -05:00
Eric 0600b347bc
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (115 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/zh_Hans/
2020-12-25 18:09:04 +01:00
Jorge Maldonado Ventura e4cde050e9
Translated using Weblate (Esperanto)
Currently translated at 100.0% (115 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/eo/
2020-12-24 14:29:18 +01:00
Jorge Maldonado Ventura ce63892f75
Translated using Weblate (Spanish)
Currently translated at 100.0% (115 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/es/
2020-12-24 14:29:17 +01:00
Yogesh d7df23ee13
Translated using Weblate (Kannada)
Currently translated at 6.0% (7 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/kn/
2020-12-23 12:29:12 +01:00
jan madsen 3c4c4f7b26
Translated using Weblate (Danish)
Currently translated at 98.2% (113 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/da/
2020-12-23 12:29:12 +01:00
Muhammad Hegab b7bcf72e5d
Translated using Weblate (Arabic)
Currently translated at 76.5% (88 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/ar/
2020-12-23 12:29:12 +01:00
Oğuz Ersen 389323f7f2
Translated using Weblate (Turkish)
Currently translated at 100.0% (115 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/tr/
2020-12-23 12:29:12 +01:00
Heimen Stoffels 8968619c22
Translated using Weblate (Dutch)
Currently translated at 100.0% (115 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/nl/
2020-12-23 12:29:11 +01:00
AO Localisation Lab e4b675fbf1
Translated using Weblate (French)
Currently translated at 99.1% (114 of 115 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/fr/
2020-12-23 12:29:11 +01:00
Gobinath f1fbbbbc88 Add debug logs to Health Stats plugin 2020-12-20 10:06:34 -05:00