Files
euri-packages/packages/antergos-layan-theme/Configs/Home/.local/share/plasma/plasmoids/com.SrS2225a.feeds
c-ludenberg 82ff06c4da feat: bury offline mode, ship antergos-layan-theme
remember when i thought an offline installer was a good idea?
a pre-built squashfs that still needed internet to install DEs?
"offline" in name only. it was a lie. a beautiful, naive lie.

so i killed it. ripped out the mode picker, the connectivity check,
the whole AskMode() circus. calamares-next now just shows a notice
saying "yeah that wasnt actually offline" and launches directly
into online mode. no more pretending.

also fixed the QML nav button because having a greyed out "Next"
on the last page is terrible UX. now it says "Done" and quits.
youre welcome.

and since we nuked the offline mode, might as well make the
online mode look fucking spectacular. enter antergos-layan-theme:

- kvantum theme because your apps deserve better than qt dreck
- sddm theme (AntergosDark-Layan) for a sexy login screen
- every plasma plasmoid from the rice (panel colorizer, netspeed,
  shutdown switch, applets, separators, music toolbar, the works)
- yakuake arc-dark skin
- antergos logos in /usr/share/logos and /usr/share/pixmaps
- konsole profile, desktop appletsrc, all that jazz
- kde_settings.conf now points to AntergosDark-Layan sddm theme

also replaced the old antergos-grub-theme with the Layan grub
theme because the old one was a git-sourced abomination. 75 distro
icons, terminal box, selection widgets, antergos wallpaper.
ships to /usr/share/grub/themes/antergos/ so calamares finds it.

oh and a dozen audit fixes:
- kscreenlockerrc wallpaper path fixed
- kdialogrc no longer says some other distro
- 7 stale knsregistry files deleted (dev machine was leaking)
- systemd-inhibit guarded with command -v (dinit doesnt have it)
- plasma restart uses killall not systemctl --user
- "XeroLinux Toolkit" -> "Antergos Toolkit" in appletsrc
- KDE_SESSION_VERSION=5 -> =6 (its 2026)
- mirrorlist script says Artix not Arch
- SDDM Messages.sh removed from build artifacts
2026-07-16 21:57:36 +02:00
..

Plasma News Widget

Overview

The Plasma News Widget is a lightweight plasmoid that fetches and displays news articles from the internet using RSS feeds. While designed primarily for news, it supports any valid RSS feed.

Features

  • Fetches news articles from specified RSS feeds.
  • View the full article by clicking the Read More button
  • Easily switch between news sources and navigate between articles

Project Structure

plasma-news-widget
├── contents
│   ├── config
│   │   ├── config.qml        # Configuration settings  
│   │   ├── main.xml          # Main configuration file  
│   ├── ui
│   │   ├── configGeneral.qml # General settings UI  
│   │   ├── main.qml          # Main UI layout  
│   ├── utils
│   │   ├── newsFetcher.js    # Handles fetching and processing RSS feeds  
├── LICENSE                   # License information  
├── metadata.json             # Widget metadata  
└── README.md                 # Project documentation  

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/yourusername/plasma-news-widget.git
    cd plasma-news-widget
    

    Requires: Plasma >= 6.0

  2. Testing: Refer to: https://develop.kde.org/docs/plasma/widget/testing/

  3. Installing: You can install it easily from the KDE Widgets store, or alternative you can execute kpackagetool6 -i . in the root directory of the applet.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.

License

This project is licensed under the GNU General Public License version 2. See LICENSE for details