You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="UTF-8"?><extensionAttribute> <displayName>Display Sleep</displayName> <displayInCategory>Power Management</displayInCategory> <description>This attribute displays the number of minutes before the display sleeps on the active power management profile.</description> <dataType>integer</dataType> <scriptContentsMac>#!/bin/shecho "<result>`/usr/bin/pmset -g 2>&1 | grep displaysleep | awk '{print $2}'`</result>" </scriptContentsMac></extensionAttribute>