From 939246741b98a912a04f22d0e2396ce52ccdc49a Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Thu, 8 Jan 2026 14:49:43 +0300 Subject: [PATCH 1/5] Add Apps-buttons This plugin allows you to add additional buttons to the Steam client, which allow you to launch any programs on your computer or open websites Millennium buttons open two links on the Internet - https://steambrew.app/plugins and https://steambrew.app/themes At any time, at the request of the user, they can be changed or deleted through the settings.json file They are inserted solely as an example of what this plugin can be used for - if the user does not need these buttons, he can remove them. The program allows you to launch not only third-party websites through buttons, but also local programs. For this, an analog of the os.execute command is used ("cmd /c launch "" /B "startup program""), which allows you to launch the application without opening the console window. --- .gitmodules | 3 +++ plugins/Apps-buttons | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/Apps-buttons diff --git a/.gitmodules b/.gitmodules index ef0d2fb..b6581e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule "plugins/steam-change-window-params"] path = plugins/steam-change-window-params url = https://github.com/ricewind012/steam-change-window-params +[submodule "plugins/Apps-buttons"] + path = plugins/Apps-buttons + url = https://github.com/diemonic1/Apps-buttons diff --git a/plugins/Apps-buttons b/plugins/Apps-buttons new file mode 160000 index 0000000..31828ce --- /dev/null +++ b/plugins/Apps-buttons @@ -0,0 +1 @@ +Subproject commit 31828cef607f22d0d007419eeb8db12558094f8a From 77c23bc2777117ded9f4bc281edbb3db1b3e7a5e Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Sat, 14 Feb 2026 16:17:45 +0300 Subject: [PATCH 2/5] Update achievement-groups --- plugins/achievement-groups | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/achievement-groups b/plugins/achievement-groups index fddae04..ee2ac73 160000 --- a/plugins/achievement-groups +++ b/plugins/achievement-groups @@ -1 +1 @@ -Subproject commit fddae04611d982ad2d2bed3b0edee6ffd152d077 +Subproject commit ee2ac73abd3a114463ae1c48db8667b5cfe5da7f From c52b80a2313aa7270ea1e9eb9654ea60ac59866b Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Sat, 14 Feb 2026 16:20:09 +0300 Subject: [PATCH 3/5] Remove Apps-buttons submodule --- plugins/Apps-buttons | 1 - 1 file changed, 1 deletion(-) delete mode 160000 plugins/Apps-buttons diff --git a/plugins/Apps-buttons b/plugins/Apps-buttons deleted file mode 160000 index 31828ce..0000000 --- a/plugins/Apps-buttons +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 31828cef607f22d0d007419eeb8db12558094f8a From 1b1657f249e262625a8d65de1f6de01017968ecd Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Sat, 14 Feb 2026 16:24:37 +0300 Subject: [PATCH 4/5] add custom buttons --- .gitmodules | 3 +++ Custom-buttons | 1 + 2 files changed, 4 insertions(+) create mode 160000 Custom-buttons diff --git a/.gitmodules b/.gitmodules index 425d994..59d69ea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -79,3 +79,6 @@ [submodule "plugins/gratitude"] path = plugins/gratitude url = https://github.com/BlythT/Gratitude-Millennium-Plugin +[submodule "Custom-buttons"] + path = Custom-buttons + url = https://github.com/diemonic1/Custom-buttons diff --git a/Custom-buttons b/Custom-buttons new file mode 160000 index 0000000..679025c --- /dev/null +++ b/Custom-buttons @@ -0,0 +1 @@ +Subproject commit 679025c5f2990347c86b8501796dedb5487e03e6 From e634cfc3857e96f82695e62f9821625932b8fa99 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Sat, 14 Feb 2026 16:32:56 +0300 Subject: [PATCH 5/5] add custom buttons plugin --- .gitmodules | 3 +++ plugins/Custom-buttons | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/Custom-buttons diff --git a/.gitmodules b/.gitmodules index 425d994..cbc51df 100644 --- a/.gitmodules +++ b/.gitmodules @@ -79,3 +79,6 @@ [submodule "plugins/gratitude"] path = plugins/gratitude url = https://github.com/BlythT/Gratitude-Millennium-Plugin +[submodule "plugins/Custom-buttons"] + path = plugins/Custom-buttons + url = https://github.com/diemonic1/Custom-buttons diff --git a/plugins/Custom-buttons b/plugins/Custom-buttons new file mode 160000 index 0000000..679025c --- /dev/null +++ b/plugins/Custom-buttons @@ -0,0 +1 @@ +Subproject commit 679025c5f2990347c86b8501796dedb5487e03e6