Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A clear and concise description of what you expected to happen.
- Desktop Env [e.g. Gnome, KDE]
- Version [e.g. 2.0.3]

**Flatpak issues**: If you experience any issue with flatpak, first please ensure that the bug is present in the [native package](https://github.com/slgobinath/SafeEyes?tab=readme-ov-file#installation-guide), and it is not a flatpak-only bug. Flatpak-only bugs should be reported at https://github.com/flathub/io.github.slgobinath.SafeEyes. (**Please erase this paragraph before creating the bug report**)
**Flatpak issues**: If you experience any issue with flatpak, first please ensure that the bug is present in the [native package](https://github.com/slgobinath/safeeyes?tab=readme-ov-file#installation-guide), and it is not a flatpak-only bug. Flatpak-only bugs should be reported at https://github.com/flathub/io.github.slgobinath.SafeEyes. (**Please erase this paragraph before creating the bug report**)

**Debug Log**
Run the Safe Eyes using `safeeyes --debug` command attach the ~/safeeyes.log` file.
Expand Down
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: SafeEyes
Upstream-Contact: Gobinath Loganathan <[email protected]>
Source: https://slgobinath.github.io/SafeEyes/
Source: https://slgobinath.github.io/safeeyes/

Files: *
Copyright: 2016-2024, Gobinath Loganathan <[email protected]>
Expand Down
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<img src="https://raw.githubusercontent.com/slgobinath/SafeEyes/master/safeeyes/platform/icons/hicolor/64x64/apps/io.github.slgobinath.SafeEyes.png" align="left">
<img src="https://raw.githubusercontent.com/slgobinath/safeeyes/master/safeeyes/platform/icons/hicolor/64x64/apps/io.github.slgobinath.SafeEyes.png" align="left">

# Safe Eyes

[![Release](https://img.shields.io/github/v/release/slgobinath/SafeEyes)](https://github.com/slgobinath/SafeEyes/releases)
[![Release](https://img.shields.io/github/v/release/slgobinath/safeeyes)](https://github.com/slgobinath/safeeyes/releases)
[![PyPI version](https://badge.fury.io/py/safeeyes.svg)](https://badge.fury.io/py/safeeyes)
[![Debian](https://badges.debian.net/badges/debian/unstable/safeeyes/version.svg)](https://packages.debian.org/unstable/safeeyes)
[![AUR](https://img.shields.io/aur/version/safeeyes)](https://aur.archlinux.org/packages/safeeyes)
Expand All @@ -12,7 +12,7 @@

Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder.

Visit the official site: https://slgobinath.github.io/SafeEyes/ for more details.
Visit the official site: https://slgobinath.github.io/safeeyes/ for more details.

## Safe Eyes command-line arguments

Expand All @@ -29,11 +29,11 @@ Application Options:
-a, --about show the about dialog
-s, --settings show the settings dialog
-t, --take-break take a break now
-d, --disable disable the currently running safeeyes instance
-e, --enable enable the currently running safeeyes instance
-q, --quit quit the running safeeyes instance and exit
--status print the status of running safeeyes instance and exit
--debug start safeeyes in debug mode
-d, --disable disable the currently running Safe Eyes instance
-e, --enable enable the currently running Safe Eyes instance
-q, --quit quit the running Safe Eyes instance and exit
--status print the status of running Safe Eyes instance and exit
--debug start Safe Eyes in debug mode
--version show program's version number and exit
```

Expand Down Expand Up @@ -141,7 +141,7 @@ After installation, restart your system to update the icons,
**To run from source:**

```bash
git clone https://github.com/slgobinath/SafeEyes.git
git clone https://github.com/slgobinath/safeeyes.git
cd SafeEyes
python3 -m safeeyes
```
Expand Down Expand Up @@ -179,7 +179,7 @@ Some Linux systems like CentOS do not have matching dependencies available in th
python3 -m safeeyes
```

For more details, please check the issue: [#329](https://github.com/slgobinath/SafeEyes/issues/329)
For more details, please check the issue: [#329](https://github.com/slgobinath/safeeyes/issues/329)

This method has the same caveats about icons/window icons as running from source.

Expand Down Expand Up @@ -224,11 +224,11 @@ The available dependency groups can be found in the `pyproject.toml` file.
2. Run `python3 -m safeeyes` to make sure nothing is broken
3. Update the Safe Eyes version. Run `./update-version.sh "version.number.number" "New version with shiny new feature"`.
To manually change the version number, update the following places (Open the project in VSCode and search for the current version):
- [pyproject.toml](https://github.com/slgobinath/SafeEyes/blob/master/pyproject.toml#L4)
- [pyproject.toml](https://github.com/slgobinath/SafeEyes/blob/master/pyproject.toml#L35)
- [io.github.slgobinath.SafeEyes.metainfo.xml](https://github.com/slgobinath/SafeEyes/blob/master/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml#L56)
- [about_dialog.glade](https://github.com/slgobinath/SafeEyes/blob/master/safeeyes/glade/about_dialog.glade#L74)
4. Update the [changelog](https://github.com/slgobinath/SafeEyes/blob/master/debian/changelog) (for Ubuntu PPA release). *This is automated* if you use the `./update-version.sh` script mentioned above, but you may want to manually add more lines to describe what's new in this release.
- [pyproject.toml](https://github.com/slgobinath/safeeyes/blob/master/pyproject.toml#L4)
- [pyproject.toml](https://github.com/slgobinath/safeeyes/blob/master/pyproject.toml#L35)
- [io.github.slgobinath.SafeEyes.metainfo.xml](https://github.com/slgobinath/safeeyes/blob/master/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml#L56)
- [about_dialog.glade](https://github.com/slgobinath/safeeyes/blob/master/safeeyes/glade/about_dialog.glade#L74)
4. Update the [changelog](https://github.com/slgobinath/safeeyes/blob/master/debian/changelog) (for Ubuntu PPA release). *This is automated* if you use the `./update-version.sh` script mentioned above, but you may want to manually add more lines to describe what's new in this release.
5. Commit the changes to `master`
6. Create a pull-request from `master` to `release`
7. Merge the PR to release **with merge commit** (Important to merge with merge commit)
Expand All @@ -238,7 +238,7 @@ To manually change the version number, update the following places (Open the pro
First check if translations for your language are already available on [Weblate](https://hosted.weblate.org/engage/safe-eyes/), which is the cloud based translation platform we use.

- If the language is already there, feel free to add new translations or improve the existing ones.
- If it is not there, please [open an issue](https://github.com/slgobinath/SafeEyes/issues) in Github so that we can add your language to Weblate.
- If it is not there, please [open an issue](https://github.com/slgobinath/safeeyes/issues) in Github so that we can add your language to Weblate.

## License

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Gobinath Loganathan <[email protected]>
Build-Depends: debhelper (>= 10), dh-python, python3, python3-packaging, python3-setuptools
Standards-Version: 3.9.6
X-Python3-Version: >= 3.10
Homepage: https://github.com/slgobinath/SafeEyes/
Homepage: https://github.com/slgobinath/safeeyes/

Package: safeeyes
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: uget-chrome-wrapper
Source: https://github.com/slgobinath/SafeEyes/
Source: https://github.com/slgobinath/safeeyes/

Files: *
Copyright: 2016 Gobinath Loganathan <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies = [
requires-python = ">=3.10"

[project.urls]
Homepage = "https://github.com/slgobinath/SafeEyes"
Downloads = "https://github.com/slgobinath/SafeEyes/archive/v3.3.0.tar.gz"
Homepage = "https://github.com/slgobinath/safeeyes"
Downloads = "https://github.com/slgobinath/safeeyes/archive/v3.3.0.tar.gz"

[project.scripts]
safeeyes = "safeeyes.__main__:main"
Expand Down
20 changes: 10 additions & 10 deletions safeeyes/config/locale/ar/LC_MESSAGES/safeeyes.po
Original file line number Diff line number Diff line change
Expand Up @@ -60,32 +60,32 @@ msgid "show the about dialog"
msgstr "أظهر نافذة \"عن البرنامج\""

# Commandline arg description
msgid "disable the currently running safeeyes instance"
msgstr "عطّل برنامج safeeyes المشتغل حاليّا"
msgid "disable the currently running Safe Eyes instance"
msgstr "عطّل برنامج Safe Eyes المشتغل حاليّا"

# Commandline arg description
msgid "enable the currently running safeeyes instance"
msgstr "فعّل برنامج safeeyes المشتغل حاليّا"
msgid "enable the currently running Safe Eyes instance"
msgstr "فعّل برنامج Safe Eyes المشتغل حاليّا"

# Commandline arg description
msgid "quit the running safeeyes instance and exit"
msgstr "غادر برنامج safeeyes المشتغل حاليّا"
msgid "quit the running Safe Eyes instance and exit"
msgstr "غادر برنامج Safe Eyes المشتغل حاليّا"

# Commandline arg description
msgid "show the settings dialog"
msgstr "إظهار لوحة اﻹعدادات"

# Commandline arg description
msgid "start safeeyes in debug mode"
msgstr "ابدأ safeeyes في وضع التنقيح (debug)"
msgid "start Safe Eyes in debug mode"
msgstr "ابدأ Safe Eyes في وضع التنقيح (debug)"

# Commandline arg description
msgid "print the status of running safeeyes instance and exit"
msgstr "أظهر حالة برنامج safeeyes المشتغل حاليا و أخرج"
msgstr "أظهر حالة برنامج Safe Eyes المشتغل حاليا و أخرج"

# Status message
msgid "Safe Eyes is not running"
msgstr "SafeEyes لا يعمل"
msgstr "Safe Eyes لا يعمل"

# About dialog
msgid "Close"
Expand Down
8 changes: 4 additions & 4 deletions safeeyes/config/locale/bg/LC_MESSAGES/safeeyes.po
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@ msgid "show the about dialog"
msgstr ""

# Commandline arg description
msgid "disable the currently running safeeyes instance"
msgid "disable the currently running Safe Eyes instance"
msgstr ""

# Commandline arg description
msgid "enable the currently running safeeyes instance"
msgid "enable the currently running Safe Eyes instance"
msgstr ""

# Commandline arg description
msgid "quit the running safeeyes instance and exit"
msgid "quit the running Safe Eyes instance and exit"
msgstr ""

# Commandline arg description
msgid "show the settings dialog"
msgstr ""

# Commandline arg description
msgid "start safeeyes in debug mode"
msgid "start Safe Eyes in debug mode"
msgstr ""

# Commandline arg description
Expand Down
8 changes: 4 additions & 4 deletions safeeyes/config/locale/bn/LC_MESSAGES/safeeyes.po
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@ msgid "show the about dialog"
msgstr "অ্যাপ সম্পর্কে তথ্য দেখুন"

# Commandline arg description
msgid "disable the currently running safeeyes instance"
msgid "disable the currently running Safe Eyes instance"
msgstr "বর্তমানে চলমান Safe Eyes নিষ্ক্রিয় করুন"

# Commandline arg description
msgid "enable the currently running safeeyes instance"
msgid "enable the currently running Safe Eyes instance"
msgstr "বর্তমানে চলমান Safe Eyes সক্রিয় করুন"

# Commandline arg description
msgid "quit the running safeeyes instance and exit"
msgid "quit the running Safe Eyes instance and exit"
msgstr "চলমান Safe Eyes বন্ধ করে বেরিয়ে যান"

# Commandline arg description
msgid "show the settings dialog"
msgstr "সেটিংস ডায়ালগ দেখান"

# Commandline arg description
msgid "start safeeyes in debug mode"
msgid "start Safe Eyes in debug mode"
msgstr "Safe Eyes-কে debug মোডে চালান"

# Commandline arg description
Expand Down
8 changes: 4 additions & 4 deletions safeeyes/config/locale/bn_IN/LC_MESSAGES/safeeyes.po
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@ msgid "show the about dialog"
msgstr "অ্যাপ সম্পর্কে তথ্য দেখুন"

# Commandline arg description
msgid "disable the currently running safeeyes instance"
msgid "disable the currently running Safe Eyes instance"
msgstr "বর্তমানে চলমান Safe Eyes নিষ্ক্রিয় করুন"

# Commandline arg description
msgid "enable the currently running safeeyes instance"
msgid "enable the currently running Safe Eyes instance"
msgstr "বর্তমানে চলমান Safe Eyes সক্রিয় করুন"

# Commandline arg description
msgid "quit the running safeeyes instance and exit"
msgid "quit the running Safe Eyes instance and exit"
msgstr "চলমান Safe Eyes বন্ধ করে বেরিয়ে যান"

# Commandline arg description
msgid "show the settings dialog"
msgstr "সেটিংস ডায়ালগ দেখান"

# Commandline arg description
msgid "start safeeyes in debug mode"
msgid "start Safe Eyes in debug mode"
msgstr "Safe Eyes-কে debug মোডে চালান"

# Commandline arg description
Expand Down
18 changes: 9 additions & 9 deletions safeeyes/config/locale/ca/LC_MESSAGES/safeeyes.po
Original file line number Diff line number Diff line change
Expand Up @@ -58,28 +58,28 @@ msgid "show the about dialog"
msgstr "Mostra la finestra \"Quant a\""

# Commandline arg description
msgid "disable the currently running safeeyes instance"
msgstr "Inhabilita la instància de safeeyes en funcionament"
msgid "disable the currently running Safe Eyes instance"
msgstr "Inhabilita la instància de Safe Eyes en funcionament"

# Commandline arg description
msgid "enable the currently running safeeyes instance"
msgstr "Habilita la instància de safeeyes en funcionament"
msgid "enable the currently running Safe Eyes instance"
msgstr "Habilita la instància de Safe Eyes en funcionament"

# Commandline arg description
msgid "quit the running safeeyes instance and exit"
msgstr "Tanca de la instància de safeeyes en funcionament i surt"
msgid "quit the running Safe Eyes instance and exit"
msgstr "Tanca de la instància de Safe Eyes en funcionament i surt"

# Commandline arg description
msgid "show the settings dialog"
msgstr "Mostra la finestra de preferències"

# Commandline arg description
msgid "start safeeyes in debug mode"
msgstr "Inicia safeeyes en mode de depuració"
msgid "start Safe Eyes in debug mode"
msgstr "Inicia Safe Eyes en mode de depuració"

# Commandline arg description
msgid "print the status of running safeeyes instance and exit"
msgstr "Mostra l'estat de la instància de safeeyes en funcionament i surt"
msgstr "Mostra l'estat de la instància de Safe Eyes en funcionament i surt"

# Status message
msgid "Safe Eyes is not running"
Expand Down
16 changes: 8 additions & 8 deletions safeeyes/config/locale/cs/LC_MESSAGES/safeeyes.po
Original file line number Diff line number Diff line change
Expand Up @@ -58,24 +58,24 @@ msgid "show the about dialog"
msgstr "zobrazit dialog O aplikaci"

# Commandline arg description
msgid "disable the currently running safeeyes instance"
msgstr "zablokovat spuštěnou instanci safeeyes"
msgid "disable the currently running Safe Eyes instance"
msgstr "zablokovat spuštěnou instanci Safe Eyes"

# Commandline arg description
msgid "enable the currently running safeeyes instance"
msgstr "odblokovat spuštěnou instanci safeeyes"
msgid "enable the currently running Safe Eyes instance"
msgstr "odblokovat spuštěnou instanci Safe Eyes"

# Commandline arg description
msgid "quit the running safeeyes instance and exit"
msgstr "ukončit spuštěnou instanci safeeyes"
msgid "quit the running Safe Eyes instance and exit"
msgstr "ukončit spuštěnou instanci Safe Eyes"

# Commandline arg description
msgid "show the settings dialog"
msgstr "zobrazit nastavovací dialog"

# Commandline arg description
msgid "start safeeyes in debug mode"
msgstr "spustit safeeyes v režimu pro ladění"
msgid "start Safe Eyes in debug mode"
msgstr "spustit Safe Eyes v režimu pro ladění"

# Commandline arg description
msgid "print the status of running safeeyes instance and exit"
Expand Down
8 changes: 4 additions & 4 deletions safeeyes/config/locale/da/LC_MESSAGES/safeeyes.po
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@ msgid "show the about dialog"
msgstr "Om programmet"

# Commandline arg description
msgid "disable the currently running safeeyes instance"
msgid "disable the currently running Safe Eyes instance"
msgstr "deaktivere den aktuelt kørende Safe Eyes instans"

# Commandline arg description
msgid "enable the currently running safeeyes instance"
msgid "enable the currently running Safe Eyes instance"
msgstr "aktivere den aktuelt kørende Safe Eyes instans"

# Commandline arg description
msgid "quit the running safeeyes instance and exit"
msgid "quit the running Safe Eyes instance and exit"
msgstr "afslut den kørende Safe Eyes instans og afslut"

# Commandline arg description
msgid "show the settings dialog"
msgstr "Indstillinger"

# Commandline arg description
msgid "start safeeyes in debug mode"
msgid "start Safe Eyes in debug mode"
msgstr "Start Safe Eyes i debug-tilstand"

# Commandline arg description
Expand Down
18 changes: 9 additions & 9 deletions safeeyes/config/locale/de/LC_MESSAGES/safeeyes.po
Original file line number Diff line number Diff line change
Expand Up @@ -58,28 +58,28 @@ msgid "show the about dialog"
msgstr "Info-Dialog anzeigen"

# Commandline arg description
msgid "disable the currently running safeeyes instance"
msgstr "aktuelle Instanz von SafeEyes deaktivieren"
msgid "disable the currently running Safe Eyes instance"
msgstr "aktuelle Instanz von Safe Eyes deaktivieren"

# Commandline arg description
msgid "enable the currently running safeeyes instance"
msgstr "aktuelle Instanz von SafeEyes aktivieren"
msgid "enable the currently running Safe Eyes instance"
msgstr "aktuelle Instanz von Safe Eyes aktivieren"

# Commandline arg description
msgid "quit the running safeeyes instance and exit"
msgstr "aktuelle Instanz von SafeEyes beenden und Anwendung schließen"
msgid "quit the running Safe Eyes instance and exit"
msgstr "aktuelle Instanz von Safe Eyes beenden und Anwendung schließen"

# Commandline arg description
msgid "show the settings dialog"
msgstr "Einstellungsdialog anzeigen"

# Commandline arg description
msgid "start safeeyes in debug mode"
msgstr "SafeEyes im Debug-Modus starten"
msgid "start Safe Eyes in debug mode"
msgstr "Safe Eyes im Debug-Modus starten"

# Commandline arg description
msgid "print the status of running safeeyes instance and exit"
msgstr "Status der laufenden SafeEyes-Instanz ausgeben und beenden"
msgstr "Status der laufenden Safe Eyes-Instanz ausgeben und beenden"

# Status message
msgid "Safe Eyes is not running"
Expand Down
Loading