<dev:OutOfBoxPageTitle="Awake" Description="A convenient way to keep your PC awake on-demand." HeroImage="ms-appx:///Assets/Modules/Awake.png" SecondaryLinksHeader="Attribution"> <dev:OutOfBoxPage.Content> <StackPaneldev:PanelAttach.ChildrenTransitions="Default" Orientation="Vertical"> <dev:SettingsCardHeader="Enable Awake" HeaderIcon="{dev:BitmapIcon Source=/Assets/Fluent/awake.png}"> <ToggleSwitchOffContent="Off" OnContent="On" /> </dev:SettingsCard> <InfoBarTitle="The system administrator is forcing this setting." IsClosable="False" IsOpen="True" Severity="Informational" />
<dev:SimpleSettingsGroupHeader="Behavior">
<dev:SettingsCardDescription="Manage the state of your device when Awake is active" Header="Mode" HeaderIcon="{dev:FontIcon FontFamily={StaticResource SymbolThemeFontFamily}, Glyph=}"> <ComboBoxMinWidth="{StaticResource SettingActionControlMinWidth}" SelectedIndex="0"> <ComboBoxItemContent="Keep using the selected power plan" /> <ComboBoxItemContent="Keep awake indefinitely" /> <ComboBoxItemContent="Keep awake for a time interval" /> <ComboBoxItemContent="Keep awake until expiration" /> </ComboBox> </dev:SettingsCard>
<dev:SettingsExpanderDescription="Keep custom awake state until a specific date and time" Header="End date and time" HeaderIcon="{dev:FontIcon FontFamily={StaticResource SymbolThemeFontFamily}, Glyph=}" IsExpanded="True"> <dev:SettingsExpander.Items> <dev:SettingsCardHeader="End date"> <DatePicker /> </dev:SettingsCard> <dev:SettingsCardHeader="End time"> <TimePickerClockIdentifier="24HourClock" /> </dev:SettingsCard> </dev:SettingsExpander.Items> </dev:SettingsExpander>
<dev:SettingsCardHeader="Interval before returning to the previous awakeness state" HeaderIcon="{dev:FontIcon FontFamily={StaticResource SymbolThemeFontFamily}, Glyph=}">
<dev:SettingsCardDescription="This setting is only available when keeping the PC awake" Header="Keep screen on" HeaderIcon="{dev:FontIcon FontFamily={StaticResource SymbolThemeFontFamily}, Glyph=}"> <ToggleSwitch /> </dev:SettingsCard> </dev:SimpleSettingsGroup> </StackPanel> </dev:OutOfBoxPage.Content>
<dev:OutOfBoxPage.PrimaryLinks> <dev:OutOfBoxPageLinkLink="https://aka.ms/PowerToysOverview_Awake" Text="Learn more about Awake" /> </dev:OutOfBoxPage.PrimaryLinks> <dev:OutOfBoxPage.SecondaryLinks> <dev:OutOfBoxPageLinkLink="https://Awake.den.dev" Text="Den Delimarsky's Awake" /> </dev:OutOfBoxPage.SecondaryLinks> </dev:OutOfBoxPage>