aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Skinning.cs
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-05-06 16:49:05 -0700
committerwilliam341 <[email protected]>2017-05-06 16:49:05 -0700
commitd8004332b61bb310321b48e0f80efcb6ae68e579 (patch)
tree5777e7e3cba9cdc12207b684e10a09293cb03250 /ShiftOS_TheReturn/Skinning.cs
parent7d744a64d05250e3883126db90f4e4c265ccfffa (diff)
parentd0d193bb1b869697d633d7ccac35179241f8e981 (diff)
downloadshiftos_thereturn-d8004332b61bb310321b48e0f80efcb6ae68e579.tar.gz
shiftos_thereturn-d8004332b61bb310321b48e0f80efcb6ae68e579.tar.bz2
shiftos_thereturn-d8004332b61bb310321b48e0f80efcb6ae68e579.zip
Merge remote-tracking branch 'origin/master'
# Conflicts: # ShiftOS_TheReturn/SaveSystem.cs
Diffstat (limited to 'ShiftOS_TheReturn/Skinning.cs')
-rw-r--r--ShiftOS_TheReturn/Skinning.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Skinning.cs b/ShiftOS_TheReturn/Skinning.cs
index 4cc9bbd..b731c4f 100644
--- a/ShiftOS_TheReturn/Skinning.cs
+++ b/ShiftOS_TheReturn/Skinning.cs
@@ -267,6 +267,22 @@ namespace ShiftOS.Engine
[ShifterHidden]
public Dictionary<string, byte[]> AppIcons = new Dictionary<string, byte[]>();
+ [ShifterMeta("System")]
+ [ShifterCategory("Login Screen")]
+ [RequiresUpgrade("gui_based_login_screen")]
+ [ShifterName("Login Screen Background Color")]
+ [ShifterDescription("Change the background color of the login screen.")]
+ public Color LoginScreenColor = Skin.DesktopBG;
+
+ [ShifterMeta("System")]
+ [ShifterCategory("Login Screen")]
+ [RequiresUpgrade("skinning;gui_based_login_screen")]
+ [ShifterName("Login Screen Background Image")]
+ [ShifterDescription("Set an image as your login screen!")]
+ [Image("login")]
+ public byte[] LoginScreenBG = null;
+
+
[RequiresUpgrade("shift_screensaver")]
[ShifterMeta("System")]
[ShifterCategory("Screen saver")]