Add new monitor variables (hyprland update)

This commit is contained in:
ItsDrike 2023-06-26 14:18:34 +02:00
parent ca1864eb56
commit 945e7dcce6
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -28,6 +28,8 @@ class MonitorInfo(TypedDict):
id: int
name: str
description: str
make: str
model: str
width: int
height: int
refreshRate: float
@ -39,6 +41,7 @@ class MonitorInfo(TypedDict):
transform: int
focused: bool
dpmsStatus: bool
vrr: bool
class OutputWorkspaceInfo(WorkspaceInfo):