This commit is contained in:
parent
df9b96da45
commit
c055dc410a
4 changed files with 26 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
|
||||
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" \
|
||||
--archive-areas "main contrib non-free" \
|
||||
--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
|
||||
|
||||
tint2 &
|
||||
xterm &
|
||||
#xterm &
|
||||
aconnectgui &
|
||||
mono /usr/local/bin/DMX-2.0.exe &
|
||||
|
||||
|
|
@ -4,6 +4,9 @@ obconf
|
|||
obmenu
|
||||
tint2
|
||||
openbox-themes
|
||||
halevt
|
||||
thunar
|
||||
thunar-volman
|
||||
gtk2-engines
|
||||
alsa-base
|
||||
aconnectgui
|
||||
|
|
@ -11,3 +14,6 @@ alsa-utils
|
|||
lxappearance
|
||||
tango-icon-theme
|
||||
firmware-linux-nonfree
|
||||
menu
|
||||
menu-xdg
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue