forked from purogamer/Fluent-for-Steam
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
570 changed files
with
42,951 additions
and
1,852 deletions.
There are no files selected for viewing
Binary file added
BIN
+1.19 KB
Options++/Account Button Extra/Display Only Account Nickname/resource.7z
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 } | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.