{"id":20957040,"url":"https://github.com/sameerasw/menubar","last_synced_at":"2025-05-14T05:32:41.545Z","repository":{"id":152242200,"uuid":"625214529","full_name":"sameerasw/MenuBar","owner":"sameerasw","description":"A MenuBar for windows rainmeter skin inspired from macos and gnome.","archived":false,"fork":false,"pushed_at":"2024-02-17T07:56:35.000Z","size":8182,"stargazers_count":22,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T13:40:06.426Z","etag":null,"topics":["customization","macos","menu","menubar","rainmeter","rainmeter-skin","windows"],"latest_commit_sha":null,"homepage":"https://sameerasw.netlify.app/menubar.html","language":"C++","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/sameerasw.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}},"created_at":"2023-04-08T12:20:07.000Z","updated_at":"2024-12-10T11:01:22.000Z","dependencies_parsed_at":"2024-02-17T08:43:02.615Z","dependency_job_id":null,"html_url":"https://github.com/sameerasw/MenuBar","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerasw%2FMenuBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerasw%2FMenuBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerasw%2FMenuBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerasw%2FMenuBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sameerasw","download_url":"https://codeload.github.com/sameerasw/MenuBar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076977,"owners_count":22010630,"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":["customization","macos","menu","menubar","rainmeter","rainmeter-skin","windows"],"created_at":"2024-11-19T01:29:22.230Z","updated_at":"2025-05-14T05:32:37.097Z","avatar_url":"https://github.com/sameerasw.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Menu-Bar\n\nLooking to add some custom flair to your Windows desktop? Check out our new `MenuBar` Rainmeter skin, inspired by the sleek designs of macOS and GNOME operating systems. With this customizable element, you can access various features and functions of your software applications in style. Incorporating design elements such as color schemes, fonts, icons, and layout from these two popular operating systems, our `MenuBar` customization is the perfect way to elevate your Windows desktop experience. Download now and start customizing!\n\n![image](https://user-images.githubusercontent.com/68902530/230720743-c6aca63d-2d2a-4197-a8a5-2725c59dadf3.png)\n\n![](https://i.imgur.com/3pXvWlr.png)\n\n\u003e Deviant Art: [Menu Bar for Windows](https://sameerasw.netlify.app/menubar.html)\n\n## Directory Map\n\n```markdown\n├───@Resources\n│   ├───Fonts\n│   ├───icons\n│   ├───Images\n│   │   ├───icons\n│   │   └───location\n│   ├───Language\n│   └───Taskbar icon\n├───@Vault\n│   └───Plugins\n├───Corner\n├───Date\n├───Google\n├───Menu\n├───Programs\n└───Skin\n```\n\n\u003e Website Reference: https://sameerasw.netlify.app/menubar.html\n\n## Installation\n\n+ [Rainmeter, desktop customization tool](https://www.rainmeter.net/)\n+ Just install the [SKIN](https://github.com/sameerasw/MenuBar/releases).\n\n## Redirections\n\n+ [My Setup by 54M33R4 on DeviantArt](https://www.deviantart.com/54m33r4/art/My-Setup-934211134)\n+ Telegram Community: [TIDWIB](https://www.deviantart.com/users/outgoing?https://t.me/tidwib)\n\n## Customizations\n\n### Customize `TOP` Bar Default Icon\n\n1.  Navigate to  `@Resources` and change `new-t-miniiiiii.png` with your file with same name.\n2. Save the file and reload the skin via rainmeter.\n\n### Customize `File` Context Menu\n\n1. Navigate to `Menu` folder and open `Menu.ini`.\n2. It looks something like this:\n\n```bash\n[text1]\nMeter=String\nText=\"This PC\"\nFontFace=#FONT#\nFontSize=#FONTSIZE#\nAntiAlias=1\nDynamicVariables=1\nFontColor=ffffff\nX=10\nY=10\nLeftMouseDownAction=[\"C:\\Users\\samee\\Documents\\This PC.lnk\"]\nMouseOverAction=[!SetOption text1 FontColor bbbbbb]\nMouseLeaveAction=[!SetOption text1 FontColor ffffff]\n```\n\n3. Save the file and reload the skin via rainmeter.\n\nFor example:\n\n```bash\n[text1]\nMeter=String\nText=\"Documents\" # Edit this\nFontFace=#FONT#\nFontSize=#FONTSIZE#\nAntiAlias=1\nDynamicVariables=1\nFontColor=ffffff\nX=10\nY=10\nLeftMouseDownAction=[\"C:\\Users\\dhana\\Documents\"] # Change this link to the path of software you want to use.\nMouseOverAction=[!SetOption text1 FontColor bbbbbb]\nMouseLeaveAction=[!SetOption text1 FontColor ffffff]\n```\n\n\n### Customize `Programs` Context Menu\n\n1. Navigate to `Programs` folder and open `Menu.ini`.\n2. It looks something like this:\n\n```bash\n[text1]\nMeter=String\nText=\"Calendar\" # Edit this text\nFontFace=#FONT#\nFontSize=#FONTSIZE#\nAntiAlias=1\nDynamicVariables=1\nFontColor=ffffff\nX=10\nY=10\nLeftMouseDownAction=[\"C:\\Users\\samee\\Documents\\Shortcuts\\Calendar\"] # Change this link to the path of software you want to use.\n```\n\n3. Save the file and reload the skin via rainmeter.\n\nFor example:\n\n```bash\n[text1]\nMeter=String\nText=\"CCleaner\"\nFontFace=#FONT#\nFontSize=#FONTSIZE#\nAntiAlias=1\nDynamicVariables=1\nFontColor=ffffff\nX=10\nY=10\nLeftMouseDownAction=[\"C:\\Users\\dhana\\Desktop\\CCleaner.exe\"]\n```\n\n### Customize `Google` Context Menu\n\n1. Navigate to `Google` folder and open `Menu.ini`.\n2. It looks something like this:\n\n```bash\n[text1]\nMeter=String\nText=\"Gmail - Personal\" # Edit this text\nFontFace=#FONT#\nFontSize=#FONTSIZE#\nAntiAlias=1\nDynamicVariables=1\nFontColor=ffffff\nX=10\nY=10\nLeftMouseDownAction=[\"https://mail.google.com/mail/u/0/\"] # Change this link to the path of software you want to use.\n```\n\n3. Save the file and reload the skin via rainmeter.\n\nFor example:\n\n```bash\n[text1]\nMeter=String\nText=\"GitHub\"\nFontFace=#FONT#\nFontSize=#FONTSIZE#\nAntiAlias=1\nDynamicVariables=1\nFontColor=ffffff\nX=10\nY=10\nLeftMouseDownAction=[\"https://github.com/\"]\n```\n\nCredits to [@DhananjayPorwal](https://github.com/DhananjayPorwal) for the awesome explanation and info in the README.md \u003c3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameerasw%2Fmenubar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameerasw%2Fmenubar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameerasw%2Fmenubar/lists"}