mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
Updated Attributions
This commit is contained in:
@@ -1 +0,0 @@
|
||||
# WIP
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@itzzexcel/clean-view",
|
||||
"description": "Make your \"Now Playing View\" clean wherever you want, heavily based in beautiful-lyrics from @surfbryce!.",
|
||||
"name": "@meowarex/clean-view",
|
||||
"description": "Make your \"Now Playing View\" allot cleaner, heavily based in beautiful-lyrics from @surfbryce!.",
|
||||
"author": {
|
||||
"name": "itzzexcel",
|
||||
"url": "https://github.com/ItzzExcel",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/ItzzExcel"
|
||||
"name": "meowarex",
|
||||
"url": "https://github.com/meowarex",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/meowarex"
|
||||
},
|
||||
"main": "./src/index.ts",
|
||||
"type": "module"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# WIP
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@itzzexcel/copy-lyrics",
|
||||
"description": "A working neptune plugin that allows the user to copy the lyrics of a song selecting it.",
|
||||
"name": "@meowarex/copy-lyrics",
|
||||
"description": "A working TidalLuna plugin that allows the user to copy the lyrics of a song by selecting it.",
|
||||
"author": {
|
||||
"name": "itzzexcel",
|
||||
"url": "https://github.com/ItzzExcel",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/ItzzExcel"
|
||||
"name": "meowarex",
|
||||
"url": "https://github.com/meowarex",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/meowarex"
|
||||
},
|
||||
"main": "./src/index.ts",
|
||||
"type": "module"
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
# OLED Theme Luna Plugin
|
||||
|
||||
This is a port of the OLED Theme plugin from Neptune to Luna framework.
|
||||
|
||||
## Description
|
||||
|
||||
A working theme plugin that applies a dark OLED-friendly theme to Tidal Luna.
|
||||
|
||||
## Features
|
||||
|
||||
- Applies a dark, OLED-optimized theme
|
||||
- Fetches the latest theme CSS from the GitHub repository
|
||||
|
||||
## Installation
|
||||
|
||||
1. Build the plugin using `pnpm run build` in the Luna plugin root
|
||||
2. Install the generated `luna.oled-theme.mjs` file in Luna
|
||||
3. ~~Or install directly from the URL: `https://your-repository/releases/download/latest/luna.oled-theme`~~
|
||||
|
||||
## Author
|
||||
|
||||
- **itzzexcel** - [GitHub](https://github.com/ItzzExcel)
|
||||
|
||||
## Credits
|
||||
|
||||
Original Neptune version by itzzexcel. Ported to Luna framework following the Luna plugin template structure by meowarex with help from Inrixia <3
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@itzzexcel/oled-theme",
|
||||
"description": "A working theme, ong.",
|
||||
"name": "@meowarex/oled-theme",
|
||||
"description": "A dark OLED-friendly theme plugin that transforms Tidal Luna's appearance.",
|
||||
"author": {
|
||||
"name": "itzzexcel",
|
||||
"url": "https://github.com/ItzzExcel",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/ItzzExcel"
|
||||
"name": "meowarex",
|
||||
"url": "https://github.com/meowarex",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/meowarex"
|
||||
},
|
||||
"main": "./src/index.ts",
|
||||
"type": "module"
|
||||
|
||||
Reference in New Issue
Block a user