{"id":21996693,"url":"https://github.com/nstechbytes/activename","last_synced_at":"2025-03-23T04:42:57.020Z","repository":{"id":264842503,"uuid":"894445441","full_name":"NSTechBytes/ActiveName","owner":"NSTechBytes","description":"ActiveName is a Rainmeter plugin designed to check the active status of specific skins defined in your Rainmeter configuration file (Rainmeter.ini). It allows you to dynamically monitor and retrieve active skin names in a Rainmeter skin.","archived":false,"fork":false,"pushed_at":"2024-11-28T10:28:51.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T11:24:34.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NSTechBytes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-26T11:19:06.000Z","updated_at":"2024-11-28T10:28:54.000Z","dependencies_parsed_at":"2024-11-26T12:36:45.991Z","dependency_job_id":null,"html_url":"https://github.com/NSTechBytes/ActiveName","commit_stats":null,"previous_names":["nstechbytes/activename"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSTechBytes%2FActiveName","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSTechBytes%2FActiveName/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSTechBytes%2FActiveName/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSTechBytes%2FActiveName/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NSTechBytes","download_url":"https://codeload.github.com/NSTechBytes/ActiveName/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245056902,"owners_count":20553854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T22:12:18.078Z","updated_at":"2025-03-23T04:42:56.990Z","avatar_url":"https://github.com/NSTechBytes.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# ActiveName Plugin for Rainmeter\n\n**ActiveName** is a Rainmeter plugin designed to check the active status of specific skins defined in your Rainmeter configuration file (`Rainmeter.ini`). It allows you to dynamically monitor and retrieve active skin names in a Rainmeter skin.\n\n## Features\n- **Supports Multiple Skins**: You can specify multiple skin names in the `SkinSection` parameter.\n- **Checks Active Skin Status**: Reads the `Active=` setting from each skin's section in `Rainmeter.ini` to check if it is active.\n- **Output Options**: Returns the names of all active skins.\n  \n## Installation\n\n1. **Download or Clone the Repository**:  \n   Clone or download the plugin repository to your Rainmeter plugin folder.\n\n2. **Place the Plugin in the Rainmeter Plugin Folder**:  \n   Move the compiled DLL (`ActiveName.dll`) to your Rainmeter `Plugins` folder.\n\n3. **Configure Your Skin**:  \n   Open your Rainmeter skin's `.ini` file and add the following:\n   ```ini\n   [MeasureActiveName]\n   Measure=Plugin\n   Plugin=ActiveName.dll\n   SkinSection=ModernSearchBar|MiniAlarm\n   ;only available in version 1.1\n   OnFirstCheckAction=[!Log \"Checking skins for the first time\"]\n   ```\n\n   Replace `ModernSearchBar|MiniAlarm` with the names of the skins you want to monitor.\n\n4. **Reload the Skin**:  \n   Reload the skin in Rainmeter for changes to take effect.\n\n## Parameters\n\n- **SkinSection**: A list of skin names separated by a `|`. This plugin will check the active status of each skin section.\n  \n- **Output**: \n  - **Name**: Returns the name of the active skins one by one.\n  - **Numeric**: This feature is disabled. For now, it only supports returning active skin names.\n\n## Usage Example\n\n### In your Rainmeter skin `.ini` file:\n\n```ini\n[MeasureActiveName]\nMeasure=Plugin\nPlugin=ActiveName.dll\nSkinSection=ModernSearchBar|MiniAlarm\n;only available in version 1.1\n OnFirstCheckAction=[!Log \"Checking skins for the first time\"]\n```\n\n- This will return the names of all active skins in `ModernSearchBar` and `MiniAlarm`, and update accordingly.\n\n## Logging\n\nThe plugin provides detailed logs via Rainmeter's `Debug` log level for troubleshooting. This helps in checking which skins are active and why certain skins may not be returning active status.\n\n## License\n\nThis plugin is provided under the [Appache License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnstechbytes%2Factivename","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnstechbytes%2Factivename","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnstechbytes%2Factivename/lists"}