index
:
swaystatus
main
Small status bar tool for i3 or sway. Mostly coded for myself, but feel free to use/fix/extend.
Andreas Grois
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pulse
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor out FormatableFloatValue from pulse plugin
Andreas Grois
2024-01-24
2
-163
/
+13
*
Run clippy and fix all lints.
Andreas Grois
2021-11-29
3
-28
/
+21
*
Pulse: Make sure only one query is running at a time.
Andreas Grois
2021-11-29
2
-13
/
+63
*
Update pulse help string and add a few serde renames.
Andreas Grois
2021-11-29
2
-4
/
+41
*
Fix handling of specific sinks with pulse.
Andreas Grois
2021-11-28
1
-4
/
+4
*
Implement working binning and sorting for pulse audio.
Andreas Grois
2021-11-28
2
-18
/
+94
*
Draft of binning code.
Andreas Grois
2021-11-28
1
-2
/
+57
*
Draft for volume binning config support.
Andreas Grois
2021-11-28
1
-7
/
+37
*
Rework Balance/Volume Settings to use the same generic struct.
Andreas Grois
2021-11-28
1
-23
/
+95
*
Add "C" to all extern keywords.
Andreas Grois
2021-10-29
1
-10
/
+10
*
Fix all "not FFI-safe" warnings.
Andreas Grois
2021-10-29
1
-22
/
+23
*
Ignore "dead code" warnings on FFI enums.
Andreas Grois
2021-10-28
2
-10
/
+16
*
Pulse now displays volume correctly.
Andreas Grois
2021-06-04
2
-87
/
+395
*
Unfinished (doesn't compile) implementation of pulse runnable loop.
Andreas Grois
2021-05-09
2
-10
/
+152
*
Make (most) pulse nullptr checks unnecessary.
Andreas Grois
2021-05-08
3
-49
/
+65
*
Revert "Make runnable's run() method take a mutable self-reference."
Andreas Grois
2021-05-03
1
-1
/
+1
*
Move pulse context out of Runnable struct.
Andreas Grois
2021-05-03
1
-21
/
+34
*
Properly quit pulse main function. Not that it'd matter.
Andreas Grois
2021-05-02
1
-1
/
+5
*
Create a pulse context. Seems to be working.
Andreas Grois
2021-05-02
1
-6
/
+72
*
Make runnable's run() method take a mutable self-reference.
Andreas Grois
2021-05-02
1
-1
/
+1
*
Factor out all unsafe code into its own module (unfinished)
Andreas Grois
2021-05-02
4
-22
/
+112
*
First draft of pulse architecture.
Andreas Grois
2021-05-01
4
-0
/
+176