Ajout divers

This commit is contained in:
manu 2015-04-11 20:34:41 +00:00
parent 547def4308
commit c74a40a9cc
4 changed files with 134 additions and 37 deletions

View file

@ -3,7 +3,6 @@
lb config noauto \ lb config noauto \
-b hdd --hdd-size 800 \ -b hdd --hdd-size 800 \
--architectures i386 -k "686-pae 586" \ --architectures i386 -k "686-pae 586" \
--apt-recommends false --firmware-chroot true --archive-areas main contrib nonfree \ --apt-recommends false --firmware-chroot true --archive-areas "main contrib non-free" \
--apt-http-proxy http://localhost:3142/ \ --bootappend-live "boot=live components persistence persistence-path=live quiet splash keyboard-layouts=fr locales=fr_FR.UTF-8" \
--bootappend-live "boot=live components persistence persistence_path=live quiet splash keyboard-layouts=fr locales=fr_FR.UTF-8" \
"${@}" "${@}"

View file

@ -26,75 +26,87 @@ style "sombre"
bg[INSENSITIVE] = "#808080" bg[INSENSITIVE] = "#808080"
bg[PRELIGHT] = "#8080A0" bg[PRELIGHT] = "#8080A0"
base[NORMAL] = "#595959" base[NORMAL] = "#595959"
base[SELECTED] = "#bb5959" base[SELECTED] = "#B06060"
base[ACTIVE] = "#DAC000" base[ACTIVE] = "#A06060"
text[NORMAL] = "#D0D0D0" text[NORMAL] = "#D0D0D0"
fg[NORMAL] = "#FFFFFF" fg[NORMAL] = "#FFFFFF"
fg[PRELIGHT] = "#FFFFFF" fg[PRELIGHT] = "#FFFFFF"
engine "clearlooks" { engine "clearlooks" {
#colorize_scrollbar = FALSE colorize_scrollbar = TRUE
toolbarstyle = 0 reliefstyle = 1
menubarstyle = 2
toolbarstyle = 0
animation = FALSE
radius = 3.0
style = GUMMY
# Set a hint to disable backward compatibility fallbacks.
hint = "use-hints"
} }
GtkTreeView::odd-row-color = "#66666F" GtkTreeView::odd-row-color = "#66666F"
#GtkTreeView::even-row-color = "#595959" #GtkTreeView::even-row-color = "#595959"
} }
style "scale" { style "scale" = "sombre" {
GtkScale::slider-width = 19 GtkScale::slider-width = 19
GtkScale::slider-length = 27 GtkScale::slider-length = 27
GtkRange::trough-side-details = 1 GtkRange::trough-side-details = 1
bg[NORMAL] = "#A0A0B0" bg[NORMAL] = "#A0A0B0"
}
style "tirettes" {
font_name = "DejaVu Sans Mono 7"
GtkScale::slider-width = 19
GtkScale::slider-length = 28
bg[NORMAL] = "#A0A0B0"
bg[PRELIGHT] = "#8080A0" bg[PRELIGHT] = "#8080A0"
bg[SELECTED] = "#DAC000" bg[SELECTED] = "#C0B000"
fg[NORMAL] = "#FFFFFF" fg[NORMAL] = "#FFFFFF"
engine "clearlooks" {
hint="scale"
}
} }
style "tirettesc" { style "tirettes" = "scale" {
font_name = "DejaVu Sans Mono 7" font_name = "DejaVu Sans Mono 7"
GtkScale::slider-width = 19 engine "clearlooks" {
GtkScale::slider-length = 28 }
}
style "tirettesc" = "tirettes" {
bg[NORMAL] = "#B08080" bg[NORMAL] = "#B08080"
bg[PRELIGHT] = "#B06060"
bg[SELECTED] = "#DAC000"
fg[NORMAL] = "#FF5050" fg[NORMAL] = "#FF5050"
bg[PRELIGHT] = "#A08080"
engine "clearlooks" {
}
} }
style "tirettest" { style "tirettest" = "tirettes" {
font_name = "DejaVu Sans Mono 7"
GtkScale::slider-width = 19
GtkScale::slider-length = 28
bg[NORMAL] = "#80B080" bg[NORMAL] = "#80B080"
bg[PRELIGHT] = "#B06060"
bg[SELECTED] = "#DAC000"
fg[NORMAL] = "#50FF50" fg[NORMAL] = "#50FF50"
bg[PRELIGHT] = "#80A080"
engine "clearlooks" {
}
} }
style "tirettesm" { style "tirettesm" = "tirettes" {
font_name = "DejaVu Sans Mono 7"
GtkScale::slider-width = 19
GtkScale::slider-length = 28
bg[NORMAL] = "#6070B0" bg[NORMAL] = "#6070B0"
bg[PRELIGHT] = "#B06060"
bg[SELECTED] = "#DAC000"
fg[NORMAL] = "#8080FF" fg[NORMAL] = "#8080FF"
bg[PRELIGHT] = "#8080A0"
engine "clearlooks" {
}
} }
style "progressbar" { style "progressbar" {
bg[SELECTED] = "#A8A8B8" bg[SELECTED] = "#8080A0"
engine "clearlooks" {
hint="progressbar"
}
} }
style "circuitspb" style "circuitspb"
{ {
font_name = "DejaVu Sans 7" font_name = "DejaVu Sans 7"
bg[SELECTED] = "#DAC000" bg[SELECTED] = "#C0B000"
engine "clearlooks" {
hint="progressbar"
}
} }
style "counter" style "counter"
@ -102,6 +114,8 @@ style "counter"
fg[NORMAL] = "#FFFF00" fg[NORMAL] = "#FFFF00"
bg[NORMAL] = "#000000" bg[NORMAL] = "#000000"
font_name = "DejaVu Sans Mono Bold 12" font_name = "DejaVu Sans Mono Bold 12"
engine "clearlooks" {
}
} }
style "page" style "page"
@ -109,12 +123,16 @@ style "page"
fg[NORMAL] = "#FFFF00" fg[NORMAL] = "#FFFF00"
bg[NORMAL] = "#000000" bg[NORMAL] = "#000000"
font_name = "DejaVu Sans Mono Bold 32" font_name = "DejaVu Sans Mono Bold 32"
engine "clearlooks" {
}
} }
style "pagesmall" style "pagesmall"
{ {
fg[NORMAL] = "#FFFF00" fg[NORMAL] = "#FFFF00"
bg[NORMAL] = "#000000" bg[NORMAL] = "#000000"
font_name = "DejaVu Sans Mono Bold 6" font_name = "DejaVu Sans Mono Bold 6"
engine "clearlooks" {
}
} }
style "actmacro" style "actmacro"
@ -122,6 +140,8 @@ style "actmacro"
fg[NORMAL] = "#FFFF00" fg[NORMAL] = "#FFFF00"
bg[NORMAL] = "#000000" bg[NORMAL] = "#000000"
font_name = "DejaVu Sans Mono Bold 6" font_name = "DejaVu Sans Mono Bold 6"
engine "clearlooks" {
}
} }
@ -129,12 +149,80 @@ style "lbtirette"
{ {
fg[NORMAL] = "#D0D0D0" fg[NORMAL] = "#D0D0D0"
font_name = "DejaVu Sans 7" font_name = "DejaVu Sans 7"
engine "clearlooks" {
}
} }
style "entry" = "sombre" {
xthickness = 3
ythickness = 3
base[ACTIVE] = "#595959"
engine "clearlooks" {
}
}
style "treeview" {
engine "clearlooks" {
hint = "treeview"
}
}
style "treeview_header" = "sombre" {
xthickness = 2
ythickness = 1
engine "clearlooks" {
hint = "treeview-header"
}
}
style "tooltips" = "sombre" {
xthickness = 4
ythickness = 4
}
style "scrollbar" = "sombre" {
xthickness = 2
ythickness = 2
engine "clearlooks" {
hint = "scrollbar"
}
}
style "hscrollbar" = "sombre" {
engine "clearlooks" {
hint = "hscrollbar"
}
}
style "vscrollbar" = "sombre" {
engine "clearlooks" {
hint = "vscrollbar"
}
}
class "GtkWidget" style "sombre" class "GtkWidget" style "sombre"
class "GtkScale" style "scale" class "GtkScale" style "scale"
class "GtkProgressBar" style "progressbar" class "GtkProgressBar" style "progressbar"
class "GtkEntry" style "entry"
class "GtkScrollbar" style "scrollbar"
class "GtkHScrollbar" style "hscrollbar"
class "GtkVScrollbar" style "vscrollbar"
widget_class "*.<GtkTreeView>*" style "treeview"
widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
widget "gtk-tooltip*" style "tooltips"
widget "*.pb" style "circuitspb" widget "*.pb" style "circuitspb"
widget "*.posLabel" style "counter" widget "*.posLabel" style "counter"
widget "*.timeLabel" style "counter" widget "*.timeLabel" style "counter"
@ -150,4 +238,4 @@ widget "*.lblTirette" style "lbtirette"
widget "*.sclTirette" style "tirettes" widget "*.sclTirette" style "tirettes"
widget "*.sclTiretteC" style "tirettesc" widget "*.sclTiretteC" style "tirettesc"
widget "*.sclTiretteT" style "tirettest" widget "*.sclTiretteT" style "tirettest"
widget "*.sclTiretteM" style "tirettesm" widget "*.sclTiretteM" style "tirettesm"

View file

@ -8,4 +8,14 @@ libmono-system-xml4.0-cil
libgstreamer0.9-cil libgstreamer0.9-cil
gstreamer0.10-pulseaudio gstreamer0.10-pulseaudio
gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly
gstreamer0.10-plugins-base
gstreamer0.10-plugins-good
gstreamer0.10-plugins-bad
firmware-atheros
firmware-brcm80211
firmware-linux
firmware-qlogic
firmware-ralink
firmware-realtek
amd64-microcode
intel-microcode