Merge pull request #6 from maximstewart/develop

Develop
This commit is contained in:
Maxim 2020-05-02 18:36:32 -05:00 committed by GitHub
commit dc1d4cc8bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1379 changed files with 26 additions and 97558 deletions

2
src/COPY_OVER_TO_CHROOT/CLEANUP.sh Normal file → Executable file
View File

@ -14,7 +14,7 @@ rm -rf /tmp/*
rm /etc/resolv.conf
# Remove old kernels
dpkg -l 'linux-*' | sed '/^ii/!d;/hwe/d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt -y purge; update-grub
# dpkg -l 'linux-*' | sed '/^ii/!d;/hwe/d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt -y purge; update-grub
rm /sbin/initctl
dpkg-divert --rename --remove /sbin/initctl

View File

@ -56,6 +56,6 @@ function start_menu_mesage() {
echo "\t8) Install Office Apps"
echo "\t9) Install Debs"
echo "\t10) Transfer Setting"
echo "\11) Cleanup (Should run before exiting chroot.)"
echo "\t11) Cleanup (Should run before exiting chroot.)"
echo "\t0) EXIT"
}

0
src/COPY_OVER_TO_CHROOT/GET_PPA_GPG_KEYS.sh Normal file → Executable file
View File

0
src/COPY_OVER_TO_CHROOT/GET_PPA_REPOSITORIES.sh Normal file → Executable file
View File

View File

@ -0,0 +1 @@
This README needs to be removed on copy over to /etc/skell

View File

@ -0,0 +1 @@
This README needs to be removed on copy over to /etc/skell

View File

@ -0,0 +1 @@
This README needs to be removed on copy over to /etc/skell

View File

@ -0,0 +1,2 @@
Add themes from /usr/share/icons or ~/.local/share/icons or ~/.icons to here.
This then would get moved to the /etc/skel folder via script and this README removed.

View File

@ -1,28 +0,0 @@
Notes
-------
* Do not edit the CSS files directly, edit the source SCSS files and process them with SASS (run
`sass --update --sourcemap=none .` in this directory when you have the required software installed)
* Do not edit the PNG or SVG assets directly, edit and render the sources in the `src` folder in the source root and render those.
## SASS Assets (SASSets)
Paper is a large and complex theme, to keep it maintainable and easily editable it's written and processed in SASS and organized in a modular fashion.
`_colors.scss`
- global color definitions. We keep the number of defined colors to a necessary minimum, most colors are derived form a handful of basics. It covers both the light variant and the dark variant.
`_colors-public.scss`
- SCSS colors exported through gtk to allow for 3rd party apps color mixing.
`_drawing.scss`
- drawing helper mixings/functions to allow easier definition of widget drawing under specific context.
`_common.scss`
- shared definitions for the theme
`widgets/_*.scss`
- styles for widgets are on individual sheets to make the theme more modular and easier to batch edit
`_apps.scss` & `apps/_*.scss`
- style definitions for specific apps and environments. This is where colored headerbars are made

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 785 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Some files were not shown because too many files have changed in this diff Show More