This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env osascript -l JavaScript | |
function run(input, parameters) { | |
const appSE = Application("System Events"); | |
appSE.includeStandardAdditions = true; | |
if (appSE.appearancePreferences.darkMode()) { | |
setLightMode(appSE) | |
} else { | |
setDarkMode(appSE) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--Dayspedia.com widget--><div class="DPDC" cityid="1133" lang="en" id="dayspedia_widget_3b08714ada30771" host="https://dayspedia.com" ampm="false" nightsign="false" sun="true" style="background-image: url("https://cdn.dayspedia.com/img/widgets/bg-4.png"); border-color: rgb(255, 255, 255); width: 100%; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border-width: 0px; padding: 16px 16px 24px;"> | |
<style media="screen" id="dayspedia_widget_3b08714ada30771_style"> | |
/*COMMON*/ | |
.DPDC{display:table;position:relative;box-sizing:border-box;font-size:100.01%;font-style:normal;font-family:Arial;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;user-select:none} | |
.DPDCh,.DPDCd{width:fit-content;line-height:1.4} | |
.DPDCh{margin-bottom:1em} | |
.DPDCd{margin-top:.24em} | |
.DPDCt{line-height:1} | |
.DPDCth,.DPDCtm,.DPDCts{display:inline-block;vertical-align:text-top;white-space:nowrap} |
OlderNewer