This commit is contained in:
parent
df9b96da45
commit
c055dc410a
4 changed files with 26 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
lb config noauto \
|
lb config noauto \
|
||||||
--bootappend-live "boot=live config locales=fr_FR.UTF-8 keyboard-layouts=fr" \
|
--bootappend-live "persistence boot=live config locales=fr_FR.UTF-8 keyboard-layouts=fr" \
|
||||||
--bootappend-install "locales=fr_FR.UTF-8" \
|
--bootappend-install "locales=fr_FR.UTF-8" \
|
||||||
--archive-areas "main contrib non-free" \
|
--archive-areas "main contrib non-free" \
|
||||||
--apt-recommends true \
|
--apt-recommends true \
|
||||||
|
|
|
||||||
18
live-dmx/config/includes.chroot/etc/skel/.gtkrc-2.0
Normal file
18
live-dmx/config/includes.chroot/etc/skel/.gtkrc-2.0
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||||
|
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||||
|
|
||||||
|
gtk-theme-name="Clearlooks"
|
||||||
|
gtk-icon-theme-name="Tango"
|
||||||
|
gtk-font-name="DejaVu Sans 9"
|
||||||
|
gtk-cursor-theme-size=0
|
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
|
||||||
|
gtk-button-images=1
|
||||||
|
gtk-menu-images=1
|
||||||
|
gtk-enable-event-sounds=1
|
||||||
|
gtk-enable-input-feedback-sounds=1
|
||||||
|
gtk-xft-antialias=1
|
||||||
|
gtk-xft-hinting=1
|
||||||
|
gtk-xft-hintstyle="hintfull"
|
||||||
|
gtk-xft-rgba="rgb"
|
||||||
|
include "/home/user/.gtkrc-2.0.mine"
|
||||||
2
live-dmx/config/includes.chroot/etc/skel/config/openbox/autostart.sh → live-dmx/config/includes.chroot/etc/skel/autostart.sh
Normal file → Executable file
2
live-dmx/config/includes.chroot/etc/skel/config/openbox/autostart.sh → live-dmx/config/includes.chroot/etc/skel/autostart.sh
Normal file → Executable file
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
tint2 &
|
tint2 &
|
||||||
xterm &
|
#xterm &
|
||||||
aconnectgui &
|
aconnectgui &
|
||||||
mono /usr/local/bin/DMX-2.0.exe &
|
mono /usr/local/bin/DMX-2.0.exe &
|
||||||
|
|
||||||
|
|
@ -4,6 +4,9 @@ obconf
|
||||||
obmenu
|
obmenu
|
||||||
tint2
|
tint2
|
||||||
openbox-themes
|
openbox-themes
|
||||||
|
halevt
|
||||||
|
thunar
|
||||||
|
thunar-volman
|
||||||
gtk2-engines
|
gtk2-engines
|
||||||
alsa-base
|
alsa-base
|
||||||
aconnectgui
|
aconnectgui
|
||||||
|
|
@ -11,3 +14,6 @@ alsa-utils
|
||||||
lxappearance
|
lxappearance
|
||||||
tango-icon-theme
|
tango-icon-theme
|
||||||
firmware-linux-nonfree
|
firmware-linux-nonfree
|
||||||
|
menu
|
||||||
|
menu-xdg
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue