forked from Shinonome/caelestia-cli
shell: remove qproc filter
unecessary, was removed in qs update
This commit is contained in:
@@ -36,10 +36,7 @@ class Command:
|
|||||||
return subprocess.check_output(["qs", "-c", "caelestia", *args], text=True)
|
return subprocess.check_output(["qs", "-c", "caelestia", *args], text=True)
|
||||||
|
|
||||||
def filter_log(self, line: str) -> bool:
|
def filter_log(self, line: str) -> bool:
|
||||||
return (
|
return f"Cannot open: file://{c_cache_dir}/imagecache/" not in line
|
||||||
"QProcess: Destroyed while process" not in line
|
|
||||||
and f"Cannot open: file://{c_cache_dir}/imagecache/" not in line
|
|
||||||
)
|
|
||||||
|
|
||||||
def print_ipc(self) -> None:
|
def print_ipc(self) -> None:
|
||||||
print(self.shell("ipc", "show"), end="")
|
print(self.shell("ipc", "show"), end="")
|
||||||
|
|||||||
Reference in New Issue
Block a user