Chris Holland
Chris Holland
For my [phabricator revisions widget](https://github.com/Zren/plasma-applet-phabricatorrevisions), phabricator allows you to generate an API key that I the user can paste into the config.  GitHub has a few forms of authentication...
https://github.com/Zren/plasma-applet-commandoutput/commit/c0ef27108fe2e6d0515549279a217964a8d3b3b0 Added Keys: "Colors" "Outline:" "Text:" Filled out nl_NL.po with simpleweather+eventcalendar translations.
https://github.com/Zren/plasma-applet-commandoutput/commit/86b2a95858b73a9a602cc8a99918d2e07c461ba2 Added Keys: "Fixed Width:" "Replace all newlines with spaces"
https://github.com/Zren/plasma-applet-commandoutput/commit/cbda2b2cc880a4c350c4c0c1af42850a9c9d77eb Added Keys: "Fixed Height:"
https://github.com/Zren/plasma-applet-commandoutput/commit/0c09e17c66d763bc2ebd15459dcbedddbc0aaec0 Added Keys: "Command Output" "Run a command periodically and render it's output."
https://github.com/Zren/plasma-applet-commandoutput/commit/935ba33432fe1469d0dffb54ac93ee4fb30c01ac and https://github.com/Zren/plasma-applet-commandoutput/commit/ae0af4f6ea3313e7e56b70a81c1ab4ea63f8579a came with moving the config to Kirigami.FormLayout / QQC2 / Plasma6. `"Desktop Widget: Show background"` split into 2 messages but I was able to manually populate those,...
Looks like when I cleaned up the branch for a final release, I didn't make sure I filtered out whitespace. So delete extra whitespace / newlines in the repo list...
What happens if you edit `~/.local/share/plasma/plasmoids/com.github.zren.githubissues/contents/ui/Main.qml` and uncomment `showDebug: true` From: ```qml Logger { id: logger name: 'githubissues' // showDebug: true } ``` To: ```qml Logger { id: logger name:...
Todo: Parse `~/.config/kio_httprc` and show a warning if not: ``` SendUserAgent=true UserAgentKeys=:om ``` * `SendUserAgent=false` is when "Send Identity" is unchecked. * `UserAgentKeys=:m` is when "Send OS" is unchecked (and...
There's Kargos that has a specific "syntax" for showing text in a popup. https://store.kde.org/p/1173112/ I'm a bit worried with abusing the `stderr` io stream for this. What if we had...