mirror of
https://github.com/Snigdha-OS/snigdhaos-welcome.git
synced 2025-09-21 06:24:56 +02:00
⏳ @eshanized updated the repository!!!
This commit is contained in:
Binary file not shown.
@@ -1,7 +1,5 @@
|
||||
# Author : ArcoLinux & Team
|
||||
# Adopted for Snigdha OS Installation
|
||||
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import gi
|
||||
import os
|
||||
import conflicts
|
||||
@@ -67,7 +65,7 @@ label#label_style_eshan {
|
||||
|
||||
class Main(Gtk.Window):
|
||||
def __init__(self):
|
||||
super(Main, self).__init__(title="Snigdha OS Welcome - Arctic")
|
||||
super(Main, self).__init__(title="Snigdha OS Welcome")
|
||||
self.set_border_width(10)
|
||||
self.set_default_size(860, 450)
|
||||
self.set_icon_from_file(os.path.join(base_dir, "images/snigdhaos-welcome-small.png"))
|
||||
|
@@ -23,7 +23,7 @@ app_twitter = "https://twitter.com/snigdhaos/"
|
||||
if debug:
|
||||
user = username
|
||||
else:
|
||||
user = "eshan"
|
||||
user = "whoami"
|
||||
|
||||
Settings = home + "/.config/snigdhaos-welcome/settings.conf"
|
||||
Skel_Settings = "/etc/skel/.config/snigdhaos-welcome/settings.conf"
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user