Sotirios Roussis
Sotirios Roussis
First of all, `ship` is a bash script without any extra dependencies and can run on almost every linux distro, it's nice to have it in xfce4-genmon-scripts root directory. As...
For the dualshock support, please refer [here](https://github.com/xtonousou/xfce4-genmon-scripts/issues/7#issue-718812538) It is ready to be tested as you asked @samuk190
@samuk190 > About xfce4-genmon-scripts root directory. where is that directory? I will paste the bash script into it and see if works `xfce4-genmon-script` root directory is the directory created after...
I removed the submodule `ship` as it adds more complexity to the code and it's a lot harder to maintain the xfce plugins. Please check again for issues on network-panel....
I've merged this change to main branch. #15
I found a workaround to keep my RDP sessions inside `tabby` but of course the password management and the tabs are not working as expected because the process is managed...
Run it as admin
To enable the LHR unlocker you should run nbminer as admin and have the nvidia driver
Any progress on this one?
Replace the whole userparam conf file with the below: ```conf UserParameter=bind.queries.in[*],curl http://127.0.0.1:8053/ 2>/dev/null | xml2 | grep -A1 "/statistics/server/counters/counter/@name=$1" | tail -1 | cut -d= -f2 UserParameter=bind.queries.out[*],curl http://127.0.0.1:8053/ 2>/dev/null |...