mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 15:48:11 +00:00
fix tray noise control
This commit is contained in:
@@ -250,6 +250,9 @@ def get_battery_status():
|
|||||||
return f"Left: {left['level']}% - {left_status} | Right: {right['level']}% - {right_status} | Case: {case['level']}% - {case_status}"
|
return f"Left: {left['level']}% - {left_status} | Right: {right['level']}% - {right_status} | Case: {case['level']}% - {case_status}"
|
||||||
|
|
||||||
from aln import enums
|
from aln import enums
|
||||||
|
|
||||||
|
enums=enums.enums
|
||||||
|
|
||||||
def set_anc_mode(mode):
|
def set_anc_mode(mode):
|
||||||
with socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) as client:
|
with socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) as client:
|
||||||
client.connect(SOCKET_PATH)
|
client.connect(SOCKET_PATH)
|
||||||
|
|||||||
BIN
linux/icon.png
BIN
linux/icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 752 KiB |
Reference in New Issue
Block a user