Add awesome profile

This commit is contained in:
Chrysostomus 2017-05-17 21:50:18 +03:00
parent 647695bde8
commit d9cb854304
9 changed files with 185 additions and 0 deletions

View File

@ -0,0 +1,80 @@
arc-themes-maia
bmenu
brandr
arc-maia-icon-theme
dash
dconf
desktop-file-utils
dfc
dmenu-manjaro
dunst
dunstify
>extra clonezilla
>extra compton
>extra gnome-disk-utility
>extra gufw
>extra gvfs
>extra firefox
>extra firefox-arch-maia-settings
>extra lxappearance-gtk3
>extra moc
>extra mpv
>extra tree
file-roller
l3afpad
hibernator
htop
light-locker
lightdm-slick-greeter
inxi
libdnet
manjaro-architect
manjaro-awesome-settings
manjaro-zsh-config
mhwd-tui
pavucontrol
ncdu
networkmanager-dispatcher-ntpd
network-manager-applet
>openrc acpid-openrc
>openrc alsa-utils-openrc
>openrc displaymanager-openrc
>openrc networkmanager-openrc
pacui
perl-file-mimeinfo
>extra poppler
ps_mem
>extra ranger
pcmanfm-gtk3
st-manjaro
>systemd alsa-utils
>systemd maia-console
networkmanager
>systemd openresolv
>systemd xlogin
terminus-font
tmux
update-notifier
xcursor-breeze
xdg-su
xdg-utils
xf86-input-elographics
xf86-input-evdev
xf86-input-keyboard
>systemd xf86-input-libinput
>openrc xf86-input-libinput-nosystemd
xf86-input-mouse
xf86-input-void
xorg-xinit
xorg-xprop
yaourt
zathura-pdf-poppler
zsh
zsh-completions
>openrc accountsservice-elogind
>openrc upower-nosystemd
>openrc udisks2-elogind
>openrc xdg-user-dirs-nosystemd
>openrc xorg-server-nosystemd
>systemd xdg-user-dirs
>systemd xorg-server

View File

@ -0,0 +1,10 @@
manjaro-live-skel
mkinitcpio-nfs-utils
nbd
>openrc manjaro-live-openrc
>sonar sonar-calamares-branding
squashfs-tools
>systemd manjaro-live-systemd
>sonar thus
>manjaro grub-theme-live-manjaro
>sonar grub-theme-live-sonar

View File

@ -0,0 +1 @@
../../shared/Packages-Mhwd

View File

@ -0,0 +1 @@
../../shared/Packages-Root

View File

@ -0,0 +1 @@
kernel.printk = 3 3 3 3

View File

@ -0,0 +1,10 @@
.window-frame, .window-frame:backdrop {
box-shadow: 0 0 0 black;
border-style: none;
margin: 0;
border-radius: 0;
}
.titlebar {
border-radius: 0;
}

View File

@ -0,0 +1,17 @@
[Settings]
gtk-theme-name=Arc-Maia-Darker
gtk-icon-theme-name=Arc-Maia
gtk-font-name=xos4 Terminus 13
gtk-cursor-theme-name=Breeze
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=0
gtk-xft-hinting=0
gtk-xft-hintstyle=hintmedium
gtk-application-prefer-dark-theme=1
gtk-decoration-layout=:menu,appmenu,close

View File

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

64
community/awesome/profile.conf Executable file
View File

@ -0,0 +1,64 @@
##########################################
###### use this file in the profile ######
##########################################
displaymanager="lightdm"
nonfree_mhwd="false"
multilib="false"
# use extra packages as defined in pkglist to activate a full profile
extra="true"
################ install ################
# configure calamares for netinstall
netinstall="true"
# configure calamares to use chrootcfg instead of unpackfs
chrootcfg="true"
# use geoip for localization
# geoip='true'
# unset defaults to given values
# names must match systemd service names
enable_systemd=('cronie' 'ModemManager' 'NetworkManager' 'tlp' 'tlp-sleep' 'systemd-fsck@' 'systemd-fsck-root')
disable_systemd=('pacman-init')
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager' 'tlp' 'tlp-sleep' 'xdm')
# disable_openrc=()
# the same workgroup name if samba is used
# smb_workgroup=""
################# livecd #################
# unset defaults to given value
hostname="manjaro-bspwm"
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
# the login shell
# defaults to bash
login_shell=/bin/zsh
# unset defaults to given values
# addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel"
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'pacman-boot')
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'pacman-boot')