mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-13 12:30:00 -05:00
feat: impl pip subcommand
This commit is contained in:
@@ -2,7 +2,9 @@ import json as j
|
||||
import os
|
||||
import socket
|
||||
|
||||
socket_path = f"{os.getenv('XDG_RUNTIME_DIR')}/hypr/{os.getenv('HYPRLAND_INSTANCE_SIGNATURE')}/.socket.sock"
|
||||
socket_base = f"{os.getenv('XDG_RUNTIME_DIR')}/hypr/{os.getenv('HYPRLAND_INSTANCE_SIGNATURE')}"
|
||||
socket_path = f"{socket_base}/.socket.sock"
|
||||
socket2_path = f"{socket_base}/.socket2.sock"
|
||||
|
||||
|
||||
def message(msg: str, json: bool = True) -> str | dict[str, any]:
|
||||
|
||||
Reference in New Issue
Block a user