mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[PR #77] [MERGED] Clipboard manager module #7504
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#7504
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/77
Author: @JakeStanger
Created: 2/25/2023
Status: ✅ Merged
Merged: 2/28/2023
Merged by: @JakeStanger
Base:
master← Head:feat/clipboard-manager📝 Commits (5)
ca4fe42feat(truncate): ability to set fixed lengthd84139arefactor: general tidy up83a4916docs(compiling): add info about build deps5bbe64bdocs(clock): format table575d6ccfeat: new clipboard manager module📊 Changes
35 files changed (+1914 additions, -210 deletions)
View changed files
📝
Cargo.lock(+29 -14)📝
Cargo.toml(+8 -1)📝
README.md(+15 -2)📝
docs/Compiling.md(+23 -0)📝
docs/_Sidebar.md(+2 -1)➕
docs/modules/Clipboard.md(+93 -0)📝
docs/modules/Clock.md(+4 -4)📝
docs/modules/Focused.md(+9 -8)📝
docs/modules/Music.md(+18 -17)📝
examples/config.corn(+20 -5)📝
examples/config.json(+9 -11)📝
examples/config.toml(+9 -9)📝
examples/config.yaml(+24 -36)📝
src/bar.rs(+19 -3)➕
src/clients/clipboard.rs(+245 -0)📝
src/clients/mod.rs(+2 -0)📝
src/clients/wayland/client.rs(+200 -31)📝
src/clients/wayland/mod.rs(+47 -25)➕
src/clients/wayland/wlr_data_control/device.rs(+88 -0)➕
src/clients/wayland/wlr_data_control/manager.rs(+253 -0)...and 15 more files
📄 Description
Adds new clipboard manager widget, which shows recently copied text/images and allows you to re-copy them.
Currently only supports plain text, and most image types.
Known issue that large images cause an error when copied from the widget and then pasted into xwayland clients.
This is a bit rough around the edges but I am BORED of working on it, so I'll get it out in the open and polish it properly later™.
Resolves #8
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.