mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-25 12:44:35 +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
|
||||
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):
|
||||
|
|
Loading…
Reference in a new issue