This commit is contained in:
Chrysostomus 2018-04-11 21:03:50 +03:00
commit 47d742f909
19 changed files with 113 additions and 131 deletions

View File

@ -5,9 +5,6 @@
# use multilib packages; x86_64 only # use multilib packages; x86_64 only
# multilib="true" # multilib="true"
# use extra packages as defined in pkglist to activate a full profile
extra="true"
################ install ################ ################ install ################
# default displaymanager: none # default displaymanager: none

View File

@ -5,9 +5,6 @@
# use multilib packages; x86_64 only # use multilib packages; x86_64 only
# multilib="true" # multilib="true"
# use extra packages as defined in pkglist to activate a full profile
extra="true"
################ install ################ ################ install ################
# default displaymanager: none # default displaymanager: none

View File

@ -126,7 +126,6 @@ ttf-liberation
upower upower
vertex-maia-themes vertex-maia-themes
vi vi
vibrancy-colors
viewnior viewnior
vim vim
vlc-nightly vlc-nightly

View File

@ -3,7 +3,7 @@ background=/usr/share/backgrounds/i3_default_background.jpg
background-color=#2e3d44 background-color=#2e3d44
draw-grid=false draw-grid=false
theme-name=Adapta-Nokto-Eta-Maia theme-name=Adapta-Nokto-Eta-Maia
icon-theme-name=Vibrancy-Full-Dark-Teal icon-theme-name=Papirus-Adapta-Nokto-Maia
font-name='Noto Sans 11' font-name='Noto Sans 11'
xft-antialias=true xft-antialias=true
xft-hintstyle=hintfull xft-hintstyle=hintfull

View File

@ -56,7 +56,7 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
# Start Applications # Start Applications
bindsym $mod+Ctrl+b exec terminal -e 'bmenu' bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
bindsym $mod+i exec sudo -E calamares bindsym $mod+i exec calamares_polkit
bindsym $mod+F2 exec palemoon bindsym $mod+F2 exec palemoon
bindsym $mod+F3 exec pcmanfm bindsym $mod+F3 exec pcmanfm
# bindsym $mod+F3 exec ranger # bindsym $mod+F3 exec ranger

View File

@ -5,9 +5,6 @@
# use multilib packages; x86_64 only # use multilib packages; x86_64 only
# multilib="true" # multilib="true"
# use extra packages as defined in pkglist to activate a full profile
extra="true"
################ install ################ ################ install ################
# default displaymanager: none # default displaymanager: none

View File

@ -113,6 +113,7 @@ qt5-styleplugins
# theming # theming
gnome-icon-theme gnome-icon-theme
gnome-themes-standard gnome-themes-standard
ttf-dejavu
## Basic Applications ## Basic Applications
manjaro-hello manjaro-hello

View File

@ -3,11 +3,11 @@
########################################## ##########################################
# use multilib packages; x86_64 only # use multilib packages; x86_64 only
# multilib="true" #multilib="true"
multilib=false multilib=false
# use extra packages as defined in pkglist to activate a full profile # use extra packages as defined in pkglist to activate a full profile
# extra="false" #extra="false"
################ install ################ ################ install ################
@ -16,38 +16,39 @@ multilib=false
displaymanager="lightdm" displaymanager="lightdm"
# Set to false to disable autologin in the livecd # Set to false to disable autologin in the livecd
# autologin="true" #autologin="true"
# nonfree xorg drivers # nonfree xorg drivers
# nonfree_mhwd="true" #nonfree_mhwd="true"
# possible values: grub;systemd-boot # possible values: grub;systemd-boot
# efi_boot_loader="grub" #efi_boot_loader="grub"
# configure calamares for netinstall # configure calamares for netinstall
# netinstall="false" #netinstall="false"
# configure calamares to use chrootcfg instead of unpackfs; default: unpackfs # configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
# chrootcfg="false" #chrootcfg="false"
# use geoip # use geoip
# geoip="true" #geoip="true"
# unset defaults to given values # unset defaults to given values
# names must match systemd service names # names must match systemd service names
# enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep') # enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
# disable_systemd=() enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd')
disable_systemd=('pacman-init')
# unset defaults to given values, # unset defaults to given values,
# names must match openrc service names # names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager') #enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=() #disable_openrc=()
# unset defaults to given values # unset defaults to given values
# addgroups="video,power,storage,optical,network,lp,scanner,wheel" #addgroups="video,power,storage,optical,network,lp,scanner,wheel"
# the same workgroup name if samba is used # the same workgroup name if samba is used
# smb_workgroup="Manjaro" #smb_workgroup="Manjaro"
################# live-session ################# ################# live-session #################
@ -55,21 +56,21 @@ displaymanager="lightdm"
hostname="manjaro-lxde" hostname="manjaro-lxde"
# unset defaults to given value # unset defaults to given value
# username="manjaro" #username="manjaro"
# unset defaults to given value # unset defaults to given value
# password="manjaro" #password="manjaro"
# the login shell # the login shell
# defaults to bash # defaults to bash
# login_shell=/bin/bash #login_shell=/bin/bash
# unset defaults to given values # unset defaults to given values
# names must match systemd service names # names must match systemd service names
# services in enable_systemd array don't need to be listed here # services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live') #enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
# unset defaults to given values, # unset defaults to given values,
# names must match openrc service names # names must match openrc service names
# services in enable_openrc array don't need to be listed here # services in enable_openrc array don't need to be listed here
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live') #enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')

View File

@ -7,7 +7,6 @@ xorg-xkill
xf86-input-keyboard xf86-input-keyboard
xf86-input-libinput xf86-input-libinput
xf86-input-mouse xf86-input-mouse
xf86-input-synaptics
## nice programs ## nice programs
bash-completion bash-completion
@ -25,8 +24,12 @@ python2-xdg
xdg-user-dirs xdg-user-dirs
xdg-utils xdg-utils
## toolkit ## manjaro
manjaro-settings-manager
## theming
gtk3-classic gtk3-classic
manjaro-openbox-settings
## display manager ## display manager
lightdm lightdm
@ -35,24 +38,19 @@ lightdm-slick-greeter
## network ## network
networkmanager networkmanager
networkmanager-dmenu networkmanager-dmenu
networkmanager-openconnect
networkmanager-pptp
networkmanager-vpnc
## browser ## browser
>basic midori lynx
>extra chromium chromium
## terminal ## terminal
termite termite
>extra lxterminal-gtk3 lxterminal
## filemanager ## filemanager
mc
pcmanfm-gtk3 pcmanfm-gtk3
>extra thunar-gtk3 ranger
>extra thunar-archive-plugin
>extra thunar-volman-gtk3
>extra file-roller
xarchiver xarchiver
## mail ## mail
@ -60,90 +58,46 @@ sylpheed
## package manager ## package manager
pacui pacui
>extra pamac pamac
## desktop and settings ## desktop and settings
>extra lxrandr-gtk3 # monitor layout
arandr # monitor layout arandr # monitor layout
exo-gtk3 # open with default programs exo-gtk3 # open with default programs
lxappearance-gtk3 # openbox appearance manager lxappearance-gtk3 # openbox appearance manager
lxappearance-obconf-gtk3 # obconf plugin lxappearance-obconf-gtk3 # obconf plugin
lxinput-gtk3 # input manager lxinput-gtk3 # input manager
lxsession-gtk3 # session manager lxsession-gtk3 # session manager
kickshaw # menu editor
ob-autostart # auto start
obkey-gtk3 # openbox hotkey manager
obmenu-generator # dynamic menu generator
opensnap # snap windows
>extra polybar # status bar
tint2 # status bar
>extra trayer-srg # sys tray
## theming
>basic manjaro-openbox-basic-settings
>extra manjaro-openbox-settings
manjaro-zsh-config
ttf-dejavu
>extra ttf-font-logos
ttf-roboto
## net tools ## net tools
bind-tools # bind-tools #
net-tools # net-tools #
nmap # nmap #
## utilities 1 ## utilities
compton # compositing
>extra conky #
>extra dunst # messages
i3lock
>extra jgmenu # system menu
>extra jsoncpp # required by various apps
nitrogen # wallpaper
rofi # nice dmenu replacement
scrot # screen capture
skippy-xd # window swicher
>extra wireless_tools # polybar helper
>extra wmctrl # polybar helper
xcape # hotkey
>extra xdotool # used by polybar
zenity # bar-dock-config
## utilities 2
>extra gucharmap # char map
epdfview # pdf epdfview # pdf
galculator # calculator galculator # calculator
>extra geany # geany
>extra geany-plugins # geany plugins
>extra gnome-disk-utility # disks
gparted # partition tool gparted # partition tool
gpicview-gtk3 # image viewer gpicview-gtk3 # image viewer
gsimplecal # calendar gsimplecal # calendar
htop # process monitor htop # process monitor
imagemagick # image converter
inxi # sysinfo inxi # sysinfo
l3afpad # simple gui editor
>extra neofetch #
numlockx # numlock numlockx # numlock
ps_mem # memory monitor ps_mem # memory monitor
>extra screenfetch # screen capture scite # multi-purpose text editor
## media, audio & codec ## media, audio & codec
>extra manjaro-pulse audacious-gtk3
>extra alsa-firmware audacious-plugins-gtk3
>extra alsa-plugins ffmpeg2.8
>extra alsa-utils gst-libav
>extra ffmpeg2.8 gst-plugins-base
>extra gst-libav gst-plugins-good
>extra gst-plugins-base gstreamer
>extra gst-plugins-good libmad
>extra gstreamer libmatroska
>extra libmad manjaro-pulse
>extra libmatroska mpv # mediaplayer
>extra lxmusic-gtk3 # musicplayer pavucontrol # sound control
>extra mpd # mediaplayer playerctl # player control
>extra mpv # mediaplayer pamixer # mixer control
>extra pamixer # mixer control volumeicon # volume control
>extra pavucontrol # sound control
>extra playerctl # player control
>extra volumeicon # volume control

View File

@ -0,0 +1,6 @@
Section "InputClass"
Identifier "tap-by-default"
MatchIsTouchpad "on"
MatchDriver "libinput"
Option "Tapping" "on"
EndSection

View File

@ -1,5 +1,5 @@
[Greeter] [Greeter]
background=/usr/share/backgrounds/manjarowall17_05.jpg background=/usr/share/backgrounds/openbox-wall-blue.png
theme-name=Adapta-Nokto-Breath theme-name=Adapta-Nokto-Breath
icon-theme-name=Vibrancy-Light-Teal icon-theme-name=Vibrancy-Light-Teal
draw-grid=false draw-grid=false

View File

@ -15,7 +15,7 @@ autologin="true"
nonfree_mhwd="false" nonfree_mhwd="false"
# use extra packages as defined in pkglist to activate a full profile # use extra packages as defined in pkglist to activate a full profile
# extra="false" #extra="false"
################ install ################ ################ install ################
@ -23,17 +23,18 @@ nonfree_mhwd="false"
efi_boot_loader="grub" efi_boot_loader="grub"
# configure calamares for netinstall # configure calamares for netinstall
netinstall="false" #netinstall="false"
# configure calamares to use chrootcfg instead of unpackfs # configure calamares to use chrootcfg instead of unpackfs
# chrootcfg="false" #chrootcfg="false"
# use geoip for localization # use geoip for localization
geoip='true' geoip='true'
# unset defaults to given values # unset defaults to given values
# names must match systemd service names # names must match systemd service names
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep') #enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd')
disable_systemd=('pacman-init') disable_systemd=('pacman-init')
# unset defaults to given values, # unset defaults to given values,
@ -57,7 +58,7 @@ hostname="manjaro-openbox"
# the login shell # the login shell
# defaults to bash # defaults to bash
# login_shell=/bin/bash login_shell=/bin/zsh
# unset defaults to given values # unset defaults to given values
# addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel" # addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel"

View File

@ -133,6 +133,7 @@ xf86-input-void
xorg-server xorg-server
xorg-twm xorg-twm
xorg-xinit xorg-xinit
>extra xf86-input-wacom #support for tablet and pen display ( wacom ecc. )
yelp yelp
ms-office-online ms-office-online

View File

@ -0,0 +1 @@
../../../../shared/manjaro/live-overlay/usr/share

View File

@ -0,0 +1 @@
../../../shared/manjaro/live-overlay/usr

View File

@ -112,23 +112,25 @@ lightdm-gtk-greeter
lightdm-gtk-greeter-settings lightdm-gtk-greeter-settings
accountsservice # Enhanced user accounts handling accountsservice # Enhanced user accounts handling
## GTK3
gtk3-classic
>multilib lib32-gtk3-classic
## XFCE Group ## XFCE Group
exo exo-gtk3
garcon garcon-gtk3
gtk-xfce-engine thunar-gtk3
thunar
thunar-volman thunar-volman
tumbler tumbler
xfce4-appfinder xfce4-appfinder-gtk3
xfce4-panel xfce4-panel-gtk3
xfce4-power-manager xfce4-power-manager-gtk3
xfce4-session xfce4-session-gtk3
xfce4-settings xfce4-settings-gtk3
xfce4-terminal xfce4-terminal
xfconf xfconf-gtk3
xfdesktop xfdesktop-gtk3
xfwm4 xfwm4-gtk3
xfwm4-themes
## XFCE Extras ## XFCE Extras
blueman blueman
@ -145,6 +147,7 @@ menulibre
orage orage
poppler-glib # tumbler - for PDF thumbnails poppler-glib # tumbler - for PDF thumbnails
thunar-archive-plugin thunar-archive-plugin
file-roller
thunar-media-tags-plugin thunar-media-tags-plugin
# >extra xfce4-artwork # >extra xfce4-artwork
xfce4-battery-plugin xfce4-battery-plugin
@ -161,7 +164,7 @@ xfce4-clipman-plugin
>extra xfce4-mpc-plugin >extra xfce4-mpc-plugin
>extra xfce4-netload-plugin >extra xfce4-netload-plugin
>extra xfce4-notes-plugin >extra xfce4-notes-plugin
xfce4-notifyd xfce4-notifyd-gtk3
xfce4-screenshooter xfce4-screenshooter
>extra xfce4-sensors-plugin >extra xfce4-sensors-plugin
>extra xfce4-smartbookmark-plugin >extra xfce4-smartbookmark-plugin
@ -172,7 +175,7 @@ xfce4-taskmanager
>extra xfce4-verve-plugin >extra xfce4-verve-plugin
>extra xfce4-wavelan-plugin >extra xfce4-wavelan-plugin
>extra xfce4-weather-plugin >extra xfce4-weather-plugin
xfce4-whiskermenu-plugin xfce4-whiskermenu-plugin-gtk3
xfce4-xkb-plugin xfce4-xkb-plugin
xfce4-pulseaudio-plugin xfce4-pulseaudio-plugin
pavucontrol pavucontrol
@ -231,8 +234,8 @@ unrar # RAR archive support
manjaro-documentation-en manjaro-documentation-en
## Settings packages ## Settings packages
>extra manjaro-xfce-settings >extra manjaro-xfce-gtk3-settings
>basic manjaro-xfce-minimal-settings >basic manjaro-xfce-gtk3-minimal-settings
manjaro-browser-settings manjaro-browser-settings
## Xorg Input Drivers ## Xorg Input Drivers

View File

@ -2,9 +2,9 @@
background = /usr/share/backgrounds/breath.png background = /usr/share/backgrounds/breath.png
font-name = Cantarell 10 font-name = Cantarell 10
xft-antialias = true xft-antialias = true
icon-theme-name = Vertex-Maia icon-theme-name = Vibrancy-Full-Dark-Teal
screensaver-timeout = 60 screensaver-timeout = 60
theme-name = Vertex-Maia theme-name = Adapta-Eta-Maia
cursor-theme-name = xcursor-breeze cursor-theme-name = xcursor-breeze
show-clock = false show-clock = false
default-user-image = #avatar-default default-user-image = #avatar-default

View File

@ -1,7 +1,7 @@
KERNEL-bbswitch KERNEL-bbswitch
KERNEL-broadcom-wl KERNEL-broadcom-wl
KERNEL-r8168 KERNEL-r8168
KERNEL-rt3562sta #KERNEL-rt3562sta
KERNEL-virtualbox-guest-modules KERNEL-virtualbox-guest-modules
libva-intel-driver libva-intel-driver
libva-mesa-driver libva-mesa-driver

View File

@ -0,0 +1,23 @@
---
componentName: manjaro
strings:
productName: Manjaro Linux
shortProductName: Manjaro
version: 18.0-alpha-1
shortVersion: 18.0a1
versionedName: Manjaro Linux 18.0-alpha-1 "Illyria"
shortVersionedName: Manjaro 18.0a1
bootloaderEntryName: Manjaro
images:
productLogo: "logo.png"
productIcon: "logo.png"
productWelcome: "languages.png"
slideshow: "show.qml"
style:
sidebarBackground: "#454948"
sidebarText: "#efefef"
sidebarTextSelect: "#9E4F5D"