Skip to content
Snippets Groups Projects
Unverified Commit bc6b11a8 authored by Dominique Marcadet's avatar Dominique Marcadet
Browse files

use simple base menu

parent 58656bcb
Branches
No related tags found
No related merge requests found
......@@ -30,8 +30,9 @@ COPY /root /
## Some config
RUN \
mkdir /config/.icewm && \
echo 'Theme="NanoBlue/default.theme"' >/config/.icewm/theme && \
icewm-menu-fdo >/config/.icewm/menu
echo 'Theme="NanoBlue/default.theme"' >/config/.icewm/theme
COPY menu /config/.icewm
## /config will be a docker volume, initially empty
## wrapper_script will do the copy from /init-config
......
menu 0 → 100644
menu "Applications" folder {
prog "Text editor (FeatherPad)" featherpad featherpad
prog "XTerm" mini.xterm uxterm
prog "Firefox Web Browser" firefox firefox
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment