Skip to content

Commit 404abb5

Browse files
AdWMGUI 1.8.1
1 parent 1128ff6 commit 404abb5

File tree

7 files changed

+24
-13
lines changed

7 files changed

+24
-13
lines changed

AdWMFuncLib/About/about.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def About():
2121
window.geometry("500x500")
2222
window.resizable(resx,resy)
2323
window.configure(bg=window_bg)
24+
window.iconbitmap("Icon/adwmgui_about.ico")
2425
about_label = Label(window, text=app_information_title, font=("Arial", 12, "bold"), anchor="w", justify=LEFT, bg=label_bg, fg=label_fg)
2526
about_label.pack(fill="x", anchor="w")
2627
app_name = Label(window, text=app_name_txt, anchor="w", justify=LEFT, bg=label_bg, fg=label_fg)

AdWMGUILang/lang.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
27+
app_version_txt = "Version: 1.8.1"
2828
app_version_type_txt = "Version type: Stable version"
2929
licence_information_title = "Licence information:\n"
3030
licence_name_txt = "Licence name: GPL"
@@ -87,12 +87,12 @@
8787
disk_size_title = "Disk size:"
8888
min_sys_req_os_title = "All versions of Windows 7 and above are supported"
8989
min_sys_req_cpu_title = "An x64 architecture processor that meets Windows 7 and higher system requirements"
90-
min_sys_req_ram_title = "20MB"
90+
min_sys_req_ram_title = "30MB"
9191
min_sys_req_disk_type_title = "HDD or SSD"
9292
min_sys_req_disk_size_title = "25MB"
9393
rec_sys_req_os_title = "Windows 10 and above"
9494
rec_sys_req_cpu_title = "An x64 architecture processor that meets Windows 10 and higher system requirements"
95-
rec_sys_req_ram_title = "30MB"
95+
rec_sys_req_ram_title = "40MB"
9696
rec_sys_req_disk_type_title = "SSD"
9797
rec_sys_req_disk_size_title = "30MB"
9898
note_title = "NOTE: The app's system requirements may change with future updates."
@@ -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"
121+
app_version_txt = "Sürüm: 1.8.1"
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"
@@ -181,12 +181,12 @@
181181
disk_size_title = "Disk boyutu:"
182182
min_sys_req_os_title = "Windows 7 ve üstü tüm sürümler desteklenir"
183183
min_sys_req_cpu_title = "Windows 7 ve üstü sistem gereksinimlerini karşılayan x64 mimarisine sahip bir işlemci"
184-
min_sys_req_ram_title = "20MB"
184+
min_sys_req_ram_title = "30MB"
185185
min_sys_req_disk_type_title = "HDD veya SSD"
186186
min_sys_req_disk_size_title = "25MB"
187187
rec_sys_req_os_title = "Windows 10 ve üstü"
188188
rec_sys_req_cpu_title = "Windows 10 ve üstü sistem gereksinimlerini karşılayan x64 mimarisine sahip bir işlemci"
189-
rec_sys_req_ram_title = "30MB"
189+
rec_sys_req_ram_title = "40MB"
190190
rec_sys_req_disk_type_title = "SSD"
191191
rec_sys_req_disk_size_title = "30MB"
192192
note_title = "NOT: Uygulamanın sistem gereksinimleri ilerleyen güncellemelerle değişebilir."
@@ -201,4 +201,5 @@
201201
cleanmgr_success_title = "Hızlı temizlik tamamlandı"
202202
cleanmgr_fail_title = "cleanmgr.exe başlatılamadı"
203203
quick_clean_title = "Hızlı temizlik:"
204-
adv_clean_title = "Gelişmiş temizlik:"
204+
adv_clean_title = "Gelişmiş temizlik:"
205+
custom_res_window_name_title = "Pencere ismi: "

Icon/adwmgui_about.ico

66.1 KB
Binary file not shown.

Icon/settings_icon.ico

66.1 KB
Binary file not shown.

Settings/settings.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ ysupportforresizability = False
3030

3131
[SystemRepair]
3232
xsupportforresizability = False
33-
ysupportforresizability = False
33+
ysupportforresizability = False
34+

Settings/settings.py

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ def Settings():
7474
global theme_status,language_status,resizability_x_status,resizability_y_status,custom_resolution_status,window,resizability_x_window_name,resizability_y_window_name
7575
window = Tk()
7676
window.title(settings_title)
77-
window.geometry("450x460")
77+
window.geometry("450x350")
7878
window.configure(bg=window_bg)
79+
window.iconbitmap("Icon/settings_icon.ico")
7980
window.resizable(resx,resy)
8081
theme_select = Label(window, text=theme_title, font=("Arial",12,"bold"), anchor="w", justify=LEFT, bg=label_bg, fg=label_fg)
8182
theme_select.pack(fill="x", anchor="w")
@@ -105,7 +106,7 @@ def Settings():
105106
resizability_x_on_btn.place(x=15, y=220)
106107
resizability_x_off_btn = Button(window, text=off, bg=button_bg, fg=button_fg, activebackground=button_active_bg, activeforeground=button_active_fg, command=lambda: set_resizability("x.off"))
107108
resizability_x_off_btn.place(x=50, y=220)
108-
resizability_x_window_name = Entry(window, width=20)
109+
resizability_x_window_name = Entry(window, width=20, bg=entry_bg, fg=entry_fg)
109110
resizability_x_window_name.place(x=100, y=220)
110111
resizability_y = Label(window, text="Y:", bg=label_bg, fg=label_fg)
111112
resizability_y.place(y=270)
@@ -115,7 +116,7 @@ def Settings():
115116
resizability_y_off_btn.place(x=50, y=270)
116117
resizability_y_status = Label(window, text=resizability_y_status_title, bg=label_bg, fg=label_fg)
117118
resizability_y_status.place(y=295)
118-
resizability_y_window_name = Entry(window, width=20)
119+
resizability_y_window_name = Entry(window, width=20, bg=entry_bg, fg=entry_fg)
119120
resizability_y_window_name.place(x=100, y=270)
120121
if config['Theme']['usertheme'] == "dark":
121122
theme_status.config(text=theme_status_title+" "+dark_theme_title.lower())
@@ -127,5 +128,12 @@ def Settings():
127128
language_status.config(text=language_status_title+" "+language_tr_title.lower())
128129
elif config['Language']['userlang'] == "en":
129130
language_status.config(text=language_status_title+" "+language_en_title.lower())
131+
light_theme_btn.place(x=42, y=35)
132+
amoled_theme_btn.place(x=82, y=35)
133+
english_lang_btn.place(x=57, y=130)
134+
resizability_x_off_btn.place(x=45, y=220)
135+
resizability_y_off_btn.place(x=45, y=270)
136+
resizability_x_window_name.place(x=80, y=220)
137+
resizability_y_window_name.place(x=80, y=270)
130138
window.bind('<Control-w>', close)
131139
window.mainloop()

SystemReq/system_req.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from AdWMGUILang.lang import *
99
from Theme.theme import *
1010

11-
#resx = config['SystemRequirements']['xsupportforresizability']
12-
#resy = config['SystemRequirements']['ysupportforresizability']
11+
resx = config['SysRequirements']['xsupportforresizability']
12+
resy = config['SysRequirements']['ysupportforresizability']
1313

1414
def close(event=None):
1515
window.destroy()

0 commit comments

Comments
 (0)