From 2972dc26b0d4fe3cc5ac89906c356337127b9e09 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Thu, 2 May 2024 17:01:05 +0530 Subject: [PATCH] refactor: nothing changes --- .../snigdhaos-welcome/snigdhaos-welcome.py | 22 +++++++++---------- usr/share/snigdhaos-welcome/ui/GUI.py | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/usr/share/snigdhaos-welcome/snigdhaos-welcome.py b/usr/share/snigdhaos-welcome/snigdhaos-welcome.py index 0bd034c..4af2c71 100644 --- a/usr/share/snigdhaos-welcome/snigdhaos-welcome.py +++ b/usr/share/snigdhaos-welcome/snigdhaos-welcome.py @@ -59,7 +59,7 @@ label#label_style_eshan { border-radius: 0px; font-size: 16px; font-weight: bold; - color: #F8C8DC; + color: #2af598; } """ @@ -604,16 +604,16 @@ class Main(Gtk.Window): GLib.idle_add(self.button_mirrors.set_sensitive, False) subprocess.run( [ - "pkexec", - "/usr/bin/rate-mirrors", - "--concurrency", - "40", - "--disable-comments", - "--allow-root", - "--save", - "/etc/pacman.d/mirrorlist", - "arch", - ], + "pkexec", + "rate-mirrors", + "--concurrency", + "40", + "--disable-comments", + "--allow-root", + "--save", + "/etc/pacman.d/mirrorlist", + "arch", + ], shell=False, ) print("Update mirrors completed") diff --git a/usr/share/snigdhaos-welcome/ui/GUI.py b/usr/share/snigdhaos-welcome/ui/GUI.py index 672fbb9..cf832ab 100644 --- a/usr/share/snigdhaos-welcome/ui/GUI.py +++ b/usr/share/snigdhaos-welcome/ui/GUI.py @@ -189,7 +189,7 @@ def GUI(self, Gtk, GdkPixbuf): mew_event.connect( "button_press_event", self.on_social_clicked, - "https://github.com/snigdhalinux", + "https://github.com/Snigdha-OS", ) label_social_padding = Gtk.Label(xalign=0, yalign=0)