diff --git a/usr/share/snigdhaos-welcome/__pycache__/conflicts.cpython-311.pyc b/usr/share/snigdhaos-welcome/__pycache__/conflicts.cpython-311.pyc index 2c4d722..7e91d16 100644 Binary files a/usr/share/snigdhaos-welcome/__pycache__/conflicts.cpython-311.pyc and b/usr/share/snigdhaos-welcome/__pycache__/conflicts.cpython-311.pyc differ diff --git a/usr/share/snigdhaos-welcome/snigdhaos-welcome.py b/usr/share/snigdhaos-welcome/snigdhaos-welcome.py index a997427..0bd034c 100644 --- a/usr/share/snigdhaos-welcome/snigdhaos-welcome.py +++ b/usr/share/snigdhaos-welcome/snigdhaos-welcome.py @@ -1,7 +1,5 @@ -# Author : ArcoLinux & Team -# Adopted for Snigdha OS Installation - #!/usr/bin/env python3 + import gi import os import conflicts @@ -67,7 +65,7 @@ label#label_style_eshan { class Main(Gtk.Window): def __init__(self): - super(Main, self).__init__(title="Snigdha OS Welcome - Arctic") + super(Main, self).__init__(title="Snigdha OS Welcome") self.set_border_width(10) self.set_default_size(860, 450) self.set_icon_from_file(os.path.join(base_dir, "images/snigdhaos-welcome-small.png")) diff --git a/usr/share/snigdhaos-welcome/ui/GUI.py b/usr/share/snigdhaos-welcome/ui/GUI.py index 19ef4d8..93808ec 100644 --- a/usr/share/snigdhaos-welcome/ui/GUI.py +++ b/usr/share/snigdhaos-welcome/ui/GUI.py @@ -23,7 +23,7 @@ app_twitter = "https://twitter.com/snigdhaos/" if debug: user = username else: - user = "eshan" + user = "whoami" Settings = home + "/.config/snigdhaos-welcome/settings.conf" Skel_Settings = "/etc/skel/.config/snigdhaos-welcome/settings.conf" diff --git a/usr/share/snigdhaos-welcome/ui/__pycache__/GUI.cpython-311.pyc b/usr/share/snigdhaos-welcome/ui/__pycache__/GUI.cpython-311.pyc index b0285e3..2cb5c63 100644 Binary files a/usr/share/snigdhaos-welcome/ui/__pycache__/GUI.cpython-311.pyc and b/usr/share/snigdhaos-welcome/ui/__pycache__/GUI.cpython-311.pyc differ diff --git a/usr/share/snigdhaos-welcome/ui/__pycache__/MessageDialog.cpython-311.pyc b/usr/share/snigdhaos-welcome/ui/__pycache__/MessageDialog.cpython-311.pyc index 293692d..dbb997e 100644 Binary files a/usr/share/snigdhaos-welcome/ui/__pycache__/MessageDialog.cpython-311.pyc and b/usr/share/snigdhaos-welcome/ui/__pycache__/MessageDialog.cpython-311.pyc differ diff --git a/usr/share/snigdhaos-welcome/ui/__pycache__/Stack.cpython-311.pyc b/usr/share/snigdhaos-welcome/ui/__pycache__/Stack.cpython-311.pyc index 5a9ea06..a3b910f 100644 Binary files a/usr/share/snigdhaos-welcome/ui/__pycache__/Stack.cpython-311.pyc and b/usr/share/snigdhaos-welcome/ui/__pycache__/Stack.cpython-311.pyc differ diff --git a/usr/share/snigdhaos-welcome/ui/__pycache__/StackSwitcher.cpython-311.pyc b/usr/share/snigdhaos-welcome/ui/__pycache__/StackSwitcher.cpython-311.pyc index 44184ad..c82f146 100644 Binary files a/usr/share/snigdhaos-welcome/ui/__pycache__/StackSwitcher.cpython-311.pyc and b/usr/share/snigdhaos-welcome/ui/__pycache__/StackSwitcher.cpython-311.pyc differ