Marko Zivic

Results 4 comments of Marko Zivic

Here is simple bash script for Linux, until this feature is implemented. It supports 2 interfaces, but can be easily extended. Script must be placed in same directory as dispatch...

Here is a quick fix until new nyx version is out: Just replace all inspect.getargspec() with inspect.getfullargspec() Have installed nyx and run this command as sudo: `find /usr/lib/python3.11/site-packages/nyx -type f...

I am on arch linux, and have no debian-based linux to test, i had no idea that pacman installs nyx to different directory. So, for debian-based, patch is: ```find /usr/local/bin/nyx...

This will not insert newline and title, but just clear lyrics from previous song, as clyrics does outside tmux. The problem is [here](https://github.com/trizen/clyrics/blob/177f4aca3733d1619e96c538793c2db444ae3fc0/clyrics#L254C5-L254C53): `reset -Q` clears terminal but not tmux's...