diff --git a/Adwaita/adw/controls/popup.styles b/Adwaita/adw/controls/popup.styles index 287b6987..efb7d1bf 100644 --- a/Adwaita/adw/controls/popup.styles +++ b/Adwaita/adw/controls/popup.styles @@ -284,5 +284,59 @@ popup.styles { textcolor="button_fg" } + + Notification + { + font-family=basefont + font-size=14 + font-weight=400 + bgcolor="popover_bg" + textcolor="popover_fg" + render_bg {} + render + { + 0="fill(x0, y0, x1, y0+1, border)" + 1="fill(x0, y1-1, x1, y1, border)" + 2="fill(x0, y0+1, x0+1, y1-1, border)" + 3="fill(x1-1, y0+1, x1, y1-1, border)" + } + } + "Notification Label" + { + font-family=basefont + font-size=14 + font-weight=400 + textcolor="popover_fg" + } + + TooltipWindow + { + bgcolor="popover_bg" + render + { + 0="fill(x0, y0, x1, y0+1, border)" + 1="fill(x0, y1-1, x1, y1, border)" + 2="fill(x0, y0+1, x0+1, y1-1, border)" + 3="fill(x1-1, y0+1, x1, y1-1, border)" + } + } + "TooltipWindow Label" + { + padding-left=6 + padding-right=6 + font-family=basefont + font-size=14 + font-weight=400 + textcolor="popover_fg" + } + tooltip_headline + { + padding-left=6 + padding-right=6 + font-family=basefont + font-size=15 + font-weight=700 + textcolor="popover_fg" + } } } \ No newline at end of file diff --git a/Adwaita/adw/rootdialog.styles b/Adwaita/adw/rootdialog.styles index 659f9ff8..089dad42 100644 --- a/Adwaita/adw/rootdialog.styles +++ b/Adwaita/adw/rootdialog.styles @@ -4,8 +4,8 @@ rootdialog.styles { CSteamRootDialog { - minimum-width=1200 - minimum-height=600 + minimum-width=900 + minimum-height=500 } "CSteamRootDialog MenuBar" @@ -152,94 +152,6 @@ rootdialog.styles render_bg {} } - ReloadButton - { - inset="0 0 0 0" - padding="3 0 0 0" - minimum-width=34 - minimum-height=34 - image="assets/icons/refresh_backdrop" - } - ReloadButton:framefocus - { - image="assets/icons/refresh" - } - ReloadButton:hover - { - render_bg - { - 0="fill(x0+6, y0, x0+28, y0+34, button_hover_bg)" - 1="fill(x0, y0+6, x0+6, y0+28, button_hover_bg)" - 2="fill(x0+28, y0+6, x0+34, y0+28, button_hover_bg)" - 3="image(x0, y0, x0+6, y0+6, assets/corners/6_w15/tl)" - 4="image(x0+28, y0, x0+34, y0+6, assets/corners/6_w15/tr)" - 5="image(x0, y0+28, x0+6, y0+34, assets/corners/6_w15/bl)" - 6="image(x0+28, y0+28, x0+34, y0+34, assets/corners/6_w15/br)" - } - } - ReloadButton:active - { - render_bg - { - 0="fill(x0+6, y0, x0+28, y0+34, button_active_bg)" - 1="fill(x0, y0+6, x0+6, y0+28, button_active_bg)" - 2="fill(x0+28, y0+6, x0+34, y0+28, button_active_bg)" - 3="image(x0, y0, x0+6, y0+6, assets/corners/6_w30/tl)" - 4="image(x0+28, y0, x0+34, y0+6, assets/corners/6_w30/tr)" - 5="image(x0, y0+28, x0+6, y0+34, assets/corners/6_w30/bl)" - 6="image(x0+28, y0+28, x0+34, y0+34, assets/corners/6_w30/br)" - } - } - ReloadButton:disabled - { - image="assets/icons/refresh_disabled" - render_bg {} - } - - StopButton - { - inset="0 0 0 0" - padding="3 0 0 0" - minimum-width=34 - minimum-height=34 - image="assets/icons/stop_backdrop" - } - StopButton:framefocus - { - image="assets/icons/stop" - } - StopButton:hover - { - render_bg - { - 0="fill(x0+6, y0, x0+28, y0+34, button_hover_bg)" - 1="fill(x0, y0+6, x0+6, y0+28, button_hover_bg)" - 2="fill(x0+28, y0+6, x0+34, y0+28, button_hover_bg)" - 3="image(x0, y0, x0+6, y0+6, assets/corners/6_w15/tl)" - 4="image(x0+28, y0, x0+34, y0+6, assets/corners/6_w15/tr)" - 5="image(x0, y0+28, x0+6, y0+34, assets/corners/6_w15/bl)" - 6="image(x0+28, y0+28, x0+34, y0+34, assets/corners/6_w15/br)" - } - } - StopButton:active - { - render_bg - { - 0="fill(x0+6, y0, x0+28, y0+34, button_active_bg)" - 1="fill(x0, y0+6, x0+6, y0+28, button_active_bg)" - 2="fill(x0+28, y0+6, x0+34, y0+28, button_active_bg)" - 3="image(x0, y0, x0+6, y0+6, assets/corners/6_w30/tl)" - 4="image(x0+28, y0, x0+34, y0+6, assets/corners/6_w30/tr)" - 5="image(x0, y0+28, x0+6, y0+34, assets/corners/6_w30/bl)" - 6="image(x0+28, y0+28, x0+34, y0+34, assets/corners/6_w30/br)" - } - } - StopButton:disabled - { - image="assets/icons/stop_disabled" - render_bg {} - } - view_friends { padding-left=7 @@ -336,6 +248,7 @@ rootdialog.styles padding-left=26 padding-right=8 padding-bottom=8 + minimum-width=34 font-family=basefont font-size=15 font-weight=700 @@ -386,26 +299,28 @@ rootdialog.styles 6="image(x1-6, y0+28, x1, y0+34, assets/corners/6_w30/br)" } } + + // navigation icons CUINavButtonNew { font-size=1 textcolor=none render { - 0="image(x1+16, y0+9, x1+32, y0+25, assets/icons/store_backdrop)" - 1="image(x1+140, y0+9, x1+156, y0+25, assets/icons/library_backdrop)" - 2="image(x1+264, y0+9, x1+280, y0+25, assets/icons/community_backdrop)" - 3="image(x1+388, y0+9, x1+404, y0+25, assets/icons/profile_backdrop)" + 0="image(x1+10, y0+9, x1+26, y0+25, assets/icons/store_backdrop)" + 1="image(x1+134, y0+9, x1+150, y0+25, assets/icons/library_backdrop)" + 2="image(x1+258, y0+9, x1+274, y0+25, assets/icons/community_backdrop)" + 3="image(x1+382, y0+9, x1+398, y0+25, assets/icons/profile_backdrop)" } } CUINavButtonNew:framefocus { render { - 0="image(x1+16, y0+9, x1+32, y0+25, assets/icons/store)" - 1="image(x1+140, y0+9, x1+156, y0+25, assets/icons/library)" - 2="image(x1+264, y0+9, x1+280, y0+25, assets/icons/community)" - 3="image(x1+388, y0+9, x1+404, y0+25, assets/icons/profile)" + 0="image(x1+10, y0+9, x1+26, y0+25, assets/icons/store)" + 1="image(x1+134, y0+9, x1+150, y0+25, assets/icons/library)" + 2="image(x1+258, y0+9, x1+274, y0+25, assets/icons/community)" + 3="image(x1+382, y0+9, x1+398, y0+25, assets/icons/profile)" } } @@ -417,6 +332,13 @@ rootdialog.styles shadowtextcolor="button_fg" selectedtextcolor="accent_fg" selectedbgcolor="accent_bg" + render_bg + { + 0="fill(x0+6, y0, x1, y1, button_bg)" + 1="fill(x0, y0+6, x0+6, y1-6, button_bg)" + 2="image(x0, y0, x0+6, y0+6, assets/corners/6_w10/tl)" + 3="image(x0, y1-6, x0+6, y1, assets/corners/6_w10/bl)" + } } "CSteamRootDialog URLBarSecure:framefocus" { @@ -435,6 +357,50 @@ rootdialog.styles image="graphics/html_lock_disabled" inset="0 0 0 0" } + + ReloadButton + { + inset="0 0 0 0" + padding="0 0 0 0" + image="assets/icons/refresh_backdrop" + render_bg + { + 0="fill(x0, y0, x1-6, y1, button_bg)" + 1="fill(x1-6, y0+6, x1, y1-6, button_bg)" + 2="image(x1-6, y0, x1, y0+6, assets/corners/6_w10/tr)" + 3="image(x1-6, y1-6, x1, y1, assets/corners/6_w10/br)" + } + } + ReloadButton:hover + { + image="assets/icons/refresh" + } + ReloadButton:disabled + { + image="assets/icons/refresh_disabled" + } + + StopButton + { + inset="0 0 0 0" + padding="0 0 0 0" + image="assets/icons/stop_backdrop" + render_bg + { + 0="fill(x0, y0, x1-6, y1, button_bg)" + 1="fill(x1-6, y0+6, x1, y1-6, button_bg)" + 2="image(x1-6, y0, x1, y0+6, assets/corners/6_w10/tr)" + 3="image(x1-6, y1-6, x1, y1, assets/corners/6_w10/br)" + } + } + StopButton:hover + { + image="assets/icons/stop" + } + StopButton:disabled + { + image="assets/icons/stop_disabled" + } WebPanelStyle { diff --git a/Adwaita/resource/layout/steamrootdialog.layout b/Adwaita/resource/layout/steamrootdialog.layout index f4b32fbd..00e4c165 100644 --- a/Adwaita/resource/layout/steamrootdialog.layout +++ b/Adwaita/resource/layout/steamrootdialog.layout @@ -7,12 +7,13 @@ steamrootdialog.layout place { control="frame_title" width=max height=48 } place { control="UINavigatorPanel" width=max height=max } - place { control="InboxButton,view_friends,UIStatusPanel,MenuBar" width=34 height=34 y=7 margin-right=12 spacing=6 align=right end-right="frame_minimize" } + place { control="InboxButton,MenuBar" width=34 height=34 y=7 margin-right=12 spacing=6 align=right end-right="frame_minimize" } + place { control="AccountButton" width=28 height=28 y=10 margin-right=12 align=right end-right="InboxButton" } place { control="frame_captiongrip" margin=2 width=max height=104 } region { name="hidden" width=0 height=0 margin-left=-999 } - place { control="fullscreen,startvr,exitvr,add_game,AnnouncementButton,ParentalLockButton,universe_label,EOLAlert,SupportAlert" region="hidden" width=0 height=0 } + place { control="UIStatusPanel,view_friends,fullscreen,startvr,exitvr,add_game,AnnouncementButton,ParentalLockButton,universe_label,EOLAlert,SupportAlert" region="hidden" width=0 height=0 } } } diff --git a/Adwaita/resource/layout/uinavigatorpanel.layout b/Adwaita/resource/layout/uinavigatorpanel.layout index 325dc20b..386cf41f 100644 --- a/Adwaita/resource/layout/uinavigatorpanel.layout +++ b/Adwaita/resource/layout/uinavigatorpanel.layout @@ -2,20 +2,21 @@ uinavigatorpanel.layout { layout { - region { name="left_buttons" x=0 y=7 width=250 height=34 } - place { control="label_console" region="left_buttons" x=7 y=0 width=34 height=42 } - place { control="back,forward,refresh,stop" region="left_buttons" start="label_console" x=7 y=0 width=34 height=34 spacing=6 } + region { name="left" x=0 y=7 width=166 height=34 } + region { name="tabs" margin-left=170 margin-right=170 } - place { control="label_store,label_library,label_community,label_me,label_news" spacing=4 margin-top=7 width=120 height=42 align=top-center } - place { control="label_community_new" y=7 width=0 height=34 align=right end-right="label_store" margin-right=6 } // tab icons + place { control="label_console" region="left" x=7 y=0 width=34 height=42 } + place { control="back,forward" region="left" start="label_console" x=7 y=0 width=34 height=34 spacing=6 } + + place { control="label_store,label_library,label_community,label_me,label_news" region="tabs" spacing=4 margin-top=7 width=120 height=42 align=top-center } + place { control="label_community_new" region="tabs" y=7 width=0 height=34 align=right end-right="label_store" } // tab icons place { control="label_community_friends,label_community_profile,label_community_gamehubs,label_community_forums,label_community_workshop,label_community_greenlight,label_community_marketplace" x=0 y=48 spacing=0 height=32 } - place { control="URLBar" width=600 height=30 margin-top=52 margin-left=16 margin-right=16 align=top-center } + place { control="URLBar" width=600 height=30 margin-top=52 margin-left=16 margin-right=46 align=top-center } place { control="URLStatusImage" align=left start="URLBar" width=16 height=16 margin-left=-594 margin-top=7 } - place { control="PageLoadThrobber" align=left start="URLBar" width=16 height=16 margin-left=-24 margin-top=7 } - - region { name="dropdown" width=200 x=82 y=80 height=20 } + place { control="PageLoadThrobber" align=left start="URLBar" width=16 height=16 margin-left=-594 margin-top=7 } + place { control="refresh,stop" align=left start="URLBar" width=30 height=30 } place { control="URLAnchor" align=left y=48 height=38 width=max } place { control="LibraryAnchor" height=38 width=max start="URLAnchor" dir=down } diff --git a/Adwaita/resource/menus/steam.menu b/Adwaita/resource/menus/steam.menu index 9e2105fb..13b6896d 100644 --- a/Adwaita/resource/menus/steam.menu +++ b/Adwaita/resource/menus/steam.menu @@ -4,10 +4,12 @@ menubar { text="" - SkinVersion { text="Adwaita for Steam v0.1" shellcmd="steam://openurl/https://github.com/tkashkin/Adwaita-for-Steam" } + SkinVersion { text="Adwaita for Steam v0.2" shellcmd="steam://openurl/https://github.com/tkashkin/Adwaita-for-Steam" } Divider {} + ViewFriends { text="#steam_menu_view_friends" shellcmd="steam://open/friends" } + StartVR { text="#steam_menu_startvr" command="startvr" } ExitVR { text="#steam_menu_exitvr" command="exitvr" } BigPicture { text="#steam_menu_bigpicturemode" shellcmd="steam://open/bigpicture" } diff --git a/install.py b/install.py index da5cfef3..7d06a9b7 100755 --- a/install.py +++ b/install.py @@ -41,11 +41,11 @@ def list_patches(patches: list[Path]) -> NoReturn: def apply_patch(parentdir: Path, patch: Path): with patch.open() as patch_file: - print(f"Applying patch {TEXT_BOLD}{patch_name(patch)}{TEXT_RESET}...") + print(f"\nApplying patch {TEXT_BOLD}{patch_name(patch)}{TEXT_RESET}...") try: subprocess.run(["patch", "-l", "-p0"], cwd = parentdir, stdin = patch_file) except Exception as e: - print(f"Error applying patch: {e}") + print(f"\nError applying patch: {e}") def install(source: Path, target: Path, name: str): if target.is_dir(): diff --git a/patches/windowcontrols/left-all.patch b/patches/windowcontrols/left-all.patch index 67bcfa26..cd7abe94 100644 --- a/patches/windowcontrols/left-all.patch +++ b/patches/windowcontrols/left-all.patch @@ -1,7 +1,6 @@ # 3 buttons on the left side (macOS-like layout) -diff -ruN Adwaita/adw/controls/window.styles Adwaita-patched/adw/controls/window.styles --- Adwaita/adw/controls/window.styles -+++ Adwaita-patched/adw/controls/window.styles ++++ Adwaita/adw/controls/window.styles @@ -34,6 +34,7 @@ 0="fill(x0, y0, x1, y1, headerbar_backdrop)" 1="fill(x0, y1-1, x1, y1, headerbar_shade)" @@ -10,39 +9,47 @@ diff -ruN Adwaita/adw/controls/window.styles Adwaita-patched/adw/controls/window } FrameTitle:framefocus { -diff -ruN Adwaita/resource/layout/steamrootdialog.layout Adwaita-patched/resource/layout/steamrootdialog.layout + --- Adwaita/resource/layout/steamrootdialog.layout -+++ Adwaita-patched/resource/layout/steamrootdialog.layout -@@ -2,12 +2,12 @@ ++++ Adwaita/resource/layout/steamrootdialog.layout +@@ -2,13 +2,13 @@ { layout { - place { control="frame_minimize,frame_maximize,frame_close" align=right spacing=14 margin-right=12 y=12 } -+ place { control="frame_close,frame_maximize,frame_minimize" align=left spacing=14 margin-left=12 y=12 } ++ place { control="frame_close,frame_maximize,frame_minimize" spacing=14 margin-left=12 y=12 } place { control="frame_title" width=max height=48 } place { control="UINavigatorPanel" width=max height=max } -- place { control="InboxButton,view_friends,UIStatusPanel,MenuBar" width=34 height=34 y=7 margin-right=12 spacing=6 align=right end-right="frame_minimize" } -+ place { control="InboxButton,view_friends,UIStatusPanel,MenuBar" width=34 height=34 y=7 margin-right=7 spacing=6 align=right } +- place { control="InboxButton,MenuBar" width=34 height=34 y=7 margin-right=12 spacing=6 align=right end-right="frame_minimize" } ++ place { control="InboxButton,MenuBar" width=34 height=34 y=7 margin-right=7 spacing=6 align=right } + place { control="AccountButton" width=28 height=28 y=10 margin-right=12 align=right end-right="InboxButton" } place { control="frame_captiongrip" margin=2 width=max height=104 } -diff -ruN Adwaita/resource/layout/uinavigatorpanel.layout Adwaita-patched/resource/layout/uinavigatorpanel.layout + --- Adwaita/resource/layout/uinavigatorpanel.layout -+++ Adwaita-patched/resource/layout/uinavigatorpanel.layout -@@ -2,7 +2,7 @@ ++++ Adwaita/resource/layout/uinavigatorpanel.layout +@@ -2,11 +2,11 @@ { layout { -- region { name="left_buttons" x=0 y=7 width=250 height=34 } -+ region { name="left_buttons" x=119 y=7 width=250 height=34 } - place { control="label_console" region="left_buttons" x=7 y=0 width=34 height=42 } - place { control="back,forward,refresh,stop" region="left_buttons" start="label_console" x=7 y=0 width=34 height=34 spacing=6 } +- region { name="left" x=0 y=7 width=166 height=34 } +- region { name="tabs" margin-left=170 margin-right=170 } ++ region { name="left" x=119 y=7 width=120 height=34 } ++ region { name="tabs" margin-left=210 margin-right=200 } + +- place { control="label_console" region="left" x=7 y=0 width=34 height=42 } +- place { control="back,forward" region="left" start="label_console" x=7 y=0 width=34 height=34 spacing=6 } ++ place { control="label_console" region="hidden" width=0 height=0 } ++ place { control="back,forward" region="left" x=7 y=0 width=34 height=34 spacing=6 } -diff -ruN Adwaita/resource/steamscheme.res Adwaita-patched/resource/steamscheme.res + place { control="label_store,label_library,label_community,label_me,label_news" region="tabs" spacing=4 margin-top=7 width=120 height=42 align=top-center } + place { control="label_community_new" region="tabs" y=7 width=0 height=34 align=right end-right="label_store" } // tab icons + --- Adwaita/resource/steamscheme.res -+++ Adwaita-patched/resource/steamscheme.res ++++ Adwaita/resource/steamscheme.res @@ -6,16 +6,15 @@ { frame_close @@ -70,9 +77,9 @@ diff -ruN Adwaita/resource/steamscheme.res Adwaita-patched/resource/steamscheme. xpos -999 ypos 0 wide 0 -diff -ruN Adwaita/steam/cached/UpdateNewsDialog.res Adwaita-patched/steam/cached/UpdateNewsDialog.res + --- Adwaita/steam/cached/UpdateNewsDialog.res -+++ Adwaita-patched/steam/cached/UpdateNewsDialog.res ++++ Adwaita/steam/cached/UpdateNewsDialog.res @@ -4,19 +4,19 @@ { FrameTitle @@ -110,4 +117,4 @@ diff -ruN Adwaita/steam/cached/UpdateNewsDialog.res Adwaita-patched/steam/cached + place { control="PrevButton,NextButton" x=87 y=7 width=34 height=34 spacing=6 } place { control="HTMLSellPage" width=max height=max margin-top=48 } - + \ No newline at end of file diff --git a/patches/windowcontrols/left.patch b/patches/windowcontrols/left.patch index a100552f..440d14b3 100644 --- a/patches/windowcontrols/left.patch +++ b/patches/windowcontrols/left.patch @@ -1,7 +1,6 @@ # Close button on the left side -diff -ruN Adwaita/adw/controls/window.styles Adwaita-patched/adw/controls/window.styles --- Adwaita/adw/controls/window.styles -+++ Adwaita-patched/adw/controls/window.styles ++++ Adwaita/adw/controls/window.styles @@ -34,6 +34,7 @@ 0="fill(x0, y0, x1, y1, headerbar_backdrop)" 1="fill(x0, y1-1, x1, y1, headerbar_shade)" @@ -10,45 +9,40 @@ diff -ruN Adwaita/adw/controls/window.styles Adwaita-patched/adw/controls/window } FrameTitle:framefocus { -diff -ruN Adwaita/resource/layout/steamrootdialog.layout Adwaita-patched/resource/layout/steamrootdialog.layout + --- Adwaita/resource/layout/steamrootdialog.layout -+++ Adwaita-patched/resource/layout/steamrootdialog.layout -@@ -2,17 +2,17 @@ ++++ Adwaita/resource/layout/steamrootdialog.layout +@@ -2,12 +2,13 @@ { layout { - place { control="frame_minimize,frame_maximize,frame_close" align=right spacing=14 margin-right=12 y=12 } + place { control="frame_close" margin-left=12 y=12 } ++ place { control="frame_maximize,frame_minimize" region="hidden" width=0 height=0 } place { control="frame_title" width=max height=48 } place { control="UINavigatorPanel" width=max height=max } -- place { control="InboxButton,view_friends,UIStatusPanel,MenuBar" width=34 height=34 y=7 margin-right=12 spacing=6 align=right end-right="frame_minimize" } -+ place { control="InboxButton,view_friends,UIStatusPanel,MenuBar" width=34 height=34 y=7 margin-right=7 spacing=6 align=right } - place { control="AccountButton" width=28 height=28 y=10 margin-right=12 align=right end-right="InboxButton" } +- place { control="InboxButton,MenuBar" width=34 height=34 y=7 margin-right=12 spacing=6 align=right end-right="frame_minimize" } ++ place { control="InboxButton,MenuBar" width=34 height=34 y=7 margin-right=7 spacing=6 align=right } - place { control="frame_captiongrip" margin=2 width=max height=104 } + place { control="AccountButton" width=28 height=28 y=10 margin-right=12 align=right end-right="InboxButton" } - region { name="hidden" width=0 height=0 margin-left=-999 } -- place { control="fullscreen,startvr,exitvr,add_game,AnnouncementButton,ParentalLockButton,universe_label,EOLAlert,SupportAlert" region="hidden" width=0 height=0 } -+ place { control="frame_maximize,frame_minimize,fullscreen,startvr,exitvr,add_game,AnnouncementButton,ParentalLockButton,universe_label,EOLAlert,SupportAlert" region="hidden" width=0 height=0 } - } - } -diff -ruN Adwaita/resource/layout/uinavigatorpanel.layout Adwaita-patched/resource/layout/uinavigatorpanel.layout + --- Adwaita/resource/layout/uinavigatorpanel.layout -+++ Adwaita-patched/resource/layout/uinavigatorpanel.layout ++++ Adwaita/resource/layout/uinavigatorpanel.layout @@ -2,7 +2,7 @@ { layout { -- region { name="left_buttons" x=0 y=7 width=250 height=34 } -+ region { name="left_buttons" x=40 y=7 width=250 height=34 } - place { control="label_console" region="left_buttons" x=7 y=0 width=34 height=42 } - place { control="back,forward,refresh,stop" region="left_buttons" start="label_console" x=7 y=0 width=34 height=34 spacing=6 } +- region { name="left" x=0 y=7 width=166 height=34 } ++ region { name="left" x=39 y=7 width=166 height=34 } + region { name="tabs" margin-left=170 margin-right=170 } -diff -ruN Adwaita/resource/steamscheme.res Adwaita-patched/resource/steamscheme.res + place { control="label_console" region="left" x=7 y=0 width=34 height=42 } + --- Adwaita/resource/steamscheme.res -+++ Adwaita-patched/resource/steamscheme.res ++++ Adwaita/resource/steamscheme.res @@ -6,11 +6,11 @@ { frame_close @@ -63,9 +57,9 @@ diff -ruN Adwaita/resource/steamscheme.res Adwaita-patched/resource/steamscheme. } frame_maximize -diff -ruN Adwaita/steam/cached/UpdateNewsDialog.res Adwaita-patched/steam/cached/UpdateNewsDialog.res + --- Adwaita/steam/cached/UpdateNewsDialog.res -+++ Adwaita-patched/steam/cached/UpdateNewsDialog.res ++++ Adwaita/steam/cached/UpdateNewsDialog.res @@ -4,19 +4,19 @@ { FrameTitle diff --git a/patches/windowcontrols/right-all.patch b/patches/windowcontrols/right-all.patch index 4bbbeaa0..eb231154 100644 --- a/patches/windowcontrols/right-all.patch +++ b/patches/windowcontrols/right-all.patch @@ -1,7 +1,20 @@ # 3 buttons on the right side (Windows-like layout) -diff -ruN Adwaita/resource/steamscheme.res Adwaita-patched/resource/steamscheme.res +--- Adwaita/resource/layout/uinavigatorpanel.layout ++++ Adwaita/resource/layout/uinavigatorpanel.layout +@@ -2,9 +2,9 @@ + { + layout + { + region { name="left" x=0 y=7 width=166 height=34 } +- region { name="tabs" margin-left=170 margin-right=170 } ++ region { name="tabs" margin-left=230 margin-right=244 } + + place { control="label_console" region="left" x=7 y=0 width=34 height=42 } + place { control="back,forward" region="left" start="label_console" x=7 y=0 width=34 height=34 spacing=6 } + + --- Adwaita/resource/steamscheme.res -+++ Adwaita-patched/resource/steamscheme.res ++++ Adwaita/resource/steamscheme.res @@ -15,7 +15,6 @@ frame_maximize