mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-25 12:34:49 -04:00
🔧 configured dynamic comment & theme name
This commit is contained in:
parent
c2946a4a42
commit
174c76f618
4 changed files with 47 additions and 34 deletions
|
@ -4,7 +4,6 @@
|
|||
from typing import Any, Dict, Tuple, TypeVar
|
||||
|
||||
from clickgen.util import PNGProvider
|
||||
|
||||
from .constants import WIN_CURSORS_CFG, WIN_DELAY, X_CURSORS_CFG, X_DELAY
|
||||
|
||||
X = TypeVar("X")
|
||||
|
@ -15,7 +14,7 @@ def to_tuple(x: X) -> Tuple[X, X]:
|
|||
|
||||
|
||||
def get_config(bitmaps_dir, **kwargs) -> Dict[str, Any]:
|
||||
"""Return configuration of `GoogleDot` pointers.
|
||||
"""Return configuration of `macOSBigSur` pointers.
|
||||
|
||||
:param bitmaps_dir: Path to .png file's directory.
|
||||
:type bitmaps_dir: ``str`` or ``pathlib.Path``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue