summaryrefslogtreecommitdiffstats
path: root/build_tools/larch8/larch0/profiles/oldprofiles/xmini/rootoverlay/etc/schlim.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/larch8/larch0/profiles/oldprofiles/xmini/rootoverlay/etc/schlim.conf')
-rw-r--r--build_tools/larch8/larch0/profiles/oldprofiles/xmini/rootoverlay/etc/schlim.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/build_tools/larch8/larch0/profiles/oldprofiles/xmini/rootoverlay/etc/schlim.conf b/build_tools/larch8/larch0/profiles/oldprofiles/xmini/rootoverlay/etc/schlim.conf
new file mode 100644
index 0000000..7b9aa09
--- /dev/null
+++ b/build_tools/larch8/larch0/profiles/oldprofiles/xmini/rootoverlay/etc/schlim.conf
@@ -0,0 +1,29 @@
+# User to login automatically, at start-up only
+#autologin = None
+autologin = 'root'
+
+# Theme
+
+_ss = """
+QWidget { color: #1fd511; background: black; }
+QWidget:focus { border: 1px solid #812a0b; border-radius: 3px }
+QPushButton:!focus:hover, QLineEdit:!focus:hover { border: 1px solid #1fd511; border-radius: 3px }
+QHeaderView::section { color: #812a0b; }
+QTreeView { selection-background-color: black; selection-color: #1fd511; }
+QTreeView::item:hover { color: #812a0b; }
+QLineEdit { selection-background-color: #812a0b; }
+"""
+
+theme = {
+ 'showusers' : True,
+ 'showusers_geometry': (-400, 0, 200, 200),
+ 'login_geometry' : (-150, 150, 300, 0),
+ 'buttons_geometry' : (-150, 240, 300, 40),
+ 'background_image' : 'logo.png',
+ 'loginsplash' : 'logo.png',
+ 'image_scale' : '',
+# 'image_scale' : '400_300',
+# 'image_scale' : '50%',
+ 'splash_fit' : True,
+ 'stylesheet' : _ss,
+ }