Skip to content

Commit ab6541f

Browse files
author
Aytackydln
committed
add State Variables section
1 parent a9698e9 commit ab6541f

8 files changed

Lines changed: 163 additions & 0 deletions

File tree

content/state-variables/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "State Variables"
3+
weight: 2
4+
---

content/state-variables/audio.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Audio
3+
order: 1
4+
authors:
5+
- Aytackydln
6+
---
7+
8+
Data provided by NAudio
9+
- **PlaybackDevice**
10+
- **PlaybackDeviceName**
11+
- **SpeakerLevel**
12+
- **SystemVolume**
13+
- **SystemVolumeIsMuted**
14+
- **RecordingDevice**
15+
- **MicLevelIfNotMuted**
16+
- **MicrophoneIsMuted**
17+
- **MicrophoneLevel**
18+
- **MicrophoneVolume**
19+
- **RecordingDeviceName**
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: CelestialData
3+
order: 2
4+
authors:
5+
- Aytackydln
6+
---
7+
8+
Provides the solar noon percentage, which indicates how close the sun is to the zenith.
9+
- **SolarNoonPercentage**

content/state-variables/desktop.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Desktop
3+
order: 3
4+
authors:
5+
- Aytackydln
6+
---
7+
8+
9+
- **AccentColorA**
10+
- **AccentColorB**
11+
- **AccentColorG**
12+
- **AccentColorR**
13+
- **CursorPosition**
14+
- **X**
15+
- **Y**
16+
- **IsLocked**

content/state-variables/devices.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Devices
3+
order: 4
4+
authors:
5+
- Aytackydln
6+
---
7+
8+
9+
- **Controllers**
10+
- **Controller1**
11+
- **Battery**
12+
- **IsConnected**
13+
- **LeftThumbX**
14+
- **LeftThumbY**
15+
- **LeftTrigger**
16+
- **RightThumbX**
17+
- **RightThumbY**
18+
- **RightTrigger**
19+
- **Controller2**
20+
- **Battery**
21+
- **IsConnected**
22+
- **LeftThumbX**
23+
- **LeftThumbY**
24+
- **LeftTrigger**
25+
- **RightThumbX**
26+
- **RightThumbY**
27+
- **RightTrigger**
28+
- **Controller3**
29+
- **Battery**
30+
- **IsConnected**
31+
- **LeftThumbX**
32+
- **LeftThumbY**
33+
- **LeftTrigger**
34+
- **RightThumbX**
35+
- **RightThumbY**
36+
- **RightTrigger**
37+
- **Controller4**
38+
- **Battery**
39+
- **IsConnected**
40+
- **LeftThumbX**
41+
- **LeftThumbY**
42+
- **LeftTrigger**
43+
- **RightThumbX**
44+
- **RightThumbY**
45+
- **RightTrigger**
46+
- **RazerDevices**
47+
- **Mouse**
48+
: Not compatible with running in tandem with Synapse.
49+
Compatible with OpenRGB 2025 and later builds
50+
- **BatteryCharging**
51+
- **BatteryPercentage**
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: LocalPCInfo
3+
order: 5
4+
authors:
5+
- Aytackydln
6+
---
7+
8+
Information is mostly provided by LibreHardwareMonitor
9+
10+
On AMD Systems, CPU and GPU data is not available by default because of insecure driver used LibreHardwareMonitor.
11+
Go to Aurora Settings -> Plugin Management to enable it
12+
- **Battery**
13+
- **ChargeStatus**
14+
- **LifePercent**
15+
- **PluggedIn**
16+
- **SecondsRemaining**
17+
- **CPU**
18+
- **PowerUsage**
19+
- **Temperature**
20+
- **Usage**
21+
- **GPU**
22+
- **FanRPM**
23+
- **PowerUsage**
24+
- **Temperature**
25+
- **Usage**
26+
- **NET**
27+
- **DownloadSpeed**
28+
- **UploadSpeed**
29+
- **Usage**
30+
- **NetworkAdapters**
31+
- **RAM**
32+
- **Free**
33+
- **Total**
34+
- **Used**
35+
- **Time**
36+
- **CurrentDay**
37+
- **CurrentHour**
38+
- **CurrentMillisecond**
39+
- **CurrentMinute**
40+
- **CurrentMonth**
41+
- **CurrentSecond**
42+
- **MillisecondsSinceEpoch**

content/state-variables/media.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Media
3+
order: 6
4+
authors:
5+
- Aytackydln
6+
---
7+
8+
Data is provided by Dubya.WindowsMediaController
9+
- **HasMedia**
10+
- **HasNextMedia**
11+
- **HasPreviousMedia**
12+
- **MediaPlaying**
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Processes
3+
order: 7
4+
authors:
5+
- Aytackydln
6+
---
7+
8+
9+
- **ActiveProcess**
10+
- **ActiveWindowName**

0 commit comments

Comments
 (0)