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!
Deviant Art: Menu Bar for Windows
├───@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
- Rainmeter, desktop customization tool
- Just install the SKIN.
- My Setup by 54M33R4 on DeviantArt
- Telegram Community: TIDWIB
- Navigate to
@Resources
and changenew-t-miniiiiii.png
with your file with same name. - Save the file and reload the skin via rainmeter.
- Navigate to
Menu
folder and openMenu.ini
. - 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]
- 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]
- Navigate to
Programs
folder and openMenu.ini
. - 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.
- 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"]
- Navigate to
Google
folder and openMenu.ini
. - 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.
- 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