File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -594,4 +594,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
594594
595595# # Versions
596596
597+ * **02.01.26:** - Add Wayland init logic.
597598* **09.09.25:** - Initial release.
Original file line number Diff line number Diff line change @@ -107,4 +107,5 @@ init_diagram: |
107107 "bitcoin-knots:latest" <- Base Images
108108# changelog
109109changelogs :
110+ - {date: "02.01.26:", desc: "Add Wayland init logic."}
110111 - {date: "09.09.25:", desc: "Initial release."}
Original file line number Diff line number Diff line change 1+ bitcoin-qt
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <openbox_menu xmlns =" http://openbox.org/3.4/menu" >
3+ <menu id =" root-menu" label =" MENU" >
4+ <item label =" foot" icon =" /usr/share/icons/hicolor/48x48/apps/foot.png" ><action name =" Execute" ><command >/usr/bin/foot</command ></action ></item >
5+ <item label =" Bitcoin Knots" icon =" /usr/share/pixmaps/bitcoin128.png" ><action name =" Execute" ><command >/usr/bin/bitcoin-qt</command ></action ></item >
6+ </menu >
7+ </openbox_menu >
You can’t perform that action at this time.
0 commit comments