deviantART
Browse Art
Prints Shop
Groups
T-Shirts & Gear
Deviants
Sta.sh
dA muro
Chat
Journals
Today
Forum
Find More Art
Daily Deviations
Critiques
Critiqueable
Wallpaper
Random
Random Deviant
Random Deviation
Random Group
Search
Username or Email
Password
Stay logged in
Login
Join deviantART for FREE
Take the Tour
Forgot Password or Username?
Deviant Login
Buy Art
Buy T-Shirts & Gear
Buy adCast
Buy Premium Membership
Shop
Join deviantART for FREE
Take the Tour
Share
Share
Tweet
Pin
Share on Reddit
Share on Google+
Share on StumbleUpon
Share on LiveJournal
Link
Embed
Thumb
[x]
Buy This Print
close
Art Print
Canvas
Photo
Browse More Like This
Download File
ZIP, 494 KB
more ▶
More from ~
PhysX4
View Gallery
·
View Prints
Featured in Groups:
#
Customize-That-PC
Your 1st place for Customization
#
DesktopArt-BR
Desktop Art Brasil
#
deskmodder-de
...styling is everything
#
AskVG
Tweaks & Customizations
#
Deskmoddeiros
The art is here
#
Light-X-Customizers
Lightness is Everything!
#
Skinnerz
Live to skin, Skin to live.
#
MicrosoftMetroLovers
Show all
(16)
Details
Submitted:
February 20, 2012
File Size:
494 KB
Submitted with:
Sta.sh
Link
Thumb
Statistics
Comments:
78
Favourites:
122 [
who?
]
Views:
26,171
(16 today)
Downloads:
9,485
(6 today)
To
[friends]
Message
[x]
Windows MetroUI For Xwidget V2.0
by
~
PhysX4
Customization
/
Skins & Themes
/
Windows Utilities
/
Applications
©2012-2013 ~
PhysX4
Windows MetroUI For Xwidget V2.0
Icons1
[link]
Icons2
[link]
need Xwidget to run this widget. Download the application from here
[link]
download the program and install it ,then download the skin (MetroUI) and double click to install it.
how to make this skin work with my resolution?
just copy the code between lines (Appropriate for your pc)
then replace the code between:
function widgetOnLoad() <---------
your code here
function ButtonOnClick(Sender) <---------
original code : (1680x1050)
(Important)
Do not forget this: } or {
// for resolution (1680x1050 + 1600x1024)
----------------------------------------------------------------------------
{
widget.Top = WorkAreaTop;
Height = WorkAreaHeight;
widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
Button.top = workAreaTop + widget.Height - 60;
Button.left = workAreaWidth + WorkAreaLeft - 70;
web.top = widget.Height - 295;
web.left = workAreaLeft + 650;
button8.top = widget.Height - 60;
button8.left = workAreaWidth - 130;
button9.top = widget.Height - 60;
button9.left = workAreaWidth - 190;
layer1.top = widget.Height - 80;
layer1.left = workAreaLeft - 15;
text21.top = widget.Height - 80;
text21.left = workAreaWidth - 280;
//option1
recyclebin.top = widget.Height - 270;
recyclebin.left = workAreaWidth - 140;
clock.top = workAreaTop + 140;
clock.left = workAreaLeft + 600;
user.top = workAreaTop + 160;
user.left = workAreaWidth - 200;
user_nm.top = workAreaTop + 240;
user_nm.left = workAreaWidth - 260;
note.top = workAreaTop + 430;
note.left = workAreaLeft + 250;
Gmail.top = workAreaTop + 565;
Gmail.left = workAreaLeft + 520;
computer.top = workAreaTop + 430;
computer.left = workAreaLeft + 520;
explorer.top = workAreaTop + 430;
explorer.left = workAreaLeft + 655;
office.top = workAreaTop + 565;
office.left = workAreaLeft + 250;
games.top = workAreaTop + 565;
games.left = workAreaLeft + 385;
weather.top = workAreaTop + 430;
weather.left = workAreaLeft + 790;
control.top = workAreaTop + 565;
control.left = workAreaLeft + 790;
firefox.top = workAreaTop + 565;
firefox.left = workAreaLeft + 925;
rss.top = workAreaTop + 565;
rss.left = workAreaWidth - 555;
deviantart.top = workAreaTop + 430;
deviantart.left = workAreaWidth - 555;
box.top = workAreaTop + 430;
box.left = workAreaWidth - 420;
button3.top = workAreaTop + 40;
button3.left = workAreaWidth - 150;
button2.top = workAreaTop + 40;
button2.left = workAreaWidth - 150;
//option2
cpu.top = workAreaTop + 430;
cpu.left = workAreaLeft + 250;
hd.top = workAreaTop + 565;
hd.left = workAreaLeft + 520;
ram.top = workAreaTop + 565;
ram.left = workAreaLeft + 250;
net.top = workAreaTop + 430;
net.left = workAreaLeft + 520;
msn.top = workAreaTop + 430;
msn.left = workAreaLeft + 790;
skyp.top = workAreaTop + 565;
skyp.left = workAreaLeft + 790;
wmp.top = workAreaTop + 430;
wmp.left = workAreaLeft + 925;
pic.top = workAreaTop + 565;
pic.left = workAreaLeft + 925;
photo.top = workAreaTop + 565;
photo.left = workAreaWidth - 555;
wmp_ctrl.top = workAreaTop + 430;
wmp_ctrl.left = workAreaWidth - 555;
user_pic.src = AvatarPath;
user_nm.Text = LoginName;
}
----------------------------------------------------------------------------
// for resolution (1600x900)
----------------------------------------------------------------------------
{
widget.Top = WorkAreaTop;
Height = WorkAreaHeight;
widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
Button.top = workAreaTop + widget.Height - 60;
Button.left = workAreaWidth + WorkAreaLeft - 70;
web.top = widget.Height - 295;
web.left = workAreaLeft + 650;
button8.top = widget.Height - 60;
button8.left = workAreaWidth - 130;
button9.top = widget.Height - 60;
button9.left = workAreaWidth - 190;
layer1.top = widget.Height - 80;
layer1.left = workAreaLeft - 15;
text21.top = widget.Height - 80;
text21.left = workAreaWidth - 280;
//option1
recyclebin.top = widget.Height - 270;
recyclebin.left = workAreaWidth - 140;
clock.top = workAreaTop + 140;
clock.left = workAreaLeft + 600;
user.top = workAreaTop + 160;
user.left = workAreaWidth - 200;
user_nm.top = workAreaTop + 240;
user_nm.left = workAreaWidth - 260;
note.top = workAreaTop + 290;
note.left = workAreaLeft + 250;
Gmail.top = workAreaTop + 425;
Gmail.left = workAreaLeft + 520;
computer.top = workAreaTop + 290;
computer.left = workAreaLeft + 520;
explorer.top = workAreaTop + 290;
explorer.left = workAreaLeft + 655;
office.top = workAreaTop + 425;
office.left = workAreaLeft + 250;
games.top = workAreaTop + 425;
games.left = workAreaLeft + 385;
weather.top = workAreaTop + 290;
weather.left = workAreaLeft + 790;
control.top = workAreaTop + 425;
control.left = workAreaLeft + 790;
firefox.top = workAreaTop + 425;
firefox.left = workAreaLeft + 925;
rss.top = workAreaTop + 425;
rss.left = workAreaWidth - 540;
deviantart.top = workAreaTop + 290;
deviantart.left = workAreaWidth - 540;
box.top = workAreaTop + 290;
box.left = workAreaWidth - 405;
button3.top = workAreaTop + 40;
button3.left = workAreaWidth - 150;
button2.top = workAreaTop + 40;
button2.left = workAreaWidth - 150;
//option2
cpu.top = workAreaTop + 290;
cpu.left = workAreaLeft + 250;
hd.top = workAreaTop + 425;
hd.left = workAreaLeft + 520;
ram.top = workAreaTop + 425;
ram.left = workAreaLeft + 250;
net.top = workAreaTop + 290;
net.left = workAreaLeft + 520;
msn.top = workAreaTop + 290;
msn.left = workAreaLeft + 790;
skyp.top = workAreaTop + 425;
skyp.left = workAreaLeft + 790;
wmp.top = workAreaTop + 290;
wmp.left = workAreaLeft + 925;
pic.top = workAreaTop + 425;
pic.left = workAreaLeft + 925;
photo.top = workAreaTop + 425;
photo.left = workAreaWidth - 540;
wmp_ctrl.top = workAreaTop + 290;
wmp_ctrl.left = workAreaWidth - 540;
user_pic.src = AvatarPath;
user_nm.Text = LoginName;
}
----------------------------------------------------------------------------
// for resolution (1440x900)
----------------------------------------------------------------------------
{
widget.Top = WorkAreaTop;
Height = WorkAreaHeight;
widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
Button.top = workAreaTop + widget.Height - 60;
Button.left = workAreaWidth + WorkAreaLeft - 70;
web.top = widget.Height - 275;
web.left = workAreaLeft + 550;
button8.top = widget.Height - 60;
button8.left = workAreaWidth - 130;
button9.top = widget.Height - 60;
button9.left = workAreaWidth - 190;
layer1.top = widget.Height - 80;
layer1.left = workAreaLeft - 15;
text21.top = widget.Height - 80;
text21.left = workAreaWidth - 280;
//option1
recyclebin.top = widget.Height - 270;
recyclebin.left = workAreaWidth - 140;
clock.top = workAreaTop + 140;
clock.left = workAreaLeft + 490;
user.top = workAreaTop + 160;
user.left = workAreaWidth - 200;
user_nm.top = workAreaTop + 240;
user_nm.left = workAreaWidth - 260;
note.top = workAreaTop + 290;
note.left = workAreaLeft + 150;
Gmail.top = workAreaTop + 425;
Gmail.left = workAreaLeft + 420;
computer.top = workAreaTop + 290;
computer.left = workAreaLeft + 420;
explorer.top = workAreaTop + 290;
explorer.left = workAreaLeft + 555;
office.top = workAreaTop + 425;
office.left = workAreaLeft + 150;
games.top = workAreaTop + 425;
games.left = workAreaLeft + 285;
weather.top = workAreaTop + 290;
weather.left = workAreaLeft + 690;
control.top = workAreaTop + 425;
control.left = workAreaLeft + 690;
firefox.top = workAreaTop + 425;
firefox.left = workAreaLeft + 825;
rss.top = workAreaTop + 425;
rss.left = workAreaWidth - 440;
deviantart.top = workAreaTop + 290;
deviantart.left = workAreaWidth - 440;
box.top = workAreaTop + 290;
box.left = workAreaWidth - 305;
button3.top = workAreaTop + 40;
button3.left = workAreaWidth - 150;
button2.top = workAreaTop + 40;
button2.left = workAreaWidth - 150;
//option2
cpu.top = workAreaTop + 290;
cpu.left = workAreaLeft + 150;
hd.top = workAreaTop + 425;
hd.left = workAreaLeft + 420;
ram.top = workAreaTop + 425;
ram.left = workAreaLeft + 150;
net.top = workAreaTop + 290;
net.left = workAreaLeft + 420;
msn.top = workAreaTop + 290;
msn.left = workAreaLeft + 690;
skyp.top = workAreaTop + 425;
skyp.left = workAreaLeft + 690;
wmp.top = workAreaTop + 290;
wmp.left = workAreaLeft + 825;
pic.top = workAreaTop + 425;
pic.left = workAreaLeft + 825;
photo.top = workAreaTop + 425;
photo.left = workAreaWidth - 440;
wmp_ctrl.top = workAreaTop + 290;
wmp_ctrl.left = workAreaWidth - 440;
user_pic.src = AvatarPath;
user_nm.Text = LoginName;
}
----------------------------------------------------------------------------
// for resolution (1360x768)
----------------------------------------------------------------------------
{
widget.Top = WorkAreaTop;
Height = WorkAreaHeight;
widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
Button.top = workAreaTop + widget.Height - 60;
Button.left = workAreaWidth + WorkAreaLeft - 70;
web.top = widget.Height - 150;
web.left = workAreaLeft + 440;
button8.top = widget.Height - 60;
button8.left = workAreaWidth - 130;
button9.top = widget.Height - 60;
button9.left = workAreaWidth - 190;
layer1.top = widget.Height - 80;
layer1.left = workAreaLeft - 15;
text21.top = widget.Height - 80;
text21.left = workAreaWidth - 280;
//option1
recyclebin.top = widget.Height - 270;
recyclebin.left = workAreaWidth - 120;
clock.top = workAreaTop + 140;
clock.left = workAreaLeft + 400;
user.top = workAreaTop + 160;
user.left = workAreaWidth - 200;
user_nm.top = workAreaTop + 240;
user_nm.left = workAreaWidth - 260;
note.top = workAreaTop + 280;
note.left = workAreaLeft + 100;
Gmail.top = workAreaTop + 415;
Gmail.left = workAreaLeft + 370;
computer.top = workAreaTop + 280;
computer.left = workAreaLeft + 370;
explorer.top = workAreaTop + 280;
explorer.left = workAreaLeft + 505;
office.top = workAreaTop + 415;
office.left = workAreaLeft + 100;
games.top = workAreaTop + 415;
games.left = workAreaLeft + 235;
weather.top = workAreaTop + 280;
weather.left = workAreaLeft + 640;
control.top = workAreaTop + 415;
control.left = workAreaLeft + 640;
firefox.top = workAreaTop + 415;
firefox.left = workAreaLeft + 775;
rss.top = workAreaTop + 415;
rss.left = workAreaWidth - 400;
deviantart.top = workAreaTop + 280;
deviantart.left = workAreaWidth - 400;
box.top = workAreaTop + 280;
box.left = workAreaWidth - 265;
button3.top = workAreaTop + 40;
button3.left = workAreaWidth - 150;
button2.top = workAreaTop + 40;
button2.left = workAreaWidth - 150;
//option2
cpu.top = workAreaTop + 280;
cpu.left = workAreaLeft + 100;
hd.top = workAreaTop + 415;
hd.left = workAreaLeft + 370;
ram.top = workAreaTop + 415;
ram.left = workAreaLeft + 100;
net.top = workAreaTop + 280;
net.left = workAreaLeft + 370;
msn.top = workAreaTop + 280;
msn.left = workAreaLeft + 640;
skyp.top = workAreaTop + 415;
skyp.left = workAreaLeft + 640;
wmp.top = workAreaTop + 280;
wmp.left = workAreaLeft + 775;
pic.top = workAreaTop + 415;
pic.left = workAreaLeft + 775;
photo.top = workAreaTop + 415;
photo.left = workAreaWidth - 400;
wmp_ctrl.top = workAreaTop + 280;
wmp_ctrl.left = workAreaWidth - 400;
user_pic.src = AvatarPath;
user_nm.Text = LoginName;
}
----------------------------------------------------------------------------
// for resolution (1280x1024)
----------------------------------------------------------------------------
{
widget.Top = WorkAreaTop;
Height = WorkAreaHeight;
widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
Button.top = workAreaTop + widget.Height - 60;
Button.left = workAreaWidth + WorkAreaLeft - 70;
web.top = widget.Height - 275;
web.left = workAreaLeft + 440;
button8.top = widget.Height - 60;
button8.left = workAreaWidth - 130;
button9.top = widget.Height - 60;
button9.left = workAreaWidth - 190;
layer1.top = widget.Height - 80;
layer1.left = workAreaLeft - 15;
text21.top = widget.Height - 80;
text21.left = workAreaWidth - 280;
//option1
recyclebin.top = widget.Height - 270;
recyclebin.left = workAreaWidth - 140;
clock.top = workAreaTop + 140;
clock.left = workAreaLeft + 400;
user.top = workAreaTop + 160;
user.left = workAreaWidth - 200;
user_nm.top = workAreaTop + 240;
user_nm.left = workAreaWidth - 260;
note.top = workAreaTop + 330;
note.left = workAreaLeft + 50;
Gmail.top = workAreaTop + 465;
Gmail.left = workAreaLeft + 320;
computer.top = workAreaTop + 330;
computer.left = workAreaLeft + 320;
explorer.top = workAreaTop + 330;
explorer.left = workAreaLeft + 455;
office.top = workAreaTop + 465;
office.left = workAreaLeft + 50;
games.top = workAreaTop + 465;
games.left = workAreaLeft + 185;
weather.top = workAreaTop + 330;
weather.left = workAreaLeft + 590;
control.top = workAreaTop + 465;
control.left = workAreaLeft + 590;
firefox.top = workAreaTop + 465;
firefox.left = workAreaLeft + 725;
rss.top = workAreaTop + 465;
rss.left = workAreaWidth - 400;
deviantart.top = workAreaTop + 330;
deviantart.left = workAreaWidth - 400;
box.top = workAreaTop + 330;
box.left = workAreaWidth - 265;
button3.top = workAreaTop + 40;
button3.left = workAreaWidth - 150;
button2.top = workAreaTop + 40;
button2.left = workAreaWidth - 150;
//option2
cpu.top = workAreaTop + 330;
cpu.left = workAreaLeft + 50;
hd.top = workAreaTop + 465;
hd.left = workAreaLeft + 320;
ram.top = workAreaTop + 465;
ram.left = workAreaLeft + 50;
net.top = workAreaTop + 330;
net.left = workAreaLeft + 320;
msn.top = workAreaTop + 330;
msn.left = workAreaLeft + 590;
skyp.top = workAreaTop + 465;
skyp.left = workAreaLeft + 590;
wmp.top = workAreaTop + 330;
wmp.left = workAreaLeft + 725;
pic.top = workAreaTop + 465;
pic.left = workAreaLeft + 725;
photo.top = workAreaTop + 465;
photo.left = workAreaWidth - 400;
wmp_ctrl.top = workAreaTop + 330;
wmp_ctrl.left = workAreaWidth - 400;
user_pic.src = AvatarPath;
user_nm.Text = LoginName;
}
----------------------------------------------------------------------------
// for resolution (1280x800)
----------------------------------------------------------------------------
{
widget.Top = WorkAreaTop;
Height = WorkAreaHeight;
widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
Button.top = workAreaTop + widget.Height - 60;
Button.left = workAreaWidth + WorkAreaLeft - 70;
web.top = widget.Height - 160;
web.left = workAreaLeft + 440;
button8.top = widget.Height - 60;
button8.left = workAreaWidth - 130;
button9.top = widget.Height - 60;
button9.left = workAreaWidth - 190;
layer1.top = widget.Height - 80;
layer1.left = workAreaLeft - 15;
text21.top = widget.Height - 80;
text21.left = workAreaWidth - 280;
//option1
recyclebin.top = widget.Height - 270;
recyclebin.left = workAreaWidth - 100;
clock.top = workAreaTop + 140;
clock.left = workAreaLeft + 400;
user.top = workAreaTop + 150;
user.left = workAreaWidth - 200;
user_nm.top = workAreaTop + 230;
user_nm.left = workAreaWidth - 260;
note.top = workAreaTop + 270;
note.left = workAreaLeft + 80;
Gmail.top = workAreaTop + 405;
Gmail.left = workAreaLeft + 350;
computer.top = workAreaTop + 270;
computer.left = workAreaLeft + 350;
explorer.top = workAreaTop + 270;
explorer.left = workAreaLeft + 480;
office.top = workAreaTop + 405;
office.left = workAreaLeft + 80;
games.top = workAreaTop + 405;
games.left = workAreaLeft + 215;
weather.top = workAreaTop + 270;
weather.left = workAreaLeft + 620;
control.top = workAreaTop + 405;
control.left = workAreaLeft + 620;
firefox.top = workAreaTop + 405;
firefox.left = workAreaLeft + 755;
rss.top = workAreaTop + 405;
rss.left = workAreaWidth - 370;
deviantart.top = workAreaTop + 270;
deviantart.left = workAreaWidth - 370;
box.top = workAreaTop + 270;
box.left = workAreaWidth - 235;
button3.top = workAreaTop + 40;
button3.left = workAreaWidth - 150;
button2.top = workAreaTop + 40;
button2.left = workAreaWidth - 150;
//option2
cpu.top = workAreaTop + 270;
cpu.left = workAreaLeft + 80;
hd.top = workAreaTop + 405;
hd.left = workAreaLeft + 350;
ram.top = workAreaTop + 405;
ram.left = workAreaLeft + 80;
net.top = workAreaTop + 270;
net.left = workAreaLeft + 350;
msn.top = workAreaTop + 270;
msn.left = workAreaLeft + 620;
skyp.top = workAreaTop + 405;
skyp.left = workAreaLeft + 620;
wmp.top = workAreaTop + 270;
wmp.left = workAreaLeft + 755;
pic.top = workAreaTop + 405;
pic.left = workAreaLeft + 755;
photo.top = workAreaTop + 405;
photo.left = workAreaWidth - 370;
wmp_ctrl.top = workAreaTop + 270;
wmp_ctrl.left = workAreaWidth - 370;
user_pic.src = AvatarPath;
user_nm.Text = LoginName;
}
----------------------------------------------------------------------------
Add a Comment:
Preview
Add Comment
Emoticons
love
7
7
joy
4
4
wow
2
2
mad
0
0
sad
4
4
fear
0
0
neutral
0
0
Load All Images
~
dorian1803ichi
Apr 16, 2013
1024x768 please!!!
Reply
~
shashankansh
Jan 29, 2013
Student Digital Artist
this is sooo Awesome!!
BTW can u please put a separate link for the wallpaper?
Reply
~
NarutoXboy
Jan 11, 2013
Thank you very much , It is beautiful
Reply
~
callmee
Dec 1, 2012
WOW just wow. Very nice. Gonna try this out! Thanks for the hard work!
Reply
~
chaxiu
Nov 26, 2012
can't ..
Reply
~
SamuMontenegro07
Nov 22, 2012
Gracias
Reply
~
giggock
Oct 29, 2012
1024x768 Please!!
Reply
~
zinj
Oct 9, 2012
I can't find your wallpaper. What is the first one called?
Reply
~
0syrys
Sep 28, 2012
Student General Artist
for 1366x768 ?
i tryed 1360x768 but it has some bugs.
any ideeas ?
Reply
~
PhysX4
Sep 24, 2012
sorry i study now
Reply
Previous
1
2
3
...
Next
Go To Page:
Go
Add a Comment:
Preview
Add Comment
Emoticons
Sta.sh
Submit
Sta.sh
Sta.sh Writer
deviantART muro
Submit
deviantART
Hide Media
Preview
Submit Comment
Add Media
Style
Skin:
Change skin
Upload Files
BTW can u please put a separate link for the wallpaper?
i tryed 1360x768 but it has some bugs.
any ideeas ?