Skip to content
Open
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
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Requirements
* Xorg (ignore for Mac users)
* composite manager; `xcompmgr` or sth. (ignore for Mac users)
* python => 3.6
* python-pyqt5
* python-pyqt6
* python-numpy
* python-beautifulsoup4
* python-requests
Expand Down Expand Up @@ -109,8 +109,8 @@ Changelog
* Tk is abandoned in favor of Qt.
* Background can be fully transparent or semi/fully opaque.
* Rendering is faster than with Tk.
* requires pyqt5 for python 3
* `pip install pyqt5` / `pacman -S python-pyqt5`
* requires pyqt6 for python 3
* `pip install pyqt6` / `pacman -S python-pyqt6`
* requires composite manager for not solid bg; `xcompmgr` or sth.
* tested on Openbox, i3, KDE(kwin).
* On KDE(kwin) go to composite and uncheck "Allow applications to block compositing". [screenshot](https://iwf1.com/wordpress/wp-content/uploads/2017/09/Disable-applications-override-compositor-KDE.jpg)
Expand Down Expand Up @@ -156,3 +156,5 @@ Changelog
* in config `translation_function_name_full_sentence = 'google'`
* 2.10
* Fixed google-translation
* 2.11
* Switched to pyqt6
Loading