diff --git a/usr/share/snigdhaos-welcome/images/logo.png b/usr/share/snigdhaos-welcome/images/logo.png index 3f2fc6e..2910400 100644 Binary files a/usr/share/snigdhaos-welcome/images/logo.png and b/usr/share/snigdhaos-welcome/images/logo.png differ diff --git a/usr/share/snigdhaos-welcome/images/snigdhaos-icon.png b/usr/share/snigdhaos-welcome/images/snigdhaos-icon.png index 19310f0..2910400 100644 Binary files a/usr/share/snigdhaos-welcome/images/snigdhaos-icon.png and b/usr/share/snigdhaos-welcome/images/snigdhaos-icon.png differ diff --git a/usr/share/snigdhaos-welcome/images/snigdhaos-welcome-small.png b/usr/share/snigdhaos-welcome/images/snigdhaos-welcome-small.png index 2fdd7c6..10950dc 100644 Binary files a/usr/share/snigdhaos-welcome/images/snigdhaos-welcome-small.png and b/usr/share/snigdhaos-welcome/images/snigdhaos-welcome-small.png differ diff --git a/usr/share/snigdhaos-welcome/images/snigdhaos-welcome.png b/usr/share/snigdhaos-welcome/images/snigdhaos-welcome.png index fff3261..10950dc 100644 Binary files a/usr/share/snigdhaos-welcome/images/snigdhaos-welcome.png and b/usr/share/snigdhaos-welcome/images/snigdhaos-welcome.png differ diff --git a/usr/share/snigdhaos-welcome/ui/GUI.py b/usr/share/snigdhaos-welcome/ui/GUI.py index 93808ec..672fbb9 100644 --- a/usr/share/snigdhaos-welcome/ui/GUI.py +++ b/usr/share/snigdhaos-welcome/ui/GUI.py @@ -354,7 +354,7 @@ def GUI(self, Gtk, GdkPixbuf): hbox_install_buttons.pack_start(button_resolution, False, True, 0) label_creds = Gtk.Label(xalign=0) - label_creds.set_markup("User: liveuser | Pass: No Password") + label_creds.set_markup("User: whoami | Pass: No Password") label_creds.set_name("label_style") hbox_user = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=10)