Skip to content

sameerasw/MenuBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Menu-Bar

Looking 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!

image

Deviant Art: Menu Bar for Windows

Directory Map

├───@Resources
│   ├───Fonts
│   ├───icons
│   ├───Images
│   │   ├───icons
│   │   └───location
│   ├───Language
│   └───Taskbar icon
├───@Vault
│   └───Plugins
├───Corner
├───Date
├───Google
├───Menu
├───Programs
└───Skin

Website Reference: https://sameerasw.netlify.app/menubar.html

Installation

Redirections

Customizations

Customize TOP Bar Default Icon

  1. Navigate to @Resources and change new-t-miniiiiii.png with your file with same name.
  2. Save the file and reload the skin via rainmeter.

Customize File Context Menu

  1. Navigate to Menu folder and open Menu.ini.
  2. It looks something like this:
[text1]
Meter=String
Text="This PC"
FontFace=#FONT#
FontSize=#FONTSIZE#
AntiAlias=1
DynamicVariables=1
FontColor=ffffff
X=10
Y=10
LeftMouseDownAction=["C:\Users\samee\Documents\This PC.lnk"]
MouseOverAction=[!SetOption text1 FontColor bbbbbb]
MouseLeaveAction=[!SetOption text1 FontColor ffffff]
  1. Save the file and reload the skin via rainmeter.

For example:

[text1]
Meter=String
Text="Documents" # Edit this
FontFace=#FONT#
FontSize=#FONTSIZE#
AntiAlias=1
DynamicVariables=1
FontColor=ffffff
X=10
Y=10
LeftMouseDownAction=["C:\Users\dhana\Documents"] # Change this link to the path of software you want to use.
MouseOverAction=[!SetOption text1 FontColor bbbbbb]
MouseLeaveAction=[!SetOption text1 FontColor ffffff]

Customize Programs Context Menu

  1. Navigate to Programs folder and open Menu.ini.
  2. It looks something like this:
[text1]
Meter=String
Text="Calendar" # Edit this text
FontFace=#FONT#
FontSize=#FONTSIZE#
AntiAlias=1
DynamicVariables=1
FontColor=ffffff
X=10
Y=10
LeftMouseDownAction=["C:\Users\samee\Documents\Shortcuts\Calendar"] # Change this link to the path of software you want to use.
  1. Save the file and reload the skin via rainmeter.

For example:

[text1]
Meter=String
Text="CCleaner"
FontFace=#FONT#
FontSize=#FONTSIZE#
AntiAlias=1
DynamicVariables=1
FontColor=ffffff
X=10
Y=10
LeftMouseDownAction=["C:\Users\dhana\Desktop\CCleaner.exe"]

Customize Google Context Menu

  1. Navigate to Google folder and open Menu.ini.
  2. It looks something like this:
[text1]
Meter=String
Text="Gmail - Personal" # Edit this text
FontFace=#FONT#
FontSize=#FONTSIZE#
AntiAlias=1
DynamicVariables=1
FontColor=ffffff
X=10
Y=10
LeftMouseDownAction=["https://mail.google.com/mail/u/0/"] # Change this link to the path of software you want to use.
  1. Save the file and reload the skin via rainmeter.

For example:

[text1]
Meter=String
Text="GitHub"
FontFace=#FONT#
FontSize=#FONTSIZE#
AntiAlias=1
DynamicVariables=1
FontColor=ffffff
X=10
Y=10
LeftMouseDownAction=["https://github.com/"]

Credits to @DhananjayPorwal for the awesome explanation and info in the README.md <3