mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 09:15:22 +01:00
[PR #460] [MERGED] Volume module #4952
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#4952
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/ironbar/pull/460
Author: @JakeStanger
Created: 2/18/2024
Status: ✅ Merged
Merged: 3/4/2024
Merged by: @JakeStanger
Base:
master← Head:feat/volume📝 Commits (4)
a70956bfeat: add new volume module6a03c46docs(readme): add mixxc acknowledgemente38f17cci: addlibpulseto depsf0e34e6build(nix): addlibpulseaudioto flake📊 Changes
21 files changed (+1295 additions, -7 deletions)
View changed files
📝
.github/workflows/build.yml(+3 -3)📝
.github/workflows/deploy.yml(+1 -1)📝
Cargo.lock(+39 -0)📝
Cargo.toml(+8 -1)📝
README.md(+1 -0)📝
docs/Compiling.md(+7 -0)📝
docs/_Sidebar.md(+1 -0)➕
docs/modules/Volume.md(+128 -0)📝
examples/config.corn(+11 -1)📝
examples/style.css(+5 -0)📝
flake.nix(+1 -0)📝
nix/default.nix(+2 -1)📝
src/bar.rs(+2 -0)📝
src/clients/mod.rs(+11 -0)➕
src/clients/volume/mod.rs(+312 -0)➕
src/clients/volume/sink.rs(+175 -0)➕
src/clients/volume/sink_input.rs(+148 -0)📝
src/config/mod.rs(+4 -0)📝
src/macros.rs(+7 -0)📝
src/modules/mod.rs(+2 -0)...and 1 more files
📄 Description
The volume module is now complete and stable enough that I believe it warrants opening a PR. The code is a bit rough in places so I'm going to refactor it over the next couple of weeks before it gets merged in. This hopefully also gives a chance for people to have a poke at it.
The initial version of the module provides the following:
To do still:
nameandclasselements to widgetsResolves #50
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.