We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d18316 + a3a244d commit c444e44Copy full SHA for c444e44
README.md
@@ -118,16 +118,19 @@ flatpak install flathub io.github.slgobinath.SafeEyes
118
Ensure to meet the following dependencies:
119
120
- gir1.2-notify-0.7
121
+- gir1.2-gtk-4.0
122
- python3-babel
123
- python3-croniter
124
+- python3-gi
125
- python3-psutil
126
- python3-packaging
127
- python3-xlib
-- xprintidle (optional)
-- wlrctl (wayland optional)
128
+- python3-pywayland (optional for KDE/other wayland)
129
+- xprintidle (optional for X11)
130
+- wlrctl (optional for wayland/wlroots)
131
- Python 3.10+
132
-**To install Safe Eyes:**
133
+**To install Safe Eyes from PyPI:**
134
135
```bash
136
sudo pip3 install safeeyes
0 commit comments