Initial commit
This commit is contained in:
commit
69bc67e29a
16 changed files with 2376 additions and 0 deletions
15
bakery.toml
Normal file
15
bakery.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name = "breadclip"
|
||||
description = "Wayland clipboard history manager for Hyprland — daemon + GTK4 popup"
|
||||
binaries = ["breadclip", "breadclipd"]
|
||||
system_deps = ["gtk4", "gtk4-layer-shell", "wl-clipboard"]
|
||||
optional_system_deps = ["hyprland"]
|
||||
bread_deps = []
|
||||
|
||||
[[service]]
|
||||
unit = "breadclipd.service"
|
||||
enable = true
|
||||
|
||||
[install]
|
||||
post_install = [
|
||||
"systemctl --user is-active --quiet breadclipd || systemctl --user start breadclipd",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue