mirror of
https://github.com/samjage/weather-and-stats.git
synced 2026-06-06 00:20:42 +00:00
8ecdd8a862
- Revert split RowLayout network section (broke icon rendering without Nerd Font); restore original single-label approach while keeping Cory's useNerdFont toggle and ic icon table fully intact - Bump version 1.0 → 1.1 - README: Nerd Font now listed as optional, add panel placement note, add useNerdFont to config table, clarify widget is panel/taskbar only
21 lines
591 B
JSON
21 lines
591 B
JSON
{
|
|
"KPlugin": {
|
|
"Name": "Weather && Stats",
|
|
"Description": "Live weather and system stats for the KDE panel",
|
|
"Icon": "weather-clear",
|
|
"Id": "com.github.samjage.weatherstats",
|
|
"Version": "1.1",
|
|
"License": "GPL-2.0",
|
|
"Category": "System Information",
|
|
"Authors": [
|
|
{
|
|
"Name": "samjage",
|
|
"Email": ""
|
|
}
|
|
],
|
|
"Website": "https://github.com/samjage/weather-and-stats"
|
|
},
|
|
"X-Plasma-API-Minimum-Version": "6.0",
|
|
"KPackageStructure": "Plasma/Applet"
|
|
}
|