feat: rewrite audiomenu in Python
There is no reason for it to be a Rust program
This commit is contained in:
parent
c65e793a85
commit
1d5160b669
12 changed files with 290 additions and 857 deletions
9
scripts/audiomenu/pyproject.toml
Normal file
9
scripts/audiomenu/pyproject.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[project]
|
||||
name = "audiomenu"
|
||||
version = "0.1.0"
|
||||
description = "fuzzel script to select the default audio device for pipewire+wireplumber"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"click>=8.1.7",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue