Added volume sliders and a list of all input/output devices.

This commit is contained in:
Jas Singh
2024-06-13 01:18:41 -07:00
parent 9619f90e4f
commit 26d2fcde0e
6 changed files with 373 additions and 179 deletions

View File

@@ -1,5 +1,5 @@
const date = Variable("", {
poll: [1000, 'date "+󰃭 %a %b%e %I:%M:%S %p"'],
poll: [1000, 'date "+󰃭 %a %b %d %I:%M:%S %p"'],
});
const Clock = () => {