mirror of
https://github.com/nickrunning/wechat-selkies.git
synced 2026-05-09 00:24:09 +00:00
- Add automatic config version control for seamless upgrades - Update autostart script to use wechat-start.sh for better initialization - Add comprehensive WeChat management scripts (start, restart, unminimize) - Enhance right-click menu with WeChat restart and restore functionality - Improve Dockerfile cleanup process for smaller image size - Add volume mounting examples in documentation for data persistence - Include upgrade troubleshooting notes for openbox configuration - Add Star History chart and additional reference links This update ensures users get the latest menu configurations automatically without manual intervention during container updates.
9 lines
635 B
XML
9 lines
635 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<openbox_menu xmlns="http://openbox.org/3.4/menu">
|
|
<menu id="root-menu" label="MENU">
|
|
<item label="xterm" icon="/usr/share/pixmaps/xterm-color_48x48.xpm"><action name="Execute"><command>/usr/bin/xterm</command></action></item>
|
|
<item label="WeChat" icon="/usr/share/icons/hicolor/48x48/apps/wechat.png"><action name="Execute"><command>/scripts/wechat/wechat-restart.sh</command></action></item>
|
|
<item label="Restore WeChat" icon="/usr/share/icons/hicolor/48x48/apps/wechat.png"><action name="Execute"><command>/scripts/wechat/wechat-unminimize.sh</command></action></item>
|
|
</menu>
|
|
</openbox_menu>
|