From 1ae88d2182c74be11576c32ed7785c9947bc50f7 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Sat, 16 Dec 2023 01:16:37 +0100 Subject: [PATCH] fix typo --- imgsort/sorter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgsort/sorter.py b/imgsort/sorter.py index 0f4064b..d3803c2 100755 --- a/imgsort/sorter.py +++ b/imgsort/sorter.py @@ -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