mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add new monitor variables (hyprland update)
This commit is contained in:
parent
ca1864eb56
commit
945e7dcce6
|
@ -28,6 +28,8 @@ class MonitorInfo(TypedDict):
|
||||||
id: int
|
id: int
|
||||||
name: str
|
name: str
|
||||||
description: str
|
description: str
|
||||||
|
make: str
|
||||||
|
model: str
|
||||||
width: int
|
width: int
|
||||||
height: int
|
height: int
|
||||||
refreshRate: float
|
refreshRate: float
|
||||||
|
@ -39,6 +41,7 @@ class MonitorInfo(TypedDict):
|
||||||
transform: int
|
transform: int
|
||||||
focused: bool
|
focused: bool
|
||||||
dpmsStatus: bool
|
dpmsStatus: bool
|
||||||
|
vrr: bool
|
||||||
|
|
||||||
|
|
||||||
class OutputWorkspaceInfo(WorkspaceInfo):
|
class OutputWorkspaceInfo(WorkspaceInfo):
|
||||||
|
|
Loading…
Reference in a new issue