mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 09:15:22 +01:00
[PR #64] [MERGED] feat: add feature flags #3287
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#3287
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/64
Author: @JakeStanger
Created: 2/1/2023
Status: ✅ Merged
Merged: 2/1/2023
Merged by: @JakeStanger
Base:
master← Head:feat/build-flags📝 Commits (3)
c347b6cfeat: add feature flags2780d98Merge branch 'master' into feat/build-flags6a39905docs(compiling): add missing full stop📊 Changes
16 files changed (+245 additions, -58 deletions)
View changed files
📝
.github/workflows/build.yml(+7 -1)📝
Cargo.lock(+1 -0)📝
Cargo.toml(+71 -18)📝
README.md(+10 -4)➕
docs/Compiling.md(+51 -0)📝
src/bar.rs(+10 -5)📝
src/clients/compositor/mod.rs(+17 -2)📝
src/clients/mod.rs(+3 -0)📝
src/clients/music/mod.rs(+2 -0)📝
src/config/impl.rs(+6 -1)📝
src/config/mod.rs(+15 -5)📝
src/image/gtk.rs(+2 -0)📝
src/image/mod.rs(+2 -0)📝
src/image/provider.rs(+43 -20)📝
src/modules/launcher/mod.rs(+0 -2)📝
src/modules/mod.rs(+5 -0)📄 Description
Flags allow you to disable certain functionality and compile with only select features to reduce build time.
Resolves #54.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.