aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' of 192.168.0.10:/home/andi/Dokumente/Rust-Projects/swayst...HEADmainAndreas Grois2025-01-182-129/+133
|\
| * Cargo Update (and fix gettext-rs version, as 0.7.1 removed formatting)Andreas Grois2024-12-172-129/+133
* | Disable dynamic linking. It causes issues and is not worth the gain.Andreas Grois2025-01-181-2/+0
|/
* Fix cargo config deprecation warning.Andreas Grois2024-07-251-0/+0
* Alsa: Use dB instead of numeric volume to match behaviour of alsamixerAndreas Grois2024-03-101-15/+28
* Fix potential wrong fd count for poll in ALSA pluginAndreas Grois2024-02-121-16/+12
* Fix initial volume update in ALSAAndreas Grois2024-02-111-4/+4
* Fix config for ALSAAndreas Grois2024-02-113-11/+20
* Merge branch 'main' into feature/alsaAndreas Grois2024-02-101-1/+1
|\
| * Fix typo in READMEAndreas Grois2024-02-101-1/+1
* | Merge branch 'main' into feature/alsaAndreas Grois2024-02-102-0/+43
|\|
| * Add LICENSE and README.mdAndreas Grois2024-02-102-0/+43
* | Run cargo update and fix compilationAndreas Grois2024-02-103-245/+383
* | First kinda working ALSA volume displayAndreas Grois2024-02-108-16/+541
* | pipe_chan is working now.Andreas Grois2024-02-081-19/+107
* | Start working on pipe_chanAndreas Grois2024-01-274-2/+166
* | Factor out FormatableFloatValue from pulse pluginAndreas Grois2024-01-247-163/+188
* | Start work on ALSA volume displayAndreas Grois2024-01-248-0/+133
|/
* Move global allocator selection to swaystatus-plugin.Andreas Grois2021-11-302-3/+3
* Update clap version to 3.0.0-beta.5.Andreas Grois2021-11-295-107/+88
* Update some dependenciesAndreas Grois2021-11-293-15/+6
* Update Rust edition to 2021Andreas Grois2021-11-295-5/+5
* Run clippy and fix all lints.Andreas Grois2021-11-295-31/+24
* Pulse: Make sure only one query is running at a time.Andreas Grois2021-11-292-13/+63
* Update pulse help string and add a few serde renames.Andreas Grois2021-11-294-8/+45
* Fix handling of specific sinks with pulse.Andreas Grois2021-11-281-4/+4
* Implement working binning and sorting for pulse audio.Andreas Grois2021-11-283-20/+106
* Draft of binning code.Andreas Grois2021-11-282-2/+58
* Draft for volume binning config support.Andreas Grois2021-11-283-9/+47
* Rework Balance/Volume Settings to use the same generic struct.Andreas Grois2021-11-281-23/+95
* Update translation.Andreas Grois2021-11-272-71/+116
* Fix unintentional new-line in string.Andreas Grois2021-11-271-2/+1
* Add "C" to all extern keywords.Andreas Grois2021-10-291-10/+10
* Fix all "not FFI-safe" warnings.Andreas Grois2021-10-291-22/+23
* Ignore "dead code" warnings on FFI enums.Andreas Grois2021-10-282-10/+16
* Fix warning about bare trait object.Andreas Grois2021-10-281-1/+1
* Pulse now displays volume correctly.Andreas Grois2021-06-045-90/+396
* Unfinished (doesn't compile) implementation of pulse runnable loop.Andreas Grois2021-05-092-10/+152
* Make (most) pulse nullptr checks unnecessary.Andreas Grois2021-05-083-49/+65
* Revert "Make runnable's run() method take a mutable self-reference."Andreas Grois2021-05-035-5/+5
* Move pulse context out of Runnable struct.Andreas Grois2021-05-031-21/+34
* Properly quit pulse main function. Not that it'd matter.Andreas Grois2021-05-021-1/+5
* Create a pulse context. Seems to be working.Andreas Grois2021-05-024-8/+96
* Make runnable's run() method take a mutable self-reference.Andreas Grois2021-05-025-5/+5
* Factor out all unsafe code into its own module (unfinished)Andreas Grois2021-05-024-22/+112
* First draft of pulse architecture.Andreas Grois2021-05-017-0/+201
* Fix error messages if library could not be loaded.Andreas Grois2021-05-011-5/+6
* Make before_text and after_text do something.Andreas Grois2021-05-013-7/+18
* Add new fields to config: before_text and after_text. Unused.Andreas Grois2021-04-282-2/+32
* Move deserializer of config into separate file.Andreas Grois2021-04-283-171/+169