mirror of
https://github.com/Snigdha-OS/snigdhaos-welcome.git
synced 2025-09-20 22:14:56 +02:00
refactor: nothing changes
This commit is contained in:
@@ -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")
|
||||||
|
@@ -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)
|
||||||
|
Reference in New Issue
Block a user