diff --git a/README.md b/README.md index e8965555..bf95c28c 100644 --- a/README.md +++ b/README.md @@ -79,14 +79,13 @@ sudo apt-get install safeeyes ``` ### Fedora - If you want to use Smart Pause plugin, install the latest xprintidle from: [alonid/xprintidle](https://copr.fedorainfracloud.org/coprs/alonid/xprintidle/) +Available on the [praiskup/safeeyes](https://copr.fedorainfracloud.org/coprs/praiskup/safeeyes/) COPR maintained by @praiksup + ```bash -sudo dnf install python3-psutil python3-packaging cairo-devel python3-devel gobject-introspection-devel cairo-gobject-devel -sudo pip3 install safeeyes -sudo gtk-update-icon-cache /usr/share/icons/hicolor +sudo dnf -y copr enable praiskup/safeeyes +sudo dnf -y install python3-safeeyes ``` - -We are looking for an official package maintainer for Fedora. Please [contact us](https://github.com/slgobinath/SafeEyes/issues/611) if you are interested. +For smart pause plugin, you may have to install the latest xprintidle from: [alonid/xprintidle](https://copr.fedorainfracloud.org/coprs/alonid/xprintidle/) ### OpenSUSE Tumbleweed @@ -101,6 +100,13 @@ sudo zypper install safeeyes sudo apk add safeeyes ``` +### Chrome OS +[Enable the Linux container](https://support.google.com/chromebook/answer/9145439?hl=en) (which is actually Debian), and install Safe Eyes with +``` +sudo apt install safeeyes +``` +While no tray icon is available, if you run the app, it will function in the background and will show breaks as usual. You can also change the settings by clicking on the Safe Eyes icon from the menu while the app is running, or by running the command `safeeyes -s`. + ### Flatpak **Warning**: Many plugins and features don't work well in the flatpak. We recommend that you use one of the native packages listed above. Flatpak-only bugs should be reported at https://github.com/flathub/io.github.slgobinath.SafeEyes. ```bash