mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1309] [CLOSED] feat(bar): add icons to workspace-layer widget #1315
Reference in New Issue
Block a user
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/LGUG2Z/komorebi/pull/1309
Author: @CtByte
Created: 3/1/2025
Status: ❌ Closed
Base:
master← Head:workspace-layer-icons📝 Commits (10+)
3d327c4perf(reaper): switch to channel notifications1756983build(cargo): add custom build profiles9d41a29feat(wm): add tiling and floating ws layers3641ce6fix(wm): take layer into account on ws restore13ee422fix(wm): hide/restore floating windows on monocle toggle2bbc269feat(wm): add padding per monitor974e5a2refactor(bar): add extend_enum! macrof0222ddfix(wm): properly load monitor on first connect990a339fix(bar): apply work area offset on monitor reconnect394709efix(reaper): avoid deadlocks at startup📊 Changes
34 files changed (+2155 additions, -811 deletions)
View changed files
📝
Cargo.lock(+141 -215)📝
Cargo.toml(+18 -4)📝
README.md(+1 -1)➕
docs/cli/toggle-workspace-layer.md(+12 -0)📝
justfile(+13 -1)📝
komorebi-bar/Cargo.toml(+1 -1)📝
komorebi-bar/src/bar.rs(+53 -52)📝
komorebi-bar/src/config.rs(+96 -0)📝
komorebi-bar/src/komorebi.rs(+220 -42)📝
komorebi-bar/src/komorebi_layout.rs(+19 -10)📝
komorebi-bar/src/render.rs(+63 -48)📝
komorebi-bar/src/selected_frame.rs(+22 -12)📝
komorebi-bar/src/time.rs(+14 -8)📝
komorebi-client/src/lib.rs(+2 -0)📝
komorebi-themes/Cargo.toml(+3 -3)📝
komorebi/Cargo.toml(+1 -1)📝
komorebi/src/border_manager/border.rs(+0 -2)📝
komorebi/src/border_manager/mod.rs(+188 -82)📝
komorebi/src/core/mod.rs(+1 -0)📝
komorebi/src/main.rs(+13 -13)...and 14 more files
📄 Description
This commits adds the ability to set icons for the
workspace-layerwith theDisplayFormatand a setting to specify if it shouldshow_when_tilingor not.collab with @alex-ds13
https://github.com/user-attachments/assets/cc3e95dd-ffe7-48df-a8b7-5a718170ed77
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.