File tree 11 files changed +32
-12
lines changed
init-config-end/dependencies.d
11 files changed +32
-12
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,17 @@ RUN \
19
19
apk add --no-cache \
20
20
libreoffice==${LIBREOFFICE_VERSION} \
21
21
openjdk8-jre \
22
+ st \
23
+ thunar \
22
24
tint2 && \
23
25
echo "**** openbox tweaks ****" && \
24
26
sed -i \
25
27
's/NLMC/NLIMC/g' \
26
28
/etc/xdg/openbox/rc.xml && \
29
+ sed -i 's|</applications>| <application title="LibreOffice" type="normal">\n <maximized>yes</maximized>\n </application>\n </applications>|' /etc/xdg/openbox/rc.xml && \
30
+ sed -i \
31
+ '/Icon=/c Icon=xterm-color_48x48' \
32
+ /usr/share/applications/st.desktop && \
27
33
echo "**** cleanup ****" && \
28
34
rm -rf \
29
35
/tmp/*
Original file line number Diff line number Diff line change @@ -19,11 +19,17 @@ RUN \
19
19
apk add --no-cache \
20
20
libreoffice==${LIBREOFFICE_VERSION} \
21
21
openjdk8-jre \
22
+ st \
23
+ thunar \
22
24
tint2 && \
23
25
echo "**** openbox tweaks ****" && \
24
26
sed -i \
25
27
's/NLMC/NLIMC/g' \
26
28
/etc/xdg/openbox/rc.xml && \
29
+ sed -i 's|</applications>| <application title="LibreOffice" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
30
+ sed -i \
31
+ '/Icon=/c Icon=xterm-color_48x48' \
32
+ /usr/share/applications/st.desktop && \
27
33
echo "**** cleanup ****" && \
28
34
rm -rf \
29
35
/tmp/*
Original file line number Diff line number Diff line change 1
- tint2
1
+ #! /bin/bash
2
+
3
+ # default file copies first run
4
+ if [[ ! -f $HOME /.config/tint2/tint2rc ]]; then
5
+ mkdir -p $HOME /.config/tint2
6
+ cp /defaults/tint2rc /config/.config/tint2/tint2rc
7
+ fi
8
+
9
+ # Start UI
10
+ tint2 &
11
+ libreoffice
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 =" Terminal" icon =" /usr/share/pixmaps/xterm-color_48x48.xpm" ><action name =" Execute" ><command >/usr/bin/st</command ></action ></item >
5
+ <item label =" File Manager" icon =" /usr/share/icons/hicolor/scalable/apps/org.xfce.thunar.svg" ><action name =" Execute" ><command >/usr/bin/thunar</command ></action ></item >
6
+ </menu >
7
+ </openbox_menu >
Original file line number Diff line number Diff line change @@ -167,7 +167,8 @@ launcher_item_app = /usr/share/applications/libreoffice-impress.desktop
167
167
launcher_item_app = /usr/share/applications/libreoffice-draw.desktop
168
168
launcher_item_app = /usr/share/applications/libreoffice-math.desktop
169
169
launcher_item_app = /usr/share/applications/libreoffice-base.desktop
170
- launcher_item_app = /usr/share/applications/xterm.desktop
170
+ launcher_item_app = /usr/share/applications/thunar.desktop
171
+ launcher_item_app = /usr/share/applications/st.desktop
171
172
172
173
#-------------------------------------
173
174
# Clock
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments