Skip to content

Commit

Permalink
Update to v0.5
Browse files Browse the repository at this point in the history
CHANGELOG (by purogamer):
- Introduction of a new layout called "Essentials", available in two different colour schemes.
- Account button improved
- Redesigned notifications
- Introduction of two new overlays
- Fixed bug which showed a weird square for a couple of seconds when starting Steam
------------------------------------------
EXTRA (by ShyVortex):
- Additional bug fixes and improvements
- Files and code cleanup
  • Loading branch information
ShyVortex committed Mar 10, 2023
1 parent 810f42d commit cada1ac
Show file tree
Hide file tree
Showing 570 changed files with 42,951 additions and 1,852 deletions.
Binary file not shown.
164 changes: 164 additions & 0 deletions Options++/Account Button Extra/accountbutton.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
"resource/layout/accountbutton.layout"
{

styles
{

AccountPersonaStyleOffline
{
// font-size=1
// textcolor=none
bgcolor=none
textcolor=white75
PADDING-LEFT=18
PADDING-right=12
font-size=18
font-family=semibold
inset="0 0 0 0"
render {
0="image(x0-32, y0-10, x1, y1, overlay/offline)"
}

}

AccountPersonaStyleOnline
{
// font-size=1
// textcolor=none
bgcolor=none
textcolor=accent
PADDING-LEFT=18
PADDING-right=12
font-size=18
font-family=semibold
inset="0 0 0 0"
render
{
0="image(x0-32, y0-10, x1, y1, overlay/account)"
}
render_bg {
0="fill(x0+16,y0+5,x1-10,y1-5, accent_alpha_31)"



//////////////////////////for esquina "izquierda" superior///////////////////////////////////////////
5="image(x0+6,y0+5,x0,y0, graphics/assets/accent/materiales/accent_alpha_31_url/ti)"

///////////////////for esquina "izquierda" inferior/////////////////////////////
////////left, bottom ,left bottom
1="image(x0+6,y1-15,x0,y1, graphics/assets/accent/materiales/accent_alpha_31_url/ai)"


/////////////////////////for esquina derecha superior///////////////////////////////////////////////
7="image(x1-10,y0+5,x1,y0, graphics/assets/accent/materiales/accent_alpha_31_url/td)"
/////////////////////for esquina inferior derecha//////////////////////////////////////////////////////
8="image(x1-10,y1-15,x1,y1, graphics/assets/accent/materiales/accent_alpha_31_url/ad)"
}
}

AccountPersonaStyleInGame
{
// font-size=1
// textcolor=none
bgcolor=none
textcolor=ingameNick
PADDING-LEFT=18
PADDING-right=12
font-size=18
font-family=semibold
inset="0 0 0 0"
render
{
0="image(x0-32, y0-10, x1, y1, overlay/online)"
}
render_bg {
0="fill(x0+16,y0+5,x1-10,y1-5, 4DAE41xx11)"



//////////////////////////for esquina "izquierda" superior///////////////////////////////////////////
5="image(x0+6,y0+5,x0,y0, materiales/4DAE41%11/ti)"

///////////////////for esquina "izquierda" inferior/////////////////////////////
////////left, bottom ,left bottom
1="image(x0+6,y1-15,x0,y1, materiales/4DAE41%11/ai)"


/////////////////////////for esquina derecha superior///////////////////////////////////////////////
7="image(x1-10,y0+5,x1,y0, materiales/4DAE41%11/td)"
/////////////////////for esquina inferior derecha//////////////////////////////////////////////////////
8="image(x1-10,y1-15,x1,y1, materiales/4DAE41%11/ad)"
}
}



AccountDropDownStyleOffline
{
bgcolor=none
}

AccountDropDownStyleOnline
{
bgcolor=none
render {

}
}

AccountDropDownStyleInGame
{
bgcolor=none
}

AccountBalanceStyle
{
bgcolor=none
// textcolor=white45
// font-size=16
// padding-right=10
// font-family=semibold
font-size=1
textcolor=none
}

AccountMenuButtonStyle
{
bgcolor=none
render_bg {

}
}
AccountMenuButtonStyle:hover
{
bgcolor=none
render_bg {

}

}
AccountMenuButtonStyle:active
{
bgcolor=none
render_bg
{


}
}
}

layout
{
place { control="account_menu_button" align=left height=39 width=max } // span over everything
place { control="account_balance" align=left margin-top=6 height=37 }
place { control="account_avatar" start=account_balance margin-left=0 margin-top=4 height=28 width=28 }
place { control="account_persona" start=account_avatar dir=right align=right height=30}


//hidden
place { control="account_drop_down" WIDTH=0 HEIGHT=0 }
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
AccountPersonaStyleOffline
{
bgcolor=none
minimum-width=60
textcolor=white
font-size=16
font-family=semibold
Expand All @@ -17,6 +18,7 @@
{
bgcolor=none
textcolor=accent
minimum-width=60
font-size=16
font-family=semibold
inset="0 0 0 0"
Expand All @@ -26,6 +28,7 @@
{
bgcolor=none
textcolor=ingameNick
minimum-width=60
font-size=16
font-family=semibold
inset="0 0 0 0"
Expand Down Expand Up @@ -64,6 +67,7 @@
bgcolor=none
render_bg {
1 = "image(x0, y0+0, x0, y0+0, graphics/fluent/icons/navbar/sidebar/mask"
2 = "fill(x0, y0+7,x1-50, y1-7, white08"
}
}
AccountMenuButtonStyle:hover
Expand All @@ -72,6 +76,7 @@
render_bg {
1 = "image(x0, y0+0, x0, y0+0, graphics/fluent/icons/navbar/sidebar/mask"
2 = "image(x0, y0+0, x0, y0+0, graphics/fluent/icons/navbar/sidebar/mask_h"
3 = "fill(x0, y0+7,x1-50, y1-7, white08"
}

}
Expand All @@ -81,18 +86,19 @@
render_bg
{
1 = "image(x0, y0+0, x0, y0+0, graphics/fluent/icons/navbar/sidebar/mask"
3 = "fill(x0, y0+7,x1-50, y1-7, white08"

}
}
}

layout
{
place { control="account_menu_button" margin-left=10 align=left height=50 width=50 } // span over everything
place { control="account_persona," align=right margin-right=14 margin-top=7 }
place { control="account_menu_button" margin-left=10 align=left height=50 width=51 } // span over everything
place { control="account_persona" align=left margin-left=66 margin-top=7 }
place { control=account_balance start=account_persona dir=down margin-top=1}
//place //control="" align=right margin-right=9 margin-top=15
place { control="account_avatar" margin-top=11 align=left height=28 width=28 margin-left=21 }
place { control="account_avatar" margin-top=11 align=left height=28 width=28 margin-left=22 }
place { control=",account_drop_down" width=0 height=0 }


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,11 @@
minimum-height=32
}

inboxmenuitem:hover {
textcolor = "white"
inboxmenuitem:hover {
textcolor = "accent_menuitem_text"
font-size = "18"

}

inboxmenuitem_active {
textcolor = "white"
font-size = "18"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,11 @@
minimum-height=32
}

inboxmenuitem:hover {
textcolor = "white"
inboxmenuitem:hover {
textcolor = "accent_menuitem_text"
font-size = "18"

}

inboxmenuitem_active {
textcolor = "white"
font-size = "18"
Expand Down
Loading

0 comments on commit cada1ac

Please sign in to comment.