home.social

#plasmoid — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #plasmoid, aggregated by home.social.

  1. @[email protected] я всё-таки решилась измучить ИИ-шки, но написала свой вариант виджета для KDE PLASMA 6
    "Домашняя кошка"
    😸🐈

    принцип тот же - только когда что-то печатаешь (не важно где) - котик бегает туда-сюда по рабочему столу !
    Анимация правда кривоватая всего - использовала всего 2 спрайта - по одному каждый шаг))))


    #Plasma6 #KDE #plasmoid #dev #kde_plasma_6

  2. @[email protected] я всё-таки решилась измучить ИИ-шки, но написала свой вариант виджета для KDE PLASMA 6
    "Домашняя кошка"
    😸🐈

    принцип тот же - только когда что-то печатаешь (не важно где) - котик бегает туда-сюда по рабочему столу !
    Анимация правда кривоватая - использовала всего 2 спрайта - по одному на каждый шаг))))
    Для отслеживания нажатий клавиш понадобились те же танцы с бубном - выбор клавиатуры и добавление прав пользователя на запуск.

    #Plasma6 #KDE #plasmoid #dev #kde_plasma_6

  3. @[email protected] я всё-таки решилась измучить ИИ-шки, но написала свой вариант виджета для KDE PLASMA 6
    "Домашняя кошка"
    😸🐈

    принцип тот же - только когда что-то печатаешь (не важно где) - котик бегает туда-сюда по рабочему столу !
    Анимация правда кривоватая всего - использовала всего 2 спрайта - по одному каждый шаг))))


    #Plasma6 #KDE #plasmoid #dev #kde_plasma_6

  4. @[email protected] я всё-таки решилась измучить ИИ-шки, но написала свой вариант виджета для KDE PLASMA 6
    "Домашняя кошка"
    😸🐈

    принцип тот же - только когда что-то печатаешь (не важно где) - котик бегает туда-сюда по рабочему столу !
    Анимация правда кривоватая всего - использовала всего 2 спрайта - по одному каждый шаг))))


    #Plasma6 #KDE #plasmoid #dev #kde_plasma_6

  5. Some more context about how I hacked together my own "native tabs"-like VS Code functionality for KDE: andreklein.net/vs-code-native- #linux #development #kde #plasmoid

  6. How to create a super-minimalistic play/pause #Plasmoid button in #KDE #Plasma for your desktop/panel/whatever:

    1) Install playerctl from your OS's repos
    2) Install the "Command Output" plasmoid in Plasma
    3) "Configure Command Output..."
    4) Create the plasmoid in the location and size you want
    5) Use this as the command: playerctl status |sed 's/Paused/ ▶️/; s/Playing/⏸️/'
    6) Run every 1000 ms, or less if you want it to be more responsive
    7) Under "Appearance," increase the font size to 40px or so (you can adjust for your liking)
    8) Under "Actions,", use this as the "Run Command:" playerctl -a play-pause

    PRESTO! :D

    Way smaller and more intuitive than the native media playback control plasmoid.

  7. Plasmonic Modulators Directly Convert Terahertz Waves to Optical Signals - A major bottleneck with high-frequency wireless communications is the conversion f... - hackaday.com/2025/04/14/plasmo #plasmonics #plasmoid #science

  8. I've started a portable desktop widget host project out of spite: codeberg.org/Taffer/thoth

    Going to be a very long while before it's useful, I think, because I have no idea what I'm doing with Electron/Node, and I'm not a fan of JavaScript. I should be able to get a super-basic Hello World type thing going pretty quickly though, since the Electron tutorials actually work.

    #thoth #electron #widget #plasmoid #desklet

  9. My quest to have the perfect (ha!) desktop continues; I've been looking into making Cinnamon desktop widgets ("Desklets").

    Instead of having out of date documentation like KDE Plasma 6, there's just no documentation. 🤷

    Maybe if I hit the lottery this week I'll quit my day job, reverse engineer these desktop widget systems, and write up to date docs and tutorials. 😛

    Rainmeter might be the Windows app I miss most, somehow.

    #cinnamon #desklet #plasma6 #kde6 #plasmoid #rainmeter

  10. Hey @kde I'm looking for a working Plasma 6 "hello world" plasmoid. I just want a text label, but all the plasmoid things are set up properly, AND it works when you run it with plasmoidviewer.

    I've been unsuccessful making one from the plasmoid tutorial: develop.kde.org/docs/plasma/wi

    I even installed KDevelop in case it had a project template, nope.

    #kde #plasma6 #plasmoid

  11. Linux Fu: Easy Widgets - Here’s a scenario. You have a microcontroller that reads a number of items — tempe... - hackaday.com/2022/06/02/linux- #hackadaycolumns #linuxhacks #plasmoid #linux #kde