Skip to content

Commit 7c5f354

Browse files
AdWMGUI 1.8.2
1 parent d4470b4 commit 7c5f354

File tree

10 files changed

+91
-5
lines changed

10 files changed

+91
-5
lines changed

AdWMFuncLib/ShutdownPC/shutdownpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def ShutdownPC():
3333
window.title(shutdownpc_title)
3434
window.geometry("500x500")
3535
window.resizable(resx,resy)
36+
window.iconbitmap("Icon/adwmgui_shutdown_pc.ico")
3637
window.configure(bg=window_bg)
3738
quick_access = Label(window, text=quick_access_title, font=("Arial",12,"bold"), anchor="w", justify=LEFT, bg=label_bg, fg=label_fg)
3839
quick_access.pack(fill="x", anchor="w")

AdWMFuncLib/Systemclean.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/AdWMGUI
66
A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/AdWMGUI """
77

8-
import subprocess, threading
8+
import subprocess, threading, os
99
from tkinter import *
1010
from tkinter import messagebox
1111
from AdWMGUILang.lang import *
@@ -78,6 +78,7 @@ def SystemClean():
7878
window.title(system_clean_title)
7979
window.geometry("500x300")
8080
window.resizable(resx,resy)
81+
window.iconbitmap("Icon/adwmgui_system_clean.ico")
8182
window.configure(bg=window_bg)
8283
quick_clean_label = Label(window, text=quick_clean_title, font=("Arial",12,"bold"), anchor="w", justify=LEFT, bg=label_bg, fg=label_fg)
8384
quick_clean_label.pack(fill="x", anchor="w")

AdWMFuncLib/Systemrepair.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def SystemRepair():
6363
window.title(system_clean_title)
6464
window.geometry("500x300")
6565
window.resizable(resx,resy)
66+
window.iconbitmap("Icon/adwmgui_system_repair.ico")
6667
window.configure(bg=window_bg)
6768
window.bind('<Control-w>', close)
6869
basic_sys_repair_label = Label(window, text=basic_sys_repair_title, anchor="w", justify=LEFT, font=("Arial", 12, "bold"), bg=label_bg, fg=label_fg)

AdWMGUILang/lang.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from tkinter import *
99
from tkinter import font
10-
import configparser, os
10+
import configparser
1111

1212
config = configparser.ConfigParser()
1313
config.read("Settings/settings.ini")
@@ -24,7 +24,7 @@
2424
all_operations_shutdownpc_title = "Do all operations and then shut down the computer"
2525
app_information_title = "App knowledge:\n"
2626
app_name_txt = "App name: AdWMGUI (Advanced Windows Manager GUI)"
27-
app_version_txt = "Version: 1.8.1"
27+
app_version_txt = "Version: 1.8.2"
2828
app_version_type_txt = "Version type: Stable version"
2929
licence_information_title = "Licence information:\n"
3030
licence_name_txt = "Licence name: GPL"
@@ -118,7 +118,7 @@
118118
all_operations_shutdownpc_title = "Tüm işlemleri yap ardından Bilgisayarı kapat"
119119
app_information_title = "Uygulama bilgisi:\n"
120120
app_name_txt = "Uygulama adı: AdWMGUI (Advanced Windows Manager GUI)"
121-
app_version_txt = "Sürüm: 1.8.1"
121+
app_version_txt = "Sürüm: 1.8.2"
122122
app_version_type_txt = "Sürüm tipi: Stabil sürüm"
123123
licence_information_title = "Lisans bilgisi:\n"
124124
licence_name_txt = "Lisans adı: GPL"

Icon/adwmgui_shutdown_pc.ico

189 KB
Binary file not shown.

Icon/adwmgui_system_clean.ico

174 KB
Binary file not shown.

Icon/adwmgui_system_repair.ico

211 KB
Binary file not shown.

Icon/adwmgui_system_req.ico

182 KB
Binary file not shown.

Icon/readme.txt

Lines changed: 83 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,95 @@
11
TR (Turkish / Türkçe):
22

3+
adwmgui_icon.ico
4+
35
Icon: https://www.iconarchive.com/show/unleashed-icons-by-pc-unleashed/desktop-icon.html
46
Oluşturucu: https://www.iconarchive.com/artist/pc-unleashed.html
57
Lisans: Freeware / Ücretsiz
68
Ticari kullanım: İzin verilir.
79

10+
adwmgui_about.ico
11+
12+
Icon: adwmgui_about.ico
13+
Oluşturucu: Microsoft Copilot
14+
15+
settings_icon.ico
16+
17+
Icon: settings_icon.ico
18+
Oluşturucu: ChatGPT
19+
20+
adwmgui_shutdown_pc.ico
21+
22+
Icon: https://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org/Actions-system-shutdown-icon.html
23+
Oluşturucu: https://www.iconarchive.com/artist/oxygen-icons.org.html
24+
Lisans: LGPL (Open Source)
25+
Ticari kullanım: İzin verilir.
26+
27+
adwmgui_system_clean.ico
28+
29+
Icon: https://www.iconarchive.com/show/recycling-icons-by-robinweatherall/recycle-2-icon.html
30+
Oluşturucu: https://www.iconarchive.com/artist/robinweatherall.html
31+
Web site bağlantısı: https://robinweatherall.com
32+
Lisans: -
33+
Ticari kullanım: İzin verilir.
34+
35+
adwmgui_system_repair.ico
36+
37+
Icon: https://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org/Categories-preferences-system-icon.html
38+
Oluşturucu: https://www.iconarchive.com/artist/oxygen-icons.org.html
39+
Lisans: LGPL (Open Source)
40+
Ticari kullanım: İzin verilir.
41+
42+
adwmgui_system_req.ico
43+
44+
Icon: hhttps://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org/Actions-dialog-ok-apply-icon.html
45+
Oluşturucu: https://www.iconarchive.com/artist/oxygen-icons.org.html
46+
Lisans: LGPL (Open Source)
47+
Ticari kullanım: İzin verilir.
48+
849
EN (English / İngilizce):
950

51+
adwmgui_icon.ico
52+
1053
Icon: https://www.iconarchive.com/show/unleashed-icons-by-pc-unleashed/desktop-icon.html
1154
Creator: https://www.iconarchive.com/artist/pc-unleashed.html
1255
License: Freeware
13-
Commercial Use: Allowed.
56+
Commercial Use: Allowed.
57+
58+
adwmgui_about.ico
59+
60+
Icon: adwmgui_about.ico
61+
Creator: Microsoft Copilot
62+
63+
settings_icon.ico
64+
65+
Icon: settings_icon.ico
66+
Builder: ChatGPT
67+
68+
adwmgui_shutdown_pc.ico
69+
70+
Icon: https://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org/Actions-system-shutdown-icon.html
71+
Creator: https://www.iconarchive.com/artist/oxygen-icons.org.html
72+
License: LGPL (Open Source)
73+
Commercial use: Allowed
74+
75+
adwmgui_system_clean.ico
76+
77+
Icon: https://www.iconarchive.com/show/recycling-icons-by-robinweatherall/recycle-2-icon.html
78+
Creator: https://www.iconarchive.com/artist/robinweatherall.html
79+
Website link: https://robinweatherall.com
80+
License: -
81+
Commercial use: Allowed
82+
83+
adwmgui_system_repair.ico
84+
85+
Icon: https://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org/Categories-preferences-system-icon.html
86+
Creator: https://www.iconarchive.com/artist/oxygen-icons.org.html
87+
License: LGPL (Open Source)
88+
Commercial use: Allowed
89+
90+
adwmgui_system_req.ico
91+
92+
Icon: hhttps://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org/Actions-dialog-ok-apply-icon.html
93+
Creator: https://www.iconarchive.com/artist/oxygen-icons.org.html
94+
License: LGPL (Open Source)
95+
Commercial use: Allowed

SystemReq/system_req.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def sys_req():
2020
window.title(sys_req_title)
2121
window.geometry("1400x700")
2222
window.configure(bg=window_bg)
23+
window.iconbitmap("Icon/adwmgui_system_req.ico")
2324
window.resizable(FALSE,FALSE)
2425
sysreq_title = Label(window, text=sys_req_title, font=("Arial",12,"bold"), anchor="n", justify=LEFT, bg=label_bg, fg=label_fg)
2526
sysreq_title.pack(fill="x", anchor="w")

0 commit comments

Comments
 (0)