diff options
| author | Michael <[email protected]> | 2017-05-13 15:51:19 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-13 15:51:19 -0400 |
| commit | b1cace7807f28deff51f06665d544a4246879a82 (patch) | |
| tree | 4d5cc480d8af931e65052c40b04fbdd7f4290a5a /ShiftOS_TheReturn/Skinning.cs | |
| parent | c0f0e99f9d2a092209e710107c1f061fc8a2eaca (diff) | |
| download | shiftos_thereturn-b1cace7807f28deff51f06665d544a4246879a82.tar.gz shiftos_thereturn-b1cace7807f28deff51f06665d544a4246879a82.tar.bz2 shiftos_thereturn-b1cace7807f28deff51f06665d544a4246879a82.zip | |
Newer notification system (PANEL ICONS :D)
Diffstat (limited to 'ShiftOS_TheReturn/Skinning.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Skinning.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Skinning.cs b/ShiftOS_TheReturn/Skinning.cs index 548e80f..4340f1a 100644 --- a/ShiftOS_TheReturn/Skinning.cs +++ b/ShiftOS_TheReturn/Skinning.cs @@ -276,6 +276,14 @@ namespace ShiftOS.Engine [ShifterHidden] public Dictionary<string, byte[]> AppIcons = new Dictionary<string, byte[]>(); + [Image("panelclockbg")] + [ShifterMeta("Desktop")] + [ShifterCategory("Panel Clock")] + [ShifterName("Panel Clock Background Image")] + [ShifterDescription("Set the background image of the panel clock.")] + [RequiresUpgrade("skinning;shift_panel_clock")] + public byte[] PanelClockBG = null; + [ShifterMeta("System")] [ShifterCategory("Login Screen")] [RequiresUpgrade("gui_based_login_screen")] |
