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.

  • Lemongrab
    link
    11 day ago

    I used tee -a because that is how I have seen it recommended. If it works without then do that instead.

    • @boredsquirrel@slrpnk.netOP
      link
      fedilink
      1
      edit-2
      23 hours ago

      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