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