From d9cb854304303c49d4a6c03c2b69b2269a66ad4f Mon Sep 17 00:00:00 2001 From: Chrysostomus Date: Wed, 17 May 2017 21:50:18 +0300 Subject: [PATCH] Add awesome profile --- community/awesome/Packages-Desktop | 80 +++++++++++++++++++ community/awesome/Packages-Live | 10 +++ community/awesome/Packages-Mhwd | 1 + community/awesome/Packages-Root | 1 + .../etc/sysctl.d/20-quiet-printk.conf | 1 + .../desktop-overlay/usr/share/gtk-3.0/gtk.css | 10 +++ .../usr/share/gtk-3.0/settings.ini | 17 ++++ community/awesome/live-overlay | 1 + community/awesome/profile.conf | 64 +++++++++++++++ 9 files changed, 185 insertions(+) create mode 100644 community/awesome/Packages-Desktop create mode 100644 community/awesome/Packages-Live create mode 120000 community/awesome/Packages-Mhwd create mode 120000 community/awesome/Packages-Root create mode 100644 community/awesome/desktop-overlay/etc/sysctl.d/20-quiet-printk.conf create mode 100755 community/awesome/desktop-overlay/usr/share/gtk-3.0/gtk.css create mode 100644 community/awesome/desktop-overlay/usr/share/gtk-3.0/settings.ini create mode 120000 community/awesome/live-overlay create mode 100755 community/awesome/profile.conf diff --git a/community/awesome/Packages-Desktop b/community/awesome/Packages-Desktop new file mode 100644 index 0000000..a32f8ba --- /dev/null +++ b/community/awesome/Packages-Desktop @@ -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 diff --git a/community/awesome/Packages-Live b/community/awesome/Packages-Live new file mode 100644 index 0000000..238adde --- /dev/null +++ b/community/awesome/Packages-Live @@ -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 diff --git a/community/awesome/Packages-Mhwd b/community/awesome/Packages-Mhwd new file mode 120000 index 0000000..9df3d5e --- /dev/null +++ b/community/awesome/Packages-Mhwd @@ -0,0 +1 @@ +../../shared/Packages-Mhwd \ No newline at end of file diff --git a/community/awesome/Packages-Root b/community/awesome/Packages-Root new file mode 120000 index 0000000..60cc7bd --- /dev/null +++ b/community/awesome/Packages-Root @@ -0,0 +1 @@ +../../shared/Packages-Root \ No newline at end of file diff --git a/community/awesome/desktop-overlay/etc/sysctl.d/20-quiet-printk.conf b/community/awesome/desktop-overlay/etc/sysctl.d/20-quiet-printk.conf new file mode 100644 index 0000000..47146d2 --- /dev/null +++ b/community/awesome/desktop-overlay/etc/sysctl.d/20-quiet-printk.conf @@ -0,0 +1 @@ +kernel.printk = 3 3 3 3 diff --git a/community/awesome/desktop-overlay/usr/share/gtk-3.0/gtk.css b/community/awesome/desktop-overlay/usr/share/gtk-3.0/gtk.css new file mode 100755 index 0000000..33c658d --- /dev/null +++ b/community/awesome/desktop-overlay/usr/share/gtk-3.0/gtk.css @@ -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; +} \ No newline at end of file diff --git a/community/awesome/desktop-overlay/usr/share/gtk-3.0/settings.ini b/community/awesome/desktop-overlay/usr/share/gtk-3.0/settings.ini new file mode 100644 index 0000000..7f87d1f --- /dev/null +++ b/community/awesome/desktop-overlay/usr/share/gtk-3.0/settings.ini @@ -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 diff --git a/community/awesome/live-overlay b/community/awesome/live-overlay new file mode 120000 index 0000000..27b9d2a --- /dev/null +++ b/community/awesome/live-overlay @@ -0,0 +1 @@ +../../shared/manjaro/live-overlay \ No newline at end of file diff --git a/community/awesome/profile.conf b/community/awesome/profile.conf new file mode 100755 index 0000000..3e1f7d3 --- /dev/null +++ b/community/awesome/profile.conf @@ -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')