Added live-build syslinux image. Also added overlays of gnome settings.
parent
e8457c0fb8
commit
d4cc6105ae
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if (/usr/bin/which gconftool-2); then
|
||||||
|
gconftool-2 --set "/apps/gnome-terminal/profiles/Default/use_theme_colors" --type bool false
|
||||||
|
gconftool-2 --set "/apps/gnome-terminal/profiles/Default/background_color" --type string "#000000000000"
|
||||||
|
gconftool-2 --set "/apps/gnome-terminal/profiles/Default/foreground_color" --type string "#FFFFFFFFFFFF"
|
||||||
|
gconftool-2 --type bool --s /apps/gnome-terminal/profiles/Default/scrollback_unlimited true
|
||||||
|
gconftool-2 --type string -s /apps/gnome-terminal/profiles/Default/background_type transparent
|
||||||
|
gconftool-2 --type float -s /apps/gnome-terminal/profiles/Default/background_darkness 0.75
|
||||||
|
gconftool-2 --type bool -s /apps/gnome-terminal/global/confirm_window_close false
|
||||||
|
else
|
||||||
|
echo "[*] gconftool-2 not installed."
|
||||||
|
fi
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 210 KiB |
@ -0,0 +1,16 @@
|
|||||||
|
[org.gnome.desktop.session]
|
||||||
|
session-name='gnome-fallback'
|
||||||
|
[org.gnome.desktop.background]
|
||||||
|
show-desktop-icons=true
|
||||||
|
[org.gnome.desktop.background]
|
||||||
|
show-desktop-icons=true
|
||||||
|
[org.gnome.nautilus.desktop]
|
||||||
|
computer-icon-visible=true
|
||||||
|
[org.gnome.shell.overrides]
|
||||||
|
button-layout='close,minimize,maximize'
|
||||||
|
[org.gnome.nautilus.desktop]
|
||||||
|
trash-icon-visible=false
|
||||||
|
home-icon-visible=false
|
||||||
|
[org.gnome.eog.ui]
|
||||||
|
disable-close-confirmation=true
|
||||||
|
|
Loading…
Reference in New Issue