Just made a dedicated repo about a bunch of tricks I regularly use.
A KDE Plasmoid is definetly missing on that list. Having it work without garbage Electron, at least most of the time, is crucial.
Just made a dedicated repo about a bunch of tricks I regularly use.
A KDE Plasmoid is definetly missing on that list. Having it work without garbage Electron, at least most of the time, is crucial.
https://github.com/boredsquirrel/MullvadVPN-Tricks/commit/decdb5e0c66406519f0c83827ab9ee508e8ddce6
Thanks! Not sure why you used tee -a, isnt that append?
I used tee -a because that is how I have seen it recommended. If it works without then do that instead.
I checked, -a is append and if that file already exists it would write the stuff to the end of it again.
> is the correct one