Skip to content
Snippets Groups Projects
Commit 342d96f3 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

Merge branch 'dev-eric' into dev

parents db2a5ad0 daa5bd39
No related branches found
No related tags found
No related merge requests found
Showing
with 379 additions and 65 deletions
......@@ -46,6 +46,7 @@ wpa_supplicant
obarun-install
obarun-install-themes
pacopts
obnews
#-------------------
## fonts
......
......@@ -54,7 +54,7 @@ parole
polkit-gnome
scrot
spacefm
terminator
sakura
udevil
volumeicon
xarchiver-gtk2
......
# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org>
# All rights reserved.
#
# This file is part of Obarun. It is subject to the license terms in
# the LICENSE file found in the top-level directory of this
# distribution.
# This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file.
##################
## Main variable
##################
# allow to update the obarun-install script when it launched [yes|no]
UPDATE_INS="yes"
# allow to update the obarun-install-themes script when it launched [yes|no]
UPDATE_TPL="yes"
# Be more/less verbose
# 1 for more, 0 for less
DEBUG=0
# git source of obarun-install package
GIT_ADDR="https://framagit.org/Obarun/obarun-install.git"
# git branch to use, if not set master is took by default
BRANCH=""
# gpg directory used during the installation
GPG_DIR="/var/lib/obarun/gnupg"
# editor used during the installation
EDITOR="mcedit"
# valid mountpoint for installation
NEWROOT="/mnt"
# configuration files directory used for the installation
CONFIG_DIR="jwm"
# cache directory used during the installation
CACHE_DIR="/var/cache/pacman/pkg"
# use rankmirrors to find the fastest local mirror
# expected value are yes or no without uppercase
RANKMIRRORS="no"
#########################
## Customization variable
#########################
# define name of the host for the new installation
HOSTNAME="Ob66"
# define the locale for the new installation
LOCALE="en_US.UTF-8"
# define the zone for the new installation e.g Europe
ZONE="GMT"
# define the subzone for the new installation e.g. Londres
SUBZONE=""
# define the keymap for the console for the new installation
KEYMAP="us"
# define the keymap for the Desktop for the new installation
XKEYMAP="us"
# define the name for a new user for the new installation
NEWUSER="oblive"
<?xml version="1.0"?>
<JWM>
<Font>Liberation Sans-9</Font>
<!-- Window button -->
<ButtonClose>/usr/share/themes/Arc/unity/close.svg</ButtonClose>
<ButtonMax>/usr/share/themes/Arc/unity/unmaximize_dash_prelight.svg</ButtonMax>
......@@ -8,7 +8,7 @@
<ButtonMin>/usr/share/themes/Arc/unity/minimize_dash_prelight.svg</ButtonMin>
<!-- Visual Style Window. -->
<WindowStyle decorations="flat">
<Font>Liberation Sans-9</Font>
<Width>1</Width>
<Height>25</Height>
<Corner>5</Corner>
......@@ -25,7 +25,7 @@
<!-- Visual Style Tray. -->
<TrayStyle decorations="flat">
<Font>Liberation Sans-9</Font>
<Background>#444444</Background>
<Foreground>white</Foreground>
<Active>
......@@ -37,7 +37,7 @@
<!-- Visual Style Pager. -->
<PagerStyle>
<Font>Liberation Sans-9</Font>
<Outline>#444444</Outline>
<Text>white</Text>
<Foreground>#444444</Foreground>
......@@ -50,7 +50,7 @@
<!-- Visual Style Menu. -->
<MenuStyle>
<Font>Liberation Sans-9</Font>
<Foreground>white</Foreground>
<Background>#444444</Background>
<Active>
......@@ -62,7 +62,7 @@
<!-- Visual Style Pop. -->
<PopupStyle>
<Font>Liberation Sans-9</Font>
<Outline>#FFFFFF</Outline>
<Foreground>#000000</Foreground>
<Background>#FFFFFF</Background>
......
......@@ -17,7 +17,7 @@
<Spacer width="2"/>
<TrayButton icon="geany">root:4</TrayButton>
<Spacer width="2"/>
<TrayButton icon="terminator">exec:terminator</TrayButton>
<TrayButton icon="terminal">exec:sakura</TrayButton>
<Spacer width="5"/>
<!-- pager -->
......
[global_config]
always_split_with_profile = True
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
suppress_multiple_term_dialog = True
title_receive_bg_color = "#310000"
title_transmit_bg_color = "#310000"
[keybindings]
[layouts]
[[default]]
[[[child1]]]
parent = window0
profile = default
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_darkness = 0.76
background_image = None
background_type = transparent
icon_bell = False
scrollback_infinite = True
show_titlebar = False
......@@ -14,7 +14,7 @@ LOGIN AND PASSWORD
------------------
root login : root
user login : obarun
user login : oblive
root password : toor
obarun password : toor
......
......@@ -46,6 +46,7 @@ wpa_supplicant
obarun-install
obarun-install-themes
pacopts
obnews
#-------------------
## fonts
......
# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org>
# All rights reserved.
#
# This file is part of Obarun. It is subject to the license terms in
# the LICENSE file found in the top-level directory of this
# distribution.
# This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file.
##################
## Main variable
##################
# allow to update the obarun-install script when it launched [yes|no]
UPDATE_INS="yes"
# allow to update the obarun-install-themes script when it launched [yes|no]
UPDATE_TPL="yes"
# Be more/less verbose
# 1 for more, 0 for less
DEBUG=0
# git source of obarun-install package
GIT_ADDR="https://framagit.org/Obarun/obarun-install.git"
# git branch to use, if not set master is took by default
BRANCH=""
# gpg directory used during the installation
GPG_DIR="/var/lib/obarun/gnupg"
# editor used during the installation
EDITOR="mcedit"
# valid mountpoint for installation
NEWROOT="/mnt"
# configuration files directory used for the installation
CONFIG_DIR="minimal"
# cache directory used during the installation
CACHE_DIR="/var/cache/pacman/pkg"
# use rankmirrors to find the fastest local mirror
# expected value are yes or no without uppercase
RANKMIRRORS="no"
#########################
## Customization variable
#########################
# define name of the host for the new installation
HOSTNAME="Ob66"
# define the locale for the new installation
LOCALE="en_US.UTF-8"
# define the zone for the new installation e.g Europe
ZONE="GMT"
# define the subzone for the new installation e.g. Londres
SUBZONE=""
# define the keymap for the console for the new installation
KEYMAP="us"
# define the keymap for the Desktop for the new installation
XKEYMAP="us"
# define the name for a new user for the new installation
NEWUSER="oblive"
......@@ -46,6 +46,7 @@ wpa_supplicant
obarun-install
obarun-install-themes
pacopts
obnews
#-------------------
## fonts
......
......@@ -58,7 +58,7 @@ parole
polkit-gnome
scrot
spacefm
terminator
sakura
udevil
volumeicon
xarchiver-gtk2
......
# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org>
# All rights reserved.
#
# This file is part of Obarun. It is subject to the license terms in
# the LICENSE file found in the top-level directory of this
# distribution.
# This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file.
##################
## Main variable
##################
# allow to update the obarun-install script when it launched [yes|no]
UPDATE_INS="yes"
# allow to update the obarun-install-themes script when it launched [yes|no]
UPDATE_TPL="yes"
# Be more/less verbose
# 1 for more, 0 for less
DEBUG=0
# git source of obarun-install package
GIT_ADDR="https://framagit.org/Obarun/obarun-install.git"
# git branch to use, if not set master is took by default
BRANCH=""
# gpg directory used during the installation
GPG_DIR="/var/lib/obarun/gnupg"
# editor used during the installation
EDITOR="mcedit"
# valid mountpoint for installation
NEWROOT="/mnt"
# configuration files directory used for the installation
CONFIG_DIR="openbox"
# cache directory used during the installation
CACHE_DIR="/var/cache/pacman/pkg"
# use rankmirrors to find the fastest local mirror
# expected value are yes or no without uppercase
RANKMIRRORS="no"
#########################
## Customization variable
#########################
# define name of the host for the new installation
HOSTNAME="Ob66"
# define the locale for the new installation
LOCALE="en_US.UTF-8"
# define the zone for the new installation e.g Europe
ZONE="GMT"
# define the subzone for the new installation e.g. Londres
SUBZONE=""
# define the keymap for the console for the new installation
KEYMAP="us"
# define the keymap for the Desktop for the new installation
XKEYMAP="us"
# define the name for a new user for the new installation
NEWUSER="oblive"
......@@ -93,9 +93,9 @@
<command>sudo -A geany</command>
</action>
</item>
<item label="Terminator" icon="/usr/share/icons/Faenza/apps/24/terminator.png">
<item label="Sakura" icon="/usr/share/icons/Faenza/apps/24/Terminal.png">
<action name="Execute">
<command>terminator</command>
<command>sakura</command>
</action>
</item>
<item label="Pictures" icon="/usr/share/icons/Faenza/apps/24/gpicview.png">
......
[global_config]
always_split_with_profile = True
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
suppress_multiple_term_dialog = True
title_receive_bg_color = "#310000"
title_transmit_bg_color = "#310000"
[keybindings]
[layouts]
[[default]]
[[[child1]]]
parent = window0
profile = default
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_darkness = 0.76
background_image = None
background_type = transparent
icon_bell = False
scrollback_infinite = True
show_titlebar = False
......@@ -134,7 +134,7 @@ launcher_tooltip = 0
launcher_item_app = /usr/share/applications/midori.desktop
launcher_item_app = /usr/share/applications/spacefm.desktop
launcher_item_app = /usr/share/applications/geany.desktop
launcher_item_app = /usr/share/applications/terminator.desktop
launcher_item_app = /usr/share/applications/sakura.desktop
#-------------------------------------
# Clock
......
......@@ -14,7 +14,7 @@ LOGIN AND PASSWORD
------------------
root login : root
user login : obarun
user login : oblive
root password : toor
obarun password : toor
......
# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org>
# All rights reserved.
#
# This file is part of Obarun. It is subject to the license terms in
# the LICENSE file found in the top-level directory of this
# distribution.
# This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file.
##################
## Main variable
##################
# allow to update the obarun-install script when it launched [yes|no]
UPDATE_INS="yes"
# allow to update the obarun-install-themes script when it launched [yes|no]
UPDATE_TPL="yes"
# Be more/less verbose
# 1 for more, 0 for less
DEBUG=0
# git source of obarun-install package
GIT_ADDR="https://framagit.org/Obarun/obarun-install.git"
# git branch to use, if not set master is took by default
BRANCH=""
# gpg directory used during the installation
GPG_DIR="/var/lib/obarun/gnupg"
# editor used during the installation
EDITOR="mcedit"
# valid mountpoint for installation
NEWROOT="/mnt"
# configuration files directory used for the installation
CONFIG_DIR="plasma"
# cache directory used during the installation
CACHE_DIR="/var/cache/pacman/pkg"
# use rankmirrors to find the fastest local mirror
# expected value are yes or no without uppercase
RANKMIRRORS="no"
#########################
## Customization variable
#########################
# define name of the host for the new installation
HOSTNAME="Ob66"
# define the locale for the new installation
LOCALE="en_US.UTF-8"
# define the zone for the new installation e.g Europe
ZONE="GMT"
# define the subzone for the new installation e.g. Londres
SUBZONE=""
# define the keymap for the console for the new installation
KEYMAP="us"
# define the keymap for the Desktop for the new installation
XKEYMAP="us"
# define the name for a new user for the new installation
NEWUSER="oblive"
......@@ -46,6 +46,7 @@ wpa_supplicant
obarun-install
obarun-install-themes
pacopts
obnews
#-------------------
## fonts
......
......@@ -68,7 +68,7 @@ parole
polkit-gnome
scrot
spacefm
terminator
sakura
udevil
volumeicon
xarchiver-gtk2
......
# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org>
# All rights reserved.
#
# This file is part of Obarun. It is subject to the license terms in
# the LICENSE file found in the top-level directory of this
# distribution.
# This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file.
##################
## Main variable
##################
# allow to update the obarun-install script when it launched [yes|no]
UPDATE_INS="yes"
# allow to update the obarun-install-themes script when it launched [yes|no]
UPDATE_TPL="yes"
# Be more/less verbose
# 1 for more, 0 for less
DEBUG=0
# git source of obarun-install package
GIT_ADDR="https://framagit.org/Obarun/obarun-install.git"
# git branch to use, if not set master is took by default
BRANCH=""
# gpg directory used during the installation
GPG_DIR="/var/lib/obarun/gnupg"
# editor used during the installation
EDITOR="mcedit"
# valid mountpoint for installation
NEWROOT="/mnt"
# configuration files directory used for the installation
CONFIG_DIR="xfce4"
# cache directory used during the installation
CACHE_DIR="/var/cache/pacman/pkg"
# use rankmirrors to find the fastest local mirror
# expected value are yes or no without uppercase
RANKMIRRORS="no"
#########################
## Customization variable
#########################
# define name of the host for the new installation
HOSTNAME="Ob66"
# define the locale for the new installation
LOCALE="en_US.UTF-8"
# define the zone for the new installation e.g Europe
ZONE="GMT"
# define the subzone for the new installation e.g. Londres
SUBZONE=""
# define the keymap for the console for the new installation
KEYMAP="us"
# define the keymap for the Desktop for the new installation
XKEYMAP="us"
# define the name for a new user for the new installation
NEWUSER="oblive"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment