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;
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@@ -605,7 +605,7 @@ class Main(Gtk.Window):
|
|||||||
subprocess.run(
|
subprocess.run(
|
||||||
[
|
[
|
||||||
"pkexec",
|
"pkexec",
|
||||||
"/usr/bin/rate-mirrors",
|
"rate-mirrors",
|
||||||
"--concurrency",
|
"--concurrency",
|
||||||
"40",
|
"40",
|
||||||
"--disable-comments",
|
"--disable-comments",
|
||||||
|
@@ -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