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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'main' into feature/alsa
Andreas Grois
2024-02-10
2
-0
/
+43
|
\
|
*
Add LICENSE and README.md
Andreas Grois
2024-02-10
2
-0
/
+43
*
|
Run cargo update and fix compilation
Andreas Grois
2024-02-10
3
-245
/
+383
*
|
First kinda working ALSA volume display
Andreas Grois
2024-02-10
8
-16
/
+541
*
|
pipe_chan is working now.
Andreas Grois
2024-02-08
1
-19
/
+107
*
|
Start working on pipe_chan
Andreas Grois
2024-01-27
4
-2
/
+166
*
|
Factor out FormatableFloatValue from pulse plugin
Andreas Grois
2024-01-24
7
-163
/
+188
*
|
Start work on ALSA volume display
Andreas Grois
2024-01-24
8
-0
/
+133
|
/
*
Move global allocator selection to swaystatus-plugin.
Andreas Grois
2021-11-30
2
-3
/
+3
*
Update clap version to 3.0.0-beta.5.
Andreas Grois
2021-11-29
5
-107
/
+88
*
Update some dependencies
Andreas Grois
2021-11-29
3
-15
/
+6
*
Update Rust edition to 2021
Andreas Grois
2021-11-29
5
-5
/
+5
*
Run clippy and fix all lints.
Andreas Grois
2021-11-29
5
-31
/
+24
*
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
4
-8
/
+45
*
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
3
-20
/
+106
*
Draft of binning code.
Andreas Grois
2021-11-28
2
-2
/
+58
*
Draft for volume binning config support.
Andreas Grois
2021-11-28
3
-9
/
+47
*
Rework Balance/Volume Settings to use the same generic struct.
Andreas Grois
2021-11-28
1
-23
/
+95
*
Update translation.
Andreas Grois
2021-11-27
2
-71
/
+116
*
Fix unintentional new-line in string.
Andreas Grois
2021-11-27
1
-2
/
+1
*
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
*
Fix warning about bare trait object.
Andreas Grois
2021-10-28
1
-1
/
+1
*
Pulse now displays volume correctly.
Andreas Grois
2021-06-04
5
-90
/
+396
*
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
5
-5
/
+5
*
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
4
-8
/
+96
*
Make runnable's run() method take a mutable self-reference.
Andreas Grois
2021-05-02
5
-5
/
+5
*
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
7
-0
/
+201
*
Fix error messages if library could not be loaded.
Andreas Grois
2021-05-01
1
-5
/
+6
*
Make before_text and after_text do something.
Andreas Grois
2021-05-01
3
-7
/
+18
*
Add new fields to config: before_text and after_text. Unused.
Andreas Grois
2021-04-28
2
-2
/
+32
*
Move deserializer of config into separate file.
Andreas Grois
2021-04-28
3
-171
/
+169
*
Remove TODO document. For now it's done.
Andreas Grois
2021-04-26
1
-3
/
+0
*
Add options: List plugins, and get plugin help.
Andreas Grois
2021-04-26
6
-19
/
+157
*
New clippy lints, better code...
Andreas Grois
2021-04-26
4
-13
/
+25
*
Update gettext-rs version, tweak Clap dependencies.
Andreas Grois
2021-04-25
2
-105
/
+11
*
Fix warnings with new Rust version
Andreas Grois
2021-04-25
1
-2
/
+2
*
Remove redundant .cargo folders
Andreas Grois
2021-04-25
2
-4
/
+0
*
Switch clock to cdylib, makes it use a lot less RAM (800 kb)
Andreas Grois
2021-04-25
1
-1
/
+1
*
Move printing sample config to separate function.
Andreas Grois
2021-04-22
1
-9
/
+26
*
Reduce data type in clock to u64.
Andreas Grois
2021-04-22
2
-14
/
+18
*
Fix rounding issue in clock:
Andreas Grois
2021-04-22
2
-6
/
+21
[next]