Skip to content

Commit 52badcd

Browse files
committed
switch to pyqt6
1 parent 940ba29 commit 52badcd

2 files changed

Lines changed: 109 additions & 67 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Requirements
4949
* Xorg (ignore for Mac users)
5050
* composite manager; `xcompmgr` or sth. (ignore for Mac users)
5151
* python => 3.6
52-
* python-pyqt5
52+
* python-pyqt6
5353
* python-numpy
5454
* python-beautifulsoup4
5555
* python-requests
@@ -109,8 +109,8 @@ Changelog
109109
* Tk is abandoned in favor of Qt.
110110
* Background can be fully transparent or semi/fully opaque.
111111
* Rendering is faster than with Tk.
112-
* requires pyqt5 for python 3
113-
* `pip install pyqt5` / `pacman -S python-pyqt5`
112+
* requires pyqt6 for python 3
113+
* `pip install pyqt6` / `pacman -S python-pyqt6`
114114
* requires composite manager for not solid bg; `xcompmgr` or sth.
115115
* tested on Openbox, i3, KDE(kwin).
116116
* 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)
@@ -156,3 +156,5 @@ Changelog
156156
* in config `translation_function_name_full_sentence = 'google'`
157157
* 2.10
158158
* Fixed google-translation
159+
* 2.11
160+
* Switched to pyqt6

0 commit comments

Comments
 (0)