refactor: nothing changes

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-02 17:01:05 +05:30
parent c2c87e76f1
commit 2972dc26b0
2 changed files with 12 additions and 12 deletions

View File

@@ -59,7 +59,7 @@ label#label_style_eshan {
border-radius: 0px; border-radius: 0px;
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
color: #F8C8DC; color: #2af598;
} }
""" """
@@ -604,16 +604,16 @@ class Main(Gtk.Window):
GLib.idle_add(self.button_mirrors.set_sensitive, False) GLib.idle_add(self.button_mirrors.set_sensitive, False)
subprocess.run( subprocess.run(
[ [
"pkexec", "pkexec",
"/usr/bin/rate-mirrors", "rate-mirrors",
"--concurrency", "--concurrency",
"40", "40",
"--disable-comments", "--disable-comments",
"--allow-root", "--allow-root",
"--save", "--save",
"/etc/pacman.d/mirrorlist", "/etc/pacman.d/mirrorlist",
"arch", "arch",
], ],
shell=False, shell=False,
) )
print("Update mirrors completed") print("Update mirrors completed")

View File

@@ -189,7 +189,7 @@ def GUI(self, Gtk, GdkPixbuf):
mew_event.connect( mew_event.connect(
"button_press_event", "button_press_event",
self.on_social_clicked, self.on_social_clicked,
"https://github.com/snigdhalinux", "https://github.com/Snigdha-OS",
) )
label_social_padding = Gtk.Label(xalign=0, yalign=0) label_social_padding = Gtk.Label(xalign=0, yalign=0)