From 11015fef2a6b16c2e79ee24546c2d1fa8ceb4098 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Fri, 23 Sep 2022 12:16:33 +0200 Subject: [PATCH] Update install.py --- files/builds/development-branch/install.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/files/builds/development-branch/install.py b/files/builds/development-branch/install.py index fcaa3a5..c993750 100644 --- a/files/builds/development-branch/install.py +++ b/files/builds/development-branch/install.py @@ -318,27 +318,27 @@ system_icons = "" notebook_root_tab4_frame_label2 = tk.Label(notebook_root_tab4_frame_text, text="Hostname: " + system_hostname, wraplength=430, justify="left", background=color3, foreground=color2) notebook_root_tab4_frame_label2.pack(anchor="w") -notebook_root_tab4_frame_label3 = tk.Label(notebook_root_tab4_frame_text, text="Distro: " + system_os, wraplength=430, justify="left", background=color3, foreground=color2) +notebook_root_tab4_frame_label3 = tk.Label(notebook_root_tab4_frame_text, text="OS: " + system_os, wraplength=430, justify="left", background=color3, foreground=color2) notebook_root_tab4_frame_label3.pack(anchor="w") notebook_root_tab4_frame_label4 = tk.Label(notebook_root_tab4_frame_text, text="Kernel: " + system_kernel, wraplength=430, justify="left", background=color3, foreground=color2) notebook_root_tab4_frame_label4.pack(anchor="w") -notebook_root_tab4_frame_label5 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_cpu, wraplength=430, justify="left", background=color3, foreground=color2) +notebook_root_tab4_frame_label5 = tk.Label(notebook_root_tab4_frame_text, text="CPU: " + system_cpu, wraplength=430, justify="left", background=color3, foreground=color2) notebook_root_tab4_frame_label5.pack(anchor="w") -notebook_root_tab4_frame_label6 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_gpu, wraplength=430, justify="left", background=color3, foreground=color2) +notebook_root_tab4_frame_label6 = tk.Label(notebook_root_tab4_frame_text, text="GPU: " + system_gpu, wraplength=430, justify="left", background=color3, foreground=color2) notebook_root_tab4_frame_label6.pack(anchor="w") -notebook_root_tab4_frame_label7 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_shell, wraplength=430, justify="left", background=color3, foreground=color2) +notebook_root_tab4_frame_label7 = tk.Label(notebook_root_tab4_frame_text, text="Shell: " + system_shell, wraplength=430, justify="left", background=color3, foreground=color2) notebook_root_tab4_frame_label7.pack(anchor="w") -notebook_root_tab4_frame_label8 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_resolution, wraplength=430, justify="left", background=color3, foreground=color2) +notebook_root_tab4_frame_label8 = tk.Label(notebook_root_tab4_frame_text, text="Resolution: " + system_resolution, wraplength=430, justify="left", background=color3, foreground=color2) notebook_root_tab4_frame_label8.pack(anchor="w") -notebook_root_tab4_frame_label9 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_de, wraplength=430, justify="left", background=color3, foreground=color2) +notebook_root_tab4_frame_label9 = tk.Label(notebook_root_tab4_frame_text, text="DE: " + system_de, wraplength=430, justify="left", background=color3, foreground=color2) notebook_root_tab4_frame_label9.pack(anchor="w") -notebook_root_tab4_frame_label10 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_wm, wraplength=430, justify="left", background=color3, foreground=color2) +notebook_root_tab4_frame_label10 = tk.Label(notebook_root_tab4_frame_text, text="WM: " + system_wm, wraplength=430, justify="left", background=color3, foreground=color2) notebook_root_tab4_frame_label10.pack(anchor="w") -notebook_root_tab4_frame_label11 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_wm_theme, wraplength=430, justify="left", background=color3, foreground=color2) +notebook_root_tab4_frame_label11 = tk.Label(notebook_root_tab4_frame_text, text="WM-Theme: " + system_wm_theme, wraplength=430, justify="left", background=color3, foreground=color2) notebook_root_tab4_frame_label11.pack(anchor="w") -notebook_root_tab4_frame_label12 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_theme, wraplength=430, justify="left", background=color3, foreground=color2) +notebook_root_tab4_frame_label12 = tk.Label(notebook_root_tab4_frame_text, text="Theme: " + system_theme, wraplength=430, justify="left", background=color3, foreground=color2) notebook_root_tab4_frame_label12.pack(anchor="w") -notebook_root_tab4_frame_label13 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_icons, wraplength=430, justify="left", background=color3, foreground=color2) +notebook_root_tab4_frame_label13 = tk.Label(notebook_root_tab4_frame_text, text="Icons: " + system_icons, wraplength=430, justify="left", background=color3, foreground=color2) notebook_root_tab4_frame_label13.pack(anchor="w")