├── .gitattributes
├── @Start
├── Logo.png
├── ModularClocks.png
├── DownloadFile
│ └── Parsed.inc
├── Main.ini
└── Logic.lua
├── Core
├── Addons.inc
├── General.inc
├── Appearance.inc
├── Render
│ ├── Blur.inc
│ ├── Color.inc
│ └── Shadow.inc
├── Appearance
│ ├── 16.inc
│ ├── Arc.inc
│ ├── Graph.inc
│ ├── Light.inc
│ ├── Smart.inc
│ ├── Tech.inc
│ ├── Text.inc
│ ├── Center.inc
│ └── Measure.inc
├── DropDown
│ ├── 16Font.inc
│ └── Rotation.inc
├── PatchNote
│ └── Main.inc
├── #page.inc
└── Render.inc
├── Main
├── Main.ini
└── Styles
│ ├── 16.inc
│ ├── Arc.inc
│ ├── Tech.inc
│ ├── Text.inc
│ ├── Center.inc
│ ├── Graph.inc
│ ├── Light.inc
│ ├── Smart.inc
│ ├── CircTech.inc
│ ├── Measure.inc
│ ├── Vars
│ ├── 16.inc
│ ├── Arc.inc
│ ├── Tech.inc
│ ├── Text.inc
│ ├── Center.inc
│ ├── Graph.inc
│ ├── Light.inc
│ ├── Smart.inc
│ ├── CircTech.inc
│ └── Measure.inc
│ ├── Render
│ ├── 16
│ │ ├── Blur.inc
│ │ └── Color.inc
│ ├── Text
│ │ ├── Blur.inc
│ │ ├── Color.inc
│ │ └── Shadow.inc
│ ├── Center
│ │ ├── Blur.inc
│ │ ├── Color.inc
│ │ └── Shadow.inc
│ ├── Measure
│ │ ├── Blur.inc
│ │ ├── Hori.inc
│ │ ├── Vert.inc
│ │ ├── Color.inc
│ │ └── Shadow.inc
│ └── Smart
│ │ ├── Blur.inc
│ │ ├── Shadow.inc
│ │ └── Chameleon.inc
│ └── CircTechUnpatched.inc
├── @Resources
├── Vars.inc
├── Version.inc
├── Icons
│ ├── Blur.png
│ ├── Hori.png
│ ├── Left.png
│ ├── Vert.png
│ ├── Cloud.png
│ ├── Heart.png
│ ├── Music.png
│ ├── Right.png
│ ├── Shadow.png
│ ├── HeartFull.png
│ └── JD Weather Icons
│ │ ├── Shadow0
│ │ ├── fog.png
│ │ ├── rain.png
│ │ ├── snow.png
│ │ ├── cloudy.png
│ │ ├── sleet.png
│ │ ├── storm.png
│ │ ├── windy.png
│ │ ├── clear-day.png
│ │ ├── fog-day.png
│ │ ├── fog-night.png
│ │ ├── rain-day.png
│ │ ├── sleet-day.png
│ │ ├── snow-day.png
│ │ ├── storm-day.png
│ │ ├── unknown.png
│ │ ├── clear-night.png
│ │ ├── cloudy-day.png
│ │ ├── rain-night.png
│ │ ├── sleet-night.png
│ │ ├── snow-night.png
│ │ ├── storm-night.png
│ │ ├── cloudy-night.png
│ │ ├── partly-cloudy-day.png
│ │ └── partly-cloudy-night.png
│ │ └── Shadow1
│ │ ├── fog.png
│ │ ├── rain.png
│ │ ├── snow.png
│ │ ├── cloudy.png
│ │ ├── sleet.png
│ │ ├── storm.png
│ │ ├── windy.png
│ │ ├── clear-day.png
│ │ ├── fog-day.png
│ │ ├── fog-night.png
│ │ ├── rain-day.png
│ │ ├── sleet-day.png
│ │ ├── snow-day.png
│ │ ├── storm-day.png
│ │ ├── unknown.png
│ │ ├── clear-night.png
│ │ ├── cloudy-day.png
│ │ ├── rain-night.png
│ │ ├── sleet-night.png
│ │ ├── snow-night.png
│ │ ├── storm-night.png
│ │ ├── cloudy-night.png
│ │ ├── partly-cloudy-day.png
│ │ └── partly-cloudy-night.png
├── Export
│ └── Tech.png
├── Images
│ ├── Tech.png
│ ├── Overlay.png
│ ├── Preview
│ │ ├── 16Preview.png
│ │ ├── ArcPreview.png
│ │ ├── Render
│ │ │ ├── Bar.png
│ │ │ ├── Blur.png
│ │ │ ├── Color.png
│ │ │ ├── Grey.png
│ │ │ ├── 16Blur.png
│ │ │ ├── 16Color.png
│ │ │ └── Shadow.png
│ │ ├── GraphPreview.png
│ │ ├── LightPreview.png
│ │ ├── SmartPreview.png
│ │ ├── TechPreview.png
│ │ ├── TextPreview.png
│ │ ├── CenterPreview.png
│ │ ├── CircTechPreview.png
│ │ ├── MeasurePreview.png
│ │ ├── RenderPreview.png
│ │ └── RenderBoxPreview.png
│ ├── TechPlainSVG.svg
│ └── Tech.svg
├── PatchNoteVar.inc
├── Actions
│ ├── AHKv1.exe
│ ├── nircmd.exe
│ ├── InstallData.ini
│ ├── Installer.ahk
│ └── CloseScript.ahk
├── Fonts
│ ├── Azonix-1VB0.otf
│ ├── Roboto-Bold.ttf
│ ├── Roboto-Thin.ttf
│ ├── Martel-Regular.ttf
│ ├── Poppins-Medium.ttf
│ ├── Poppins-Thin.ttf
│ ├── Roboto-Medium.ttf
│ ├── Roboto-Regular.ttf
│ ├── Runic-Regular.otf
│ ├── SF Pro Display.OTF
│ ├── Sf Pro Rounded.ttf
│ ├── AstroSpace-0Wl3o.otf
│ ├── AstroSpace-eZ2Bg.ttf
│ ├── Metropolis-Light.otf
│ ├── OpenSans-Regular.ttf
│ ├── Poppins-Regular.ttf
│ ├── Poppins-SemiBold.ttf
│ ├── SFPRODISPLAYBOLD.OTF
│ ├── samsungsharpsans.otf
│ ├── IBMPlexSans-Regular.ttf
│ ├── Metropolis-Regular.otf
│ ├── Metropolis-SemiBold.otf
│ ├── Roboto-ThinItalic.ttf
│ ├── SFPRODISPLAYMEDIUM.OTF
│ ├── samsungsharpsans-bold.otf
│ ├── samsungsharpsans-medium.otf
│ └── Raleway-VariableFont_wght.ttf
├── Includes
│ ├── GlobalNP.inc
│ ├── GlobalWNP.inc
│ ├── GlobalStyles.inc
│ ├── GlobalWeather.inc
│ └── WallpaperCheck.inc
└── @Structure
│ └── Occupier.file
├── ModularWorkspace.code-workspace
├── .github
└── workflows
│ └── Dynamic-Readme.yml
├── LICENSE
└── README.md
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
--------------------------------------------------------------------------------
/@Start/Logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Start/Logo.png
--------------------------------------------------------------------------------
/Core/Addons.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/Addons.inc
--------------------------------------------------------------------------------
/Main/Main.ini:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Main.ini
--------------------------------------------------------------------------------
/Core/General.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/General.inc
--------------------------------------------------------------------------------
/@Resources/Vars.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Vars.inc
--------------------------------------------------------------------------------
/Core/Appearance.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/Appearance.inc
--------------------------------------------------------------------------------
/Core/Render/Blur.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/Render/Blur.inc
--------------------------------------------------------------------------------
/Main/Styles/16.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/16.inc
--------------------------------------------------------------------------------
/Main/Styles/Arc.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Arc.inc
--------------------------------------------------------------------------------
/Main/Styles/Tech.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Tech.inc
--------------------------------------------------------------------------------
/Main/Styles/Text.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Text.inc
--------------------------------------------------------------------------------
/@Resources/Version.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Version.inc
--------------------------------------------------------------------------------
/Core/Appearance/16.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/Appearance/16.inc
--------------------------------------------------------------------------------
/Core/Render/Color.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/Render/Color.inc
--------------------------------------------------------------------------------
/Core/Render/Shadow.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/Render/Shadow.inc
--------------------------------------------------------------------------------
/Main/Styles/Center.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Center.inc
--------------------------------------------------------------------------------
/Main/Styles/Graph.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Graph.inc
--------------------------------------------------------------------------------
/Main/Styles/Light.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Light.inc
--------------------------------------------------------------------------------
/Main/Styles/Smart.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Smart.inc
--------------------------------------------------------------------------------
/@Resources/Icons/Blur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/Blur.png
--------------------------------------------------------------------------------
/@Resources/Icons/Hori.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/Hori.png
--------------------------------------------------------------------------------
/@Resources/Icons/Left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/Left.png
--------------------------------------------------------------------------------
/@Resources/Icons/Vert.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/Vert.png
--------------------------------------------------------------------------------
/@Start/ModularClocks.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Start/ModularClocks.png
--------------------------------------------------------------------------------
/Core/Appearance/Arc.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/Appearance/Arc.inc
--------------------------------------------------------------------------------
/Core/Appearance/Graph.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/Appearance/Graph.inc
--------------------------------------------------------------------------------
/Core/Appearance/Light.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/Appearance/Light.inc
--------------------------------------------------------------------------------
/Core/Appearance/Smart.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/Appearance/Smart.inc
--------------------------------------------------------------------------------
/Core/Appearance/Tech.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/Appearance/Tech.inc
--------------------------------------------------------------------------------
/Core/Appearance/Text.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/Appearance/Text.inc
--------------------------------------------------------------------------------
/Core/DropDown/16Font.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/DropDown/16Font.inc
--------------------------------------------------------------------------------
/Core/PatchNote/Main.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/PatchNote/Main.inc
--------------------------------------------------------------------------------
/Main/Styles/CircTech.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/CircTech.inc
--------------------------------------------------------------------------------
/Main/Styles/Measure.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Measure.inc
--------------------------------------------------------------------------------
/Main/Styles/Vars/16.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Vars/16.inc
--------------------------------------------------------------------------------
/Main/Styles/Vars/Arc.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Vars/Arc.inc
--------------------------------------------------------------------------------
/Main/Styles/Vars/Tech.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Vars/Tech.inc
--------------------------------------------------------------------------------
/Main/Styles/Vars/Text.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Vars/Text.inc
--------------------------------------------------------------------------------
/@Resources/Export/Tech.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Export/Tech.png
--------------------------------------------------------------------------------
/@Resources/Icons/Cloud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/Cloud.png
--------------------------------------------------------------------------------
/@Resources/Icons/Heart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/Heart.png
--------------------------------------------------------------------------------
/@Resources/Icons/Music.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/Music.png
--------------------------------------------------------------------------------
/@Resources/Icons/Right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/Right.png
--------------------------------------------------------------------------------
/@Resources/Icons/Shadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/Shadow.png
--------------------------------------------------------------------------------
/@Resources/Images/Tech.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Tech.png
--------------------------------------------------------------------------------
/@Resources/PatchNoteVar.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/PatchNoteVar.inc
--------------------------------------------------------------------------------
/Core/Appearance/Center.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/Appearance/Center.inc
--------------------------------------------------------------------------------
/Core/Appearance/Measure.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/Appearance/Measure.inc
--------------------------------------------------------------------------------
/Core/DropDown/Rotation.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Core/DropDown/Rotation.inc
--------------------------------------------------------------------------------
/Main/Styles/Vars/Center.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Vars/Center.inc
--------------------------------------------------------------------------------
/Main/Styles/Vars/Graph.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Vars/Graph.inc
--------------------------------------------------------------------------------
/Main/Styles/Vars/Light.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Vars/Light.inc
--------------------------------------------------------------------------------
/Main/Styles/Vars/Smart.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Vars/Smart.inc
--------------------------------------------------------------------------------
/@Resources/Actions/AHKv1.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Actions/AHKv1.exe
--------------------------------------------------------------------------------
/@Resources/Actions/nircmd.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Actions/nircmd.exe
--------------------------------------------------------------------------------
/@Resources/Icons/HeartFull.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/HeartFull.png
--------------------------------------------------------------------------------
/@Resources/Images/Overlay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Overlay.png
--------------------------------------------------------------------------------
/@Start/DownloadFile/Parsed.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Start/DownloadFile/Parsed.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/16/Blur.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/16/Blur.inc
--------------------------------------------------------------------------------
/Main/Styles/Vars/CircTech.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Vars/CircTech.inc
--------------------------------------------------------------------------------
/Main/Styles/Vars/Measure.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Vars/Measure.inc
--------------------------------------------------------------------------------
/@Resources/Fonts/Azonix-1VB0.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Azonix-1VB0.otf
--------------------------------------------------------------------------------
/@Resources/Fonts/Roboto-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Roboto-Bold.ttf
--------------------------------------------------------------------------------
/@Resources/Fonts/Roboto-Thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Roboto-Thin.ttf
--------------------------------------------------------------------------------
/@Resources/Includes/GlobalNP.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Includes/GlobalNP.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/16/Color.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/16/Color.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/Text/Blur.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/Text/Blur.inc
--------------------------------------------------------------------------------
/ModularWorkspace.code-workspace:
--------------------------------------------------------------------------------
1 | {
2 | "folders": [
3 | {
4 | "path": "."
5 | }
6 | ],
7 | "settings": {}
8 | }
--------------------------------------------------------------------------------
/@Resources/@Structure/Occupier.file:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/@Structure/Occupier.file
--------------------------------------------------------------------------------
/@Resources/Fonts/Martel-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Martel-Regular.ttf
--------------------------------------------------------------------------------
/@Resources/Fonts/Poppins-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Poppins-Medium.ttf
--------------------------------------------------------------------------------
/@Resources/Fonts/Poppins-Thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Poppins-Thin.ttf
--------------------------------------------------------------------------------
/@Resources/Fonts/Roboto-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Roboto-Medium.ttf
--------------------------------------------------------------------------------
/@Resources/Fonts/Roboto-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Roboto-Regular.ttf
--------------------------------------------------------------------------------
/@Resources/Fonts/Runic-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Runic-Regular.otf
--------------------------------------------------------------------------------
/@Resources/Fonts/SF Pro Display.OTF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/SF Pro Display.OTF
--------------------------------------------------------------------------------
/@Resources/Fonts/Sf Pro Rounded.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Sf Pro Rounded.ttf
--------------------------------------------------------------------------------
/@Resources/Includes/GlobalWNP.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Includes/GlobalWNP.inc
--------------------------------------------------------------------------------
/Main/Styles/CircTechUnpatched.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/CircTechUnpatched.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/Center/Blur.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/Center/Blur.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/Center/Color.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/Center/Color.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/Measure/Blur.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/Measure/Blur.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/Measure/Hori.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/Measure/Hori.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/Measure/Vert.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/Measure/Vert.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/Smart/Blur.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/Smart/Blur.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/Smart/Shadow.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/Smart/Shadow.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/Text/Color.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/Text/Color.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/Text/Shadow.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/Text/Shadow.inc
--------------------------------------------------------------------------------
/@Resources/Fonts/AstroSpace-0Wl3o.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/AstroSpace-0Wl3o.otf
--------------------------------------------------------------------------------
/@Resources/Fonts/AstroSpace-eZ2Bg.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/AstroSpace-eZ2Bg.ttf
--------------------------------------------------------------------------------
/@Resources/Fonts/Metropolis-Light.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Metropolis-Light.otf
--------------------------------------------------------------------------------
/@Resources/Fonts/OpenSans-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/OpenSans-Regular.ttf
--------------------------------------------------------------------------------
/@Resources/Fonts/Poppins-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Poppins-Regular.ttf
--------------------------------------------------------------------------------
/@Resources/Fonts/Poppins-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Poppins-SemiBold.ttf
--------------------------------------------------------------------------------
/@Resources/Fonts/SFPRODISPLAYBOLD.OTF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/SFPRODISPLAYBOLD.OTF
--------------------------------------------------------------------------------
/@Resources/Fonts/samsungsharpsans.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/samsungsharpsans.otf
--------------------------------------------------------------------------------
/@Resources/Includes/GlobalStyles.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Includes/GlobalStyles.inc
--------------------------------------------------------------------------------
/@Resources/Includes/GlobalWeather.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Includes/GlobalWeather.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/Center/Shadow.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/Center/Shadow.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/Measure/Color.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/Measure/Color.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/Measure/Shadow.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/Measure/Shadow.inc
--------------------------------------------------------------------------------
/@Resources/Fonts/IBMPlexSans-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/IBMPlexSans-Regular.ttf
--------------------------------------------------------------------------------
/@Resources/Fonts/Metropolis-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Metropolis-Regular.otf
--------------------------------------------------------------------------------
/@Resources/Fonts/Metropolis-SemiBold.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Metropolis-SemiBold.otf
--------------------------------------------------------------------------------
/@Resources/Fonts/Roboto-ThinItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Roboto-ThinItalic.ttf
--------------------------------------------------------------------------------
/@Resources/Fonts/SFPRODISPLAYMEDIUM.OTF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/SFPRODISPLAYMEDIUM.OTF
--------------------------------------------------------------------------------
/@Resources/Images/Preview/16Preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/16Preview.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/ArcPreview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/ArcPreview.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/Render/Bar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/Render/Bar.png
--------------------------------------------------------------------------------
/@Resources/Includes/WallpaperCheck.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Includes/WallpaperCheck.inc
--------------------------------------------------------------------------------
/Main/Styles/Render/Smart/Chameleon.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/Main/Styles/Render/Smart/Chameleon.inc
--------------------------------------------------------------------------------
/@Resources/Fonts/samsungsharpsans-bold.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/samsungsharpsans-bold.otf
--------------------------------------------------------------------------------
/@Resources/Images/Preview/GraphPreview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/GraphPreview.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/LightPreview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/LightPreview.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/Render/Blur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/Render/Blur.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/Render/Color.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/Render/Color.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/Render/Grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/Render/Grey.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/SmartPreview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/SmartPreview.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/TechPreview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/TechPreview.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/TextPreview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/TextPreview.png
--------------------------------------------------------------------------------
/@Resources/Fonts/samsungsharpsans-medium.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/samsungsharpsans-medium.otf
--------------------------------------------------------------------------------
/@Resources/Images/Preview/CenterPreview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/CenterPreview.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/CircTechPreview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/CircTechPreview.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/MeasurePreview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/MeasurePreview.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/Render/16Blur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/Render/16Blur.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/Render/16Color.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/Render/16Color.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/Render/Shadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/Render/Shadow.png
--------------------------------------------------------------------------------
/@Resources/Images/Preview/RenderPreview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/RenderPreview.png
--------------------------------------------------------------------------------
/@Resources/Fonts/Raleway-VariableFont_wght.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Fonts/Raleway-VariableFont_wght.ttf
--------------------------------------------------------------------------------
/@Resources/Images/Preview/RenderBoxPreview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Images/Preview/RenderBoxPreview.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/fog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/fog.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/rain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/rain.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/snow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/snow.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/fog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/fog.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/rain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/rain.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/snow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/snow.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/cloudy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/cloudy.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/sleet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/sleet.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/storm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/storm.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/windy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/windy.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/cloudy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/cloudy.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/sleet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/sleet.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/storm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/storm.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/windy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/windy.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/clear-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/clear-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/fog-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/fog-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/fog-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/fog-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/rain-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/rain-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/sleet-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/sleet-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/snow-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/snow-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/storm-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/storm-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/unknown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/unknown.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/clear-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/clear-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/fog-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/fog-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/fog-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/fog-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/rain-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/rain-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/sleet-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/sleet-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/snow-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/snow-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/storm-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/storm-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/unknown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/unknown.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/clear-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/clear-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/cloudy-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/cloudy-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/rain-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/rain-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/sleet-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/sleet-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/snow-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/snow-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/storm-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/storm-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/clear-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/clear-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/cloudy-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/cloudy-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/rain-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/rain-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/sleet-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/sleet-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/snow-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/snow-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/storm-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/storm-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/cloudy-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/cloudy-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/cloudy-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/cloudy-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/partly-cloudy-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/partly-cloudy-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow0/partly-cloudy-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow0/partly-cloudy-night.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/partly-cloudy-day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/partly-cloudy-day.png
--------------------------------------------------------------------------------
/@Resources/Icons/JD Weather Icons/Shadow1/partly-cloudy-night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Jax-Core/ModularClocks/HEAD/@Resources/Icons/JD Weather Icons/Shadow1/partly-cloudy-night.png
--------------------------------------------------------------------------------
/@Resources/Actions/InstallData.ini:
--------------------------------------------------------------------------------
1 | [Data]
2 | DownloadLink=https://github.com/Jax-Core/JaxCore/releases/download/v00011/JaxCore_v00011.rmskin
3 | SaveLocation=C:\Users\enhan\Documents\Rainmeter\Skins\#CoreUpdater\@Resources\Actions
4 |
--------------------------------------------------------------------------------
/@Resources/Actions/Installer.ahk:
--------------------------------------------------------------------------------
1 | #SingleInstance, Force
2 | SendMode Input
3 | SetWorkingDir, %A_ScriptDir%
4 |
5 | IniRead, SaveLocation, InstallData.ini, Data, SaveLocation
6 | IniRead, DownloadLink, InstallData.ini, Data, DownloadLink
7 |
8 | SplashTextOn , 400, 100, Rainmeter, "Downloading skin..."
9 | UrlDownloadToFile, %DownloadLink%, %SaveLocation%\INSTALL.rmskin
10 | SplashTextOff
11 | Run, INSTALL.rmskin
12 | WinWait, Rainmeter Skin Installer
13 | Sleep, 100
14 | Send, {Enter}
15 |
16 | ExitApp
--------------------------------------------------------------------------------
/@Resources/Actions/CloseScript.ahk:
--------------------------------------------------------------------------------
1 | #NoTrayIcon
2 |
3 | IniRead, OutputVar, CloseInstance.ini, Variables, Module
4 |
5 | CloseScript(Name)
6 | {
7 | DetectHiddenWindows On
8 | SetTitleMatchMode RegEx
9 | IfWinExist, i)%Name%.* ahk_class AutoHotkey
10 | {
11 | WinClose
12 | WinWaitClose, i)%Name%.* ahk_class AutoHotkey, , 2
13 | If ErrorLevel
14 | return "Unable to close " . Name
15 | else
16 | return "Closed " . Name
17 | }
18 | else
19 | return Name . " not found"
20 | }
21 |
22 | CloseScript("Start.ahk")
23 | ExitApp
--------------------------------------------------------------------------------
/@Start/Main.ini:
--------------------------------------------------------------------------------
1 | [Rainmeter]
2 | Update=-1
3 |
4 | DefaultKeepOnScreen=0
5 |
6 | [Variables]
7 | Parsed=0
8 |
9 | [CheckParsed]
10 | Measure=String
11 | String=#Parsed#
12 | IFmatch=0
13 | IfMatchaction=[!WriteKeyValue Variables Parsed 1][!Delay 1000][!Refresh]
14 | IfNotMatchAction=[!WriteKeyValue Variables Parsed 0]
15 |
16 | [GetStart]
17 | Measure=WebParser
18 | URL=https://raw.githubusercontent.com/Jax-Core/JaxCore/main/CoreShell/Start/Main.inc
19 | Debug=2
20 | Debug2File=DownloadFile\Parsed.inc
21 |
22 | [DummyString]
23 | Meter=String
24 |
25 | ; ---------------------------------------------------------------------------- ;
26 | ; Parsed ;
27 | ; ---------------------------------------------------------------------------- ;
28 |
29 | @includeParsed=DownloadFile\Parsed.inc
30 |
--------------------------------------------------------------------------------
/.github/workflows/Dynamic-Readme.yml:
--------------------------------------------------------------------------------
1 | name: "📄 Dynamic ReadME"
2 |
3 | env:
4 | VS_WORKFLOW_TYPE: "dynamic-readme"
5 |
6 | on:
7 | workflow_dispatch:
8 | push:
9 | branches:
10 | - main
11 | paths:
12 | - README.md
13 |
14 | jobs:
15 | update_readme:
16 | name: "Render & Update ReadME"
17 | runs-on: ubuntu-latest
18 | steps:
19 | - name: "📥 Fetching Repository Contents"
20 | uses: actions/checkout@main
21 |
22 | - name: "💾 Github Repository Metadata"
23 | uses: varunsridharan/action-repository-meta@main
24 | env:
25 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26 |
27 | - name: "💫 Update README.md"
28 | uses: "varunsridharan/action-dynamic-readme@main"
29 | with:
30 | GLOBAL_TEMPLATE_REPOSITORY: Jax-Core/ReadME-Template/Templates
31 | commit_message: ⏩ File Rebuilt by Github Actions - Dynamic ReadME
32 | files: |
33 | README.md
34 | env:
35 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36 |
--------------------------------------------------------------------------------
/@Start/Logic.lua:
--------------------------------------------------------------------------------
1 | function check()
2 | mVer = SKIN:GetMeasure('mVer')
3 | CoreVer = tonumber(SKIN:GetVariable('Core.Ver', '00000'))
4 | ParsedVer = tonumber(mVer:GetStringValue())
5 | ParsedVerFull = mVer:GetStringValue()
6 | SavePos = SKIN:GetVariable('@')..'Actions\\InstallData.ini'
7 | SaveLocation = SKIN:GetVariable('@')..'Actions'
8 | if ParsedVer == CoreVer then
9 | print('Up2date - '..ParsedVer..'=='..CoreVer)
10 | SKIN:Bang('!UpdateMeasure', 'JaxCoreYes')
11 | elseif ParsedVer <= CoreVer then
12 | print('Beta - '..ParsedVer..'<='..CoreVer)
13 | SKIN:Bang('!UpdateMeasure', 'JaxCoreYes')
14 | else
15 | print('Update required - '..ParsedVer..'>='..CoreVer)
16 | SKIN:Bang('!WriteKeyValue', 'Data', 'DownloadLink', 'https://github.com/Jax-Core/JaxCore/releases/download/v'..ParsedVerFull..'/JaxCore_v'..ParsedVerFull..'.rmskin', SavePos)
17 | SKIN:Bang('!WriteKeyValue', 'Data', 'SaveLocation', SaveLocation, SavePos)
18 | SKIN:Bang('!UpdateMeasure', 'JaxCoreNo')
19 | end
20 | end
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2022 JaxCore
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/Core/#page.inc:
--------------------------------------------------------------------------------
1 | [PageList.Configuration]
2 | Meter=String
3 | MeterStyle=Set.String:S | PageList.Category:S
4 | Text=CONFIGURATION
5 |
6 | [Info.Shape]
7 | Meter=Shape
8 | MeterStyle=PageList.Item.Shape:S
9 | [Info.Icon.String]
10 | Meter=String
11 | Text="[\xe88e]"
12 | MeterStyle=Set.String:S | PageList.Item.Icon.String:S
13 | [Info.String]
14 | Meter=String
15 | Text=Info
16 | MeterStyle=Set.String:S | PageList.Item.String:S
17 |
18 | [General.Shape]
19 | Meter=Shape
20 | MeterStyle=PageList.Item.Shape:S
21 | [General.Icon.String]
22 | Meter=String
23 | Text="[\xe8b8]"
24 | MeterStyle=Set.String:S | PageList.Item.Icon.String:S
25 | [General.String]
26 | Meter=String
27 | Text=General
28 | MeterStyle=Set.String:S | PageList.Item.String:S
29 | [PageList.looknfeel]
30 | Meter=String
31 | MeterStyle=Set.String:S | PageList.Category:S
32 | Text=LOOK N' FEEL
33 |
34 | [Appearance.Shape]
35 | Meter=Shape
36 | MeterStyle=PageList.Item.Shape:S
37 | [Appearance.Icon.String]
38 | Meter=String
39 | Text="[\xe243]"
40 | MeterStyle=Set.String:S | PageList.Item.Icon.String:S
41 | [Appearance.String]
42 | Meter=String
43 | Text=Style options
44 | MeterStyle=Set.String:S | PageList.Item.String:S
45 |
46 | [AddOns.Shape]
47 | Meter=Shape
48 | MeterStyle=PageList.Item.Shape:S
49 | [AddOns.Icon.String]
50 | Meter=String
51 | Text="[\xe53b]"
52 | MeterStyle=Set.String:S | PageList.Item.Icon.String:S
53 | [AddOns.String]
54 | Meter=String
55 | Text=3D Overlay
56 | MeterStyle=Set.String:S | PageList.Item.String:S
57 |
58 | [Render.Shape]
59 | Meter=Shape
60 | MeterStyle=PageList.Item.Shape:S
61 | Group=PageList | RenderPageSwitcher
62 | Hidden=1
63 | [Render.Icon.String]
64 | Meter=String
65 | Text="[\xe3a2]"
66 | MeterStyle=Set.String:S | PageList.Item.Icon.String:S
67 | Group=PageList | RenderPageSwitcher
68 | Hidden=1
69 | [Render.String]
70 | Meter=String
71 | Text=Render options
72 | MeterStyle=Set.String:S | PageList.Item.String:S
73 | Group=PageList | RenderPageSwitcher
74 | Hidden=1
75 |
76 | [m.CheckHasRender]
77 | Measure=String
78 | String=#Style#
79 | IfMatch=Center|Measure|Text
80 | IfMatchAction=[!ShowMeterGroup RenderPageSwitcher]
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
10 | Gallery of animated & modern clock widgets
11 |
12 | Help, Report Bugs & Request Features »
13 |
19 |
20 |
21 |
22 |
85 | Made with ❤️ by Jax
86 |
87 |
88 |