@eshanized updated the repository!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-11 21:55:42 +05:30
parent b443cd7926
commit abb8d88f9a
7 changed files with 3 additions and 5 deletions

View File

@@ -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"))

View File

@@ -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"