mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[PR #199] [MERGED] IPC, CLI and Dynamic Variables #3358
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#3358
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/199
Author: @JakeStanger
Created: 6/22/2023
Status: ✅ Merged
Merged: 6/29/2023
Merged by: @JakeStanger
Base:
master← Head:feat/cli-ipc📝 Commits (4)
f5bdc5afeat: ipc server and clided50ccfeat: support for 'ironvar' dynamic variablesc6319b7feat(ipc): support for injecting additional stylesheets607c728docs: update for ipc/cli, tidy a bit📊 Changes
37 files changed (+1367 additions, -311 deletions)
View changed files
📝
Cargo.lock(+122 -0)📝
Cargo.toml(+16 -1)📝
docs/Compiling.md(+2 -0)📝
docs/Configuration guide.md(+17 -16)➕
docs/Controlling Ironbar.md(+136 -0)➕
docs/Dynamic values.md(+39 -0)➕
docs/Ironvars.md(+9 -0)📝
docs/_Sidebar.md(+8 -2)📝
docs/modules/Clipboard.md(+9 -11)📝
docs/modules/Custom.md(+40 -41)📝
docs/modules/Focused.md(+9 -9)📝
docs/modules/Label.md(+7 -4)📝
docs/modules/Music.md(+21 -21)📝
docs/modules/Script.md(+3 -0)📝
docs/modules/Workspaces.md(+6 -6)📝
src/bridge_channel.rs(+1 -1)➕
src/cli/mod.rs(+19 -0)📝
src/config/common.rs(+4 -16)📝
src/config/mod.rs(+2 -0)➖
src/dynamic_string.rs(+0 -160)...and 17 more files
📄 Description
Tracking all things IPC and CLI, related to #91 and #71.
Resolves #71. Resolves partially #91.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.