{"id":24073568,"url":"https://github.com/irfanfadilah/verticons","last_synced_at":"2026-03-02T16:41:26.881Z","repository":{"id":86446389,"uuid":"311912223","full_name":"irfanfadilah/verticons","owner":"irfanfadilah","description":"Vertical Icon Launcher for Rainmeter","archived":false,"fork":false,"pushed_at":"2020-11-11T09:31:00.000Z","size":32,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-21T16:03:00.162Z","etag":null,"topics":["rainmeter"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/irfanfadilah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-11-11T08:46:14.000Z","updated_at":"2025-04-04T01:15:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"df76c6be-4cad-49fd-b1bd-c5524d523001","html_url":"https://github.com/irfanfadilah/verticons","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/irfanfadilah/verticons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfanfadilah%2Fverticons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfanfadilah%2Fverticons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfanfadilah%2Fverticons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfanfadilah%2Fverticons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irfanfadilah","download_url":"https://codeload.github.com/irfanfadilah/verticons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfanfadilah%2Fverticons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30010139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T15:15:59.058Z","status":"ssl_error","status_checked_at":"2026-03-02T15:15:58.758Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["rainmeter"],"created_at":"2025-01-09T17:30:43.001Z","updated_at":"2026-03-02T16:41:26.863Z","avatar_url":"https://github.com/irfanfadilah.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Verticons\nSimple Rainmeter Skin for Displaying Icons/Shortcuts Vertically \n\n# Screenshot\n\n![ScreenShot](https://user-images.githubusercontent.com/6077598/98790285-112e1a00-2436-11eb-9d0a-9fee0e8afeda.png)\n\n# Download\n\n[Verticons_1.0.rmskin](https://github.com/irfanfadilah/verticons/releases/download/1.0/Verticons_1.0.rmskin) (28.2 KB)\n\n# Adding Icon\n\nYou can use this template below or copy-paste from existing entries in `Icons.ini`:\n\n```\n[ICON_NAME]\nMeter=Image\nW=#IconSize#\nH=#IconSize#\nX=#BasePosition#\nY=(#BasePosition# + #IconDistance# * X)\nSolidColor=0,0,0,1\nImageName=assets/ICON_IMAGE.png\nLeftMouseUpAction=[\"C:\\Program Files\\SOMETHING\\SOMETHING.exe\"]\n```\n\nReplace the `X` with (icon position - 1). So if it's your 6th icon in the entries, the X would be 5.\n\nReplace `ICON_NAME`, `ICON_IMAGE.png` and `Target PATH` accordingly.\n\nAll the icons are placed under `Verticons/Icons/assets`.\n\n# Variables\n\n`IconSize` =\u003e Icon size in pixel.\n\n`IconDistance` =\u003e Distance between icons in pixel.\n\n# Icon Transparency\n\nI don't want to set the transpareancy in the Meter, you can adjust it manually, e.g.: `Settings \u003e Transparency \u003e 30%`.\n\n# Where to Get More Icons?\n\nYou can use your favorite icon packs, but in this skin I'm using the icons from https://remixicon.com/.\n\nIf you need white colored icons, you can download and edit (invert) it by yourself in an image editor like GIMP.\n\n# Horizontal Version?\n\nYou can just swap the `X` and `Y` of each entries, e.g.:\n\n```\n[Icon]\nxxxxxxxxxx\nxxxxxxxxxxxx\nxxxxxxxxxxxxxx\nX=#BasePosition#\nY=(#BasePosition# + #IconDistance# * 3)\nxxxxxxxxxxxxxxxxxxxx\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n```\n\nto:\n\n```\n[Icon]\nxxxxxxxxxx\nxxxxxxxxxxxx\nxxxxxxxxxxxxxx\nX=(#BasePosition# + #IconDistance# * 3)\nY=#BasePosition#\nxxxxxxxxxxxxxxxxxxxx\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n```\n\n# License\n\nWTFPL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firfanfadilah%2Fverticons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firfanfadilah%2Fverticons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firfanfadilah%2Fverticons/lists"}