This commit is contained in:
matthias@arch 2023-12-16 01:16:37 +01:00
parent e0ce0d1b1d
commit 1ae88d2182

View File

@ -58,7 +58,7 @@ class Sorter:
c.echo()
# ueberzug
self._ueberzug = UeberzugLayer(pid_file="/tmp/ueberzu-imgsort.pid")
self._ueberzug = UeberzugLayer(pid_file="/tmp/ueberzug-imgsort.pid")
self._img_x = SIDEBAR_WIDTH + 1
self._img_y = 2
self._img_width = self.win_x - SIDEBAR_WIDTH - 1