diff --git a/.bash_aliases b/.bash_aliases new file mode 100644 index 0000000..9cbcd71 --- /dev/null +++ b/.bash_aliases @@ -0,0 +1,14 @@ +source ~/.lcaol/share/shell/functions + +# ls aliases + +alias ll='ls -alF' +alias la='ls -A' +alias l='ls -CF' + +# Fancy prompt + +PS1="\[\033[01;32m\]\u\[\033[00m\]:\[\033[01;34m\]\W\[\033[00m\]" +PS1="$PS1 \`if [ \$? = 0 ]; then echo -e '\[\033[01;32m\]:)';" +PS1="$PS1 else echo -e '\[\033[01;31m\]:(' \$?; fi\`\[\033[00m\]" +PS1="$PS1 \$(__git_ps1 \"(%s)\") \$ " diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..c1831b3 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,39 @@ +[credential] + helper = store +[user] + email = 27jf@web.de + name = Xerus +[core] + autocrlf = input + editor = nvim +[push] + default = current +[pager] + branch = false +[color "status"] + added = green + changed = yellow + untracked = red +[pack] + threads = 3 +[submodule] + recurse = true +[alias] + curbranch = symbolic-ref --short HEAD + root = rev-parse --show-toplevel + dir = !git root | sed 's/$/\\/.git/g' +[rerere] + enabled = true +[code] + editor = kate +[github] + user = Xerus2000 +[ghi] + token = 32ae6d2b42aa78d823cfbd62a3ed765bf14c8b44 +[diff] + tool = meld +[filter "lfs"] + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true + clean = git-lfs clean -- %f diff --git a/.config/git/gitk b/.config/git/gitk new file mode 100644 index 0000000..b4b3c69 --- /dev/null +++ b/.config/git/gitk @@ -0,0 +1,62 @@ +set mainfont {sans 9} +set textfont {monospace 9} +set uifont {sans 9 bold} +set tabstop 8 +set findmergefiles 0 +set maxgraphpct 50 +set maxwidth 16 +set cmitmode patch +set wrapcomment none +set autoselect 1 +set autosellen 40 +set showneartags 1 +set maxrefs 20 +set visiblerefs {"master"} +set hideremotes 0 +set showlocalchanges 1 +set datetimeformat {%Y-%m-%d %H:%M:%S} +set limitdiffs 1 +set uicolor grey85 +set want_ttk 1 +set bgcolor white +set fgcolor black +set uifgcolor black +set uifgdisabledcolor #999 +set colors {"#00ff00" red blue magenta darkgrey brown orange} +set diffcolors {red "#00a000" blue} +set mergecolors {red blue "#00ff00" purple brown "#009090" magenta "#808000" "#009000" "#ff0080" cyan "#b07070" "#70b0f0" "#70f0b0" "#f0b070" "#ff70b0"} +set markbgcolor #e0e0ff +set diffcontext 3 +set selectbgcolor gray85 +set foundbgcolor yellow +set currentsearchhitbgcolor orange +set extdifftool meld +set perfile_attrs 0 +set headbgcolor #00ff00 +set headfgcolor black +set headoutlinecolor black +set remotebgcolor #ffddaa +set tagbgcolor yellow +set tagfgcolor black +set tagoutlinecolor black +set reflinecolor black +set filesepbgcolor #aaaaaa +set filesepfgcolor black +set linehoverbgcolor #ffff80 +set linehoverfgcolor black +set linehoveroutlinecolor black +set mainheadcirclecolor yellow +set workingfilescirclecolor red +set indexcirclecolor #00ff00 +set circlecolors {white blue gray blue blue} +set linkfgcolor blue +set circleoutlinecolor black +set geometry(main) 1631x833+285+0 +set geometry(state) normal +set geometry(topwidth) 1631 +set geometry(topheight) 255 +set geometry(pwsash0) "551 1" +set geometry(pwsash1) "834 1" +set geometry(botwidth) 1191 +set geometry(botheight) 573 +set permviews {} diff --git a/.config/git/ignore b/.config/git/ignore new file mode 100755 index 0000000..25eb774 --- /dev/null +++ b/.config/git/ignore @@ -0,0 +1,38 @@ +# User-specific stuff +**/.idea/**/workspace.xml +**/.idea/**/tasks.xml +**/.idea/**/vcs.xml +**/.idea/dictionaries +**/.idea/inspectionProfiles +**/.idea/.name +**/.idea/markdown-* +**/.idea/compiler.xml +**/.idea/misc.xml +**/.idea/modules.xml +**/.idea/caches +**/.idea/encodings.xml +**/.idea/kotlinScripting.xml +**/.idea/jarRepositories.xml + +## Unecessary IDEA stuff +*.iws +**/*.iml +out/ + +# Sensitive or high-churn files +**/.idea/**/dataSources/ +**/.idea/**/dataSources.ids +**/.idea/**/dataSources.xml +**/.idea/**/dataSources.local.xml +**/.idea/**/sqlDataSources.xml +**/.idea/**/dynamic.xml +**/.idea/**/uiDesigner.xml + +# Gradle +**/.idea/**/gradle.xml +**/.idea/**/libraries +.gradle/ +build/ + +# Build +.kotlintest diff --git a/.config/redshift.conf b/.config/redshift.conf new file mode 100644 index 0000000..925b292 --- /dev/null +++ b/.config/redshift.conf @@ -0,0 +1,6 @@ +[redshift] +temp-day=6400 +temp-night=3600 +brightness-day=1.0 +brightness-night=0.8 +transition=1 diff --git a/.config/ukuu.json b/.config/ukuu.json new file mode 100644 index 0000000..e551040 --- /dev/null +++ b/.config/ukuu.json @@ -0,0 +1,12 @@ +{ + "notify_major" : "false", + "notify_minor" : "false", + "notify_bubble" : "false", + "notify_dialog" : "false", + "hide_unstable" : "true", + "hide_older" : "true", + "notify_interval_unit" : "2", + "notify_interval_value" : "10", + "grub_timeout" : "5", + "update_grub_timeout" : "false" +} \ No newline at end of file diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs new file mode 100644 index 0000000..a357375 --- /dev/null +++ b/.config/user-dirs.dirs @@ -0,0 +1,8 @@ +XDG_DESKTOP_DIR="$HOME/desktop" +XDG_DOCUMENTS_DIR="$HOME/daten" +XDG_DOWNLOAD_DIR="$HOME/daten/downloads" +XDG_MUSIC_DIR="$HOME/daten/musik" +XDG_PICTURES_DIR="$HOME/daten/bilder" +XDG_PUBLICSHARE_DIR="$HOME/" +XDG_TEMPLATES_DIR="$HOME/.local/share/templates" +XDG_VIDEOS_DIR="$HOME/daten/videos" diff --git a/.face b/.face new file mode 100644 index 0000000..4e0045d Binary files /dev/null and b/.face differ diff --git a/.gradle/gradle.properties b/.gradle/gradle.properties new file mode 100644 index 0000000..8457a06 --- /dev/null +++ b/.gradle/gradle.properties @@ -0,0 +1,17 @@ +systemProp.org.gradle.internal.http.connectionTimeout=150000 +systemProp.org.gradle.internal.http.socketTimeout=150000 + +# Specifies the JVM arguments used for the daemon process. +# The setting is particularly useful for tweaking memory settings. +# Default value: -Xmx10248m -XX:MaxPermSize=256m +org.gradle.jvmargs=-mx2G -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 + +# When configured, Gradle will run in incubating parallel mode. +# This option should only be used with decoupled projects. More details, visit +# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects +org.gradle.parallel=true + +# Enables new incubating mode that makes Gradle selective when configuring projects. +# Only relevant projects are configured which results in faster builds for large multi-projects. +# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:configuration_on_demand +org.gradle.configureondemand=true diff --git a/.local/bin/favicon b/.local/bin/favicon new file mode 100755 index 0000000..7bd6c37 --- /dev/null +++ b/.local/bin/favicon @@ -0,0 +1,3 @@ +#!/bin/bash +read -p URL? url +xdg-open "https://icons.duckduckgo.com/ip2/$url.ico" diff --git a/.local/bin/setupScreens b/.local/bin/setupScreens new file mode 100755 index 0000000..1616d5f --- /dev/null +++ b/.local/bin/setupScreens @@ -0,0 +1,5 @@ +dp=$(xrandr | grep '^D.* con' | cut -d' ' -f1) +hdmi=$(xrandr | grep '^H.* con' | cut -d' ' -f1) +#xrandr --output $dp --auto --output $hdmi --mode 1680x1050 --scale 2x2 --right-of $dp && xrandr --output $hdmi --mode 1920x1080 +xrandr --output $dp --auto --output $hdmi --scale 2x2 --mode 1920x1080 --fb 7681x2160 --pos 3841x0 +#xrandr --output $dp --auto --scale 0.5x0.5 --output $hdmi --scale 1x1 --mode 1920x1080 --fb 5760x1080 --right-of $dp diff --git a/.local/bin/shrinkpdf b/.local/bin/shrinkpdf new file mode 100755 index 0000000..a341b42 --- /dev/null +++ b/.local/bin/shrinkpdf @@ -0,0 +1,82 @@ +#!/bin/bash + +# http://www.alfredklomp.com/programming/shrinkpdf +# Licensed under the 3-clause BSD license: +# +# Copyright (c) 2014, Alfred Klomp +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# 1. Redistributions of source code must retain the above copyright notice, +# this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright notice, +# this list of conditions and the following disclaimer in the documentation +# and/or other materials provided with the distribution. +# 3. Neither the name of the copyright holder nor the names of its contributors +# may be used to endorse or promote products derived from this software +# without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. + + +shrink () { + gs \ + -dNOPAUSE -dBATCH -dSAFER \ + -sDEVICE=pdfwrite \ + -dPDFSETTINGS=$3 \ + -dEmbedAllFonts=true \ + -dSubsetFonts=true \ + -dAutoRotatePages=/None \ + -dColorImageDownsampleType=/Bicubic \ + -dColorImageResolution=$4 \ + -dGrayImageDownsampleType=/Bicubic \ + -dGrayImageResolution=$4 \ + -dMonoImageDownsampleType=/Bicubic \ + -dMonoImageResolution=$4 \ + -sOutputFile="$2" "${@:5}" \ + "$1" +} + +usage () { + echo "Reduces PDF filesize by lossy recompressing with Ghostscript." + echo " Usage: $1 infile [outfile] [preset(/printer)] [image-dpi(300)]" + echo " Presets available (ascending quality): /screen /ebook /printer /prepress" +} + +infile="$1" + +# Need an input file: +if [ -z "$infile" ]; then + usage "$0" + exit 1 +fi + +outfile="${2:-$1}" +if [ "$infile" = "$outfile" ]; then + infile="${1%.*}-original.pdf" + mv "$1" "$infile" +fi +quality="${3:-"/printer"}" +res="${4:-300}" + +shrink "$infile" "$outfile" "$quality" "$res" "${@:5}" || exit $? + +[ ! -f "$infile" -o ! -f "$outfile" ] && exit 0 +ISIZE="$(echo $(wc -c "$infile") | cut -f1 -d\ )" +OSIZE="$(echo $(wc -c "$outfile") | cut -f1 -d\ )" +if [ "$ISIZE" -lt "$OSIZE" -a $# -lt 5 ]; then + echo "Shrinking was not successfull, doing straight copy!" + cp "$infile" "$outfile" + [ "$1" = "$outfile" ] && rm $infile +fi diff --git a/.local/share/fonts/.uuid b/.local/share/fonts/.uuid new file mode 100644 index 0000000..682e6e6 --- /dev/null +++ b/.local/share/fonts/.uuid @@ -0,0 +1 @@ +17faf59b-588f-4288-9974-9b2240bb2d6c \ No newline at end of file diff --git a/.local/share/fonts/AvantGarde_LT_Medium.ttf b/.local/share/fonts/AvantGarde_LT_Medium.ttf new file mode 100644 index 0000000..418fb14 Binary files /dev/null and b/.local/share/fonts/AvantGarde_LT_Medium.ttf differ diff --git a/.local/share/fonts/FiraCode/.uuid b/.local/share/fonts/FiraCode/.uuid new file mode 100644 index 0000000..0d9ba27 --- /dev/null +++ b/.local/share/fonts/FiraCode/.uuid @@ -0,0 +1 @@ +902476e7-cb60-4914-8f52-5e805e610079 \ No newline at end of file diff --git a/.local/share/fonts/FiraCode/FiraCode-Bold.ttf b/.local/share/fonts/FiraCode/FiraCode-Bold.ttf new file mode 100755 index 0000000..6124d18 Binary files /dev/null and b/.local/share/fonts/FiraCode/FiraCode-Bold.ttf differ diff --git a/.local/share/fonts/FiraCode/FiraCode-Light.ttf b/.local/share/fonts/FiraCode/FiraCode-Light.ttf new file mode 100755 index 0000000..88204eb Binary files /dev/null and b/.local/share/fonts/FiraCode/FiraCode-Light.ttf differ diff --git a/.local/share/fonts/FiraCode/FiraCode-Medium.ttf b/.local/share/fonts/FiraCode/FiraCode-Medium.ttf new file mode 100755 index 0000000..f7edc42 Binary files /dev/null and b/.local/share/fonts/FiraCode/FiraCode-Medium.ttf differ diff --git a/.local/share/fonts/FiraCode/FiraCode-Regular.ttf b/.local/share/fonts/FiraCode/FiraCode-Regular.ttf new file mode 100755 index 0000000..8c367dc Binary files /dev/null and b/.local/share/fonts/FiraCode/FiraCode-Regular.ttf differ diff --git a/.local/share/fonts/FiraCode/FiraCode-Retina.ttf b/.local/share/fonts/FiraCode/FiraCode-Retina.ttf new file mode 100755 index 0000000..7710c65 Binary files /dev/null and b/.local/share/fonts/FiraCode/FiraCode-Retina.ttf differ diff --git a/.local/share/fonts/GE_Inspira.ttf b/.local/share/fonts/GE_Inspira.ttf new file mode 100644 index 0000000..2cfae04 Binary files /dev/null and b/.local/share/fonts/GE_Inspira.ttf differ diff --git a/.local/share/fonts/HelveticaNeue.ttc b/.local/share/fonts/HelveticaNeue.ttc new file mode 100644 index 0000000..5636808 Binary files /dev/null and b/.local/share/fonts/HelveticaNeue.ttc differ diff --git a/.local/share/fonts/HelveticaNeueDeskInterfacePatched.ttc b/.local/share/fonts/HelveticaNeueDeskInterfacePatched.ttc new file mode 100644 index 0000000..252c549 Binary files /dev/null and b/.local/share/fonts/HelveticaNeueDeskInterfacePatched.ttc differ diff --git a/.local/share/fonts/Lora/.uuid b/.local/share/fonts/Lora/.uuid new file mode 100644 index 0000000..a9f07bf --- /dev/null +++ b/.local/share/fonts/Lora/.uuid @@ -0,0 +1 @@ +3e520354-c4a0-40f8-8d36-d33082f45c75 \ No newline at end of file diff --git a/.local/share/fonts/Lora/Lora-Bold.ttf b/.local/share/fonts/Lora/Lora-Bold.ttf new file mode 100644 index 0000000..fffb5c5 Binary files /dev/null and b/.local/share/fonts/Lora/Lora-Bold.ttf differ diff --git a/.local/share/fonts/Lora/Lora-BoldItalic.ttf b/.local/share/fonts/Lora/Lora-BoldItalic.ttf new file mode 100644 index 0000000..881a5e5 Binary files /dev/null and b/.local/share/fonts/Lora/Lora-BoldItalic.ttf differ diff --git a/.local/share/fonts/Lora/Lora-Italic.ttf b/.local/share/fonts/Lora/Lora-Italic.ttf new file mode 100644 index 0000000..2c63550 Binary files /dev/null and b/.local/share/fonts/Lora/Lora-Italic.ttf differ diff --git a/.local/share/fonts/Lora/Lora-Regular.ttf b/.local/share/fonts/Lora/Lora-Regular.ttf new file mode 100644 index 0000000..760d1ca Binary files /dev/null and b/.local/share/fonts/Lora/Lora-Regular.ttf differ diff --git a/.local/share/fonts/Lora/OFL.txt b/.local/share/fonts/Lora/OFL.txt new file mode 100644 index 0000000..868bbd4 --- /dev/null +++ b/.local/share/fonts/Lora/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2011 The Lora Project Authors (https://github.com/cyrealtype/Lora-Cyrillic), with Reserved Font Name "Lora". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/.local/share/fonts/M_PLUS_Rounded_1c/.uuid b/.local/share/fonts/M_PLUS_Rounded_1c/.uuid new file mode 100644 index 0000000..8f642e5 --- /dev/null +++ b/.local/share/fonts/M_PLUS_Rounded_1c/.uuid @@ -0,0 +1 @@ +23cc5a3a-a023-4dae-9227-ae70e63c9c62 \ No newline at end of file diff --git a/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Black.ttf b/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Black.ttf new file mode 100644 index 0000000..9c50453 Binary files /dev/null and b/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Black.ttf differ diff --git a/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Bold.ttf b/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Bold.ttf new file mode 100644 index 0000000..84bd367 Binary files /dev/null and b/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Bold.ttf differ diff --git a/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-ExtraBold.ttf b/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-ExtraBold.ttf new file mode 100644 index 0000000..7cd1784 Binary files /dev/null and b/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-ExtraBold.ttf differ diff --git a/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Light.ttf b/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Light.ttf new file mode 100644 index 0000000..bbfe94e Binary files /dev/null and b/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Light.ttf differ diff --git a/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.ttf b/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.ttf new file mode 100644 index 0000000..5aa466c Binary files /dev/null and b/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.ttf differ diff --git a/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Regular.ttf b/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Regular.ttf new file mode 100644 index 0000000..a47601e Binary files /dev/null and b/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Regular.ttf differ diff --git a/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Thin.ttf b/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Thin.ttf new file mode 100644 index 0000000..1071768 Binary files /dev/null and b/.local/share/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Thin.ttf differ diff --git a/.local/share/fonts/M_PLUS_Rounded_1c/OFL.txt b/.local/share/fonts/M_PLUS_Rounded_1c/OFL.txt new file mode 100644 index 0000000..77b1731 --- /dev/null +++ b/.local/share/fonts/M_PLUS_Rounded_1c/OFL.txt @@ -0,0 +1,91 @@ +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/.local/share/fonts/Open_Sans/.uuid b/.local/share/fonts/Open_Sans/.uuid new file mode 100644 index 0000000..652e573 --- /dev/null +++ b/.local/share/fonts/Open_Sans/.uuid @@ -0,0 +1 @@ +99f51a07-bdab-4439-9dea-0598fe6b282c \ No newline at end of file diff --git a/.local/share/fonts/Open_Sans/LICENSE.txt b/.local/share/fonts/Open_Sans/LICENSE.txt new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/.local/share/fonts/Open_Sans/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/.local/share/fonts/Open_Sans/OpenSans-Bold.ttf b/.local/share/fonts/Open_Sans/OpenSans-Bold.ttf new file mode 100644 index 0000000..7b52945 Binary files /dev/null and b/.local/share/fonts/Open_Sans/OpenSans-Bold.ttf differ diff --git a/.local/share/fonts/Open_Sans/OpenSans-BoldItalic.ttf b/.local/share/fonts/Open_Sans/OpenSans-BoldItalic.ttf new file mode 100644 index 0000000..a670e14 Binary files /dev/null and b/.local/share/fonts/Open_Sans/OpenSans-BoldItalic.ttf differ diff --git a/.local/share/fonts/Open_Sans/OpenSans-ExtraBold.ttf b/.local/share/fonts/Open_Sans/OpenSans-ExtraBold.ttf new file mode 100644 index 0000000..3660681 Binary files /dev/null and b/.local/share/fonts/Open_Sans/OpenSans-ExtraBold.ttf differ diff --git a/.local/share/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf b/.local/share/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf new file mode 100644 index 0000000..8c4c15d Binary files /dev/null and b/.local/share/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf differ diff --git a/.local/share/fonts/Open_Sans/OpenSans-Italic.ttf b/.local/share/fonts/Open_Sans/OpenSans-Italic.ttf new file mode 100644 index 0000000..e6c5414 Binary files /dev/null and b/.local/share/fonts/Open_Sans/OpenSans-Italic.ttf differ diff --git a/.local/share/fonts/Open_Sans/OpenSans-Light.ttf b/.local/share/fonts/Open_Sans/OpenSans-Light.ttf new file mode 100644 index 0000000..563872c Binary files /dev/null and b/.local/share/fonts/Open_Sans/OpenSans-Light.ttf differ diff --git a/.local/share/fonts/Open_Sans/OpenSans-LightItalic.ttf b/.local/share/fonts/Open_Sans/OpenSans-LightItalic.ttf new file mode 100644 index 0000000..5ebe2a2 Binary files /dev/null and b/.local/share/fonts/Open_Sans/OpenSans-LightItalic.ttf differ diff --git a/.local/share/fonts/Open_Sans/OpenSans-Regular.ttf b/.local/share/fonts/Open_Sans/OpenSans-Regular.ttf new file mode 100644 index 0000000..2e31d02 Binary files /dev/null and b/.local/share/fonts/Open_Sans/OpenSans-Regular.ttf differ diff --git a/.local/share/fonts/Open_Sans/OpenSans-SemiBold.ttf b/.local/share/fonts/Open_Sans/OpenSans-SemiBold.ttf new file mode 100644 index 0000000..99db86a Binary files /dev/null and b/.local/share/fonts/Open_Sans/OpenSans-SemiBold.ttf differ diff --git a/.local/share/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf b/.local/share/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf new file mode 100644 index 0000000..8cad4e3 Binary files /dev/null and b/.local/share/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf differ diff --git a/.local/share/fonts/PT_Sans/.uuid b/.local/share/fonts/PT_Sans/.uuid new file mode 100644 index 0000000..0764d0d --- /dev/null +++ b/.local/share/fonts/PT_Sans/.uuid @@ -0,0 +1 @@ +81d4d2fb-2bda-4ffa-a527-bc8a2815d4dd \ No newline at end of file diff --git a/.local/share/fonts/PT_Sans/OFL.txt b/.local/share/fonts/PT_Sans/OFL.txt new file mode 100644 index 0000000..adf9d01 --- /dev/null +++ b/.local/share/fonts/PT_Sans/OFL.txt @@ -0,0 +1,94 @@ +Copyright (c) 2010, ParaType Ltd. (http://www.paratype.com/public), +with Reserved Font Names "PT Sans" and "ParaType". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/.local/share/fonts/PT_Sans/PT_Sans-Web-Bold.ttf b/.local/share/fonts/PT_Sans/PT_Sans-Web-Bold.ttf new file mode 100644 index 0000000..3d4e6fe Binary files /dev/null and b/.local/share/fonts/PT_Sans/PT_Sans-Web-Bold.ttf differ diff --git a/.local/share/fonts/PT_Sans/PT_Sans-Web-BoldItalic.ttf b/.local/share/fonts/PT_Sans/PT_Sans-Web-BoldItalic.ttf new file mode 100644 index 0000000..eb61f14 Binary files /dev/null and b/.local/share/fonts/PT_Sans/PT_Sans-Web-BoldItalic.ttf differ diff --git a/.local/share/fonts/PT_Sans/PT_Sans-Web-Italic.ttf b/.local/share/fonts/PT_Sans/PT_Sans-Web-Italic.ttf new file mode 100644 index 0000000..180a5d6 Binary files /dev/null and b/.local/share/fonts/PT_Sans/PT_Sans-Web-Italic.ttf differ diff --git a/.local/share/fonts/PT_Sans/PT_Sans-Web-Regular.ttf b/.local/share/fonts/PT_Sans/PT_Sans-Web-Regular.ttf new file mode 100644 index 0000000..83a21b7 Binary files /dev/null and b/.local/share/fonts/PT_Sans/PT_Sans-Web-Regular.ttf differ diff --git a/.local/share/fonts/Playfair_Display/.uuid b/.local/share/fonts/Playfair_Display/.uuid new file mode 100644 index 0000000..ffe203a --- /dev/null +++ b/.local/share/fonts/Playfair_Display/.uuid @@ -0,0 +1 @@ +8f5e2aee-c3d8-4252-9317-103d62350bbb \ No newline at end of file diff --git a/.local/share/fonts/Playfair_Display/OFL.txt b/.local/share/fonts/Playfair_Display/OFL.txt new file mode 100644 index 0000000..101867a --- /dev/null +++ b/.local/share/fonts/Playfair_Display/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2017 The Playfair Display Project Authors (https://github.com/clauseggers/Playfair-Display), with Reserved Font Name "Playfair Display". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/.local/share/fonts/Playfair_Display/PlayfairDisplay-Black.ttf b/.local/share/fonts/Playfair_Display/PlayfairDisplay-Black.ttf new file mode 100644 index 0000000..fec2ac8 Binary files /dev/null and b/.local/share/fonts/Playfair_Display/PlayfairDisplay-Black.ttf differ diff --git a/.local/share/fonts/Playfair_Display/PlayfairDisplay-BlackItalic.ttf b/.local/share/fonts/Playfair_Display/PlayfairDisplay-BlackItalic.ttf new file mode 100644 index 0000000..8e95d1d Binary files /dev/null and b/.local/share/fonts/Playfair_Display/PlayfairDisplay-BlackItalic.ttf differ diff --git a/.local/share/fonts/Playfair_Display/PlayfairDisplay-Bold.ttf b/.local/share/fonts/Playfair_Display/PlayfairDisplay-Bold.ttf new file mode 100644 index 0000000..93a59cf Binary files /dev/null and b/.local/share/fonts/Playfair_Display/PlayfairDisplay-Bold.ttf differ diff --git a/.local/share/fonts/Playfair_Display/PlayfairDisplay-BoldItalic.ttf b/.local/share/fonts/Playfair_Display/PlayfairDisplay-BoldItalic.ttf new file mode 100644 index 0000000..3d2fbde Binary files /dev/null and b/.local/share/fonts/Playfair_Display/PlayfairDisplay-BoldItalic.ttf differ diff --git a/.local/share/fonts/Playfair_Display/PlayfairDisplay-Italic.ttf b/.local/share/fonts/Playfair_Display/PlayfairDisplay-Italic.ttf new file mode 100644 index 0000000..aa65a5f Binary files /dev/null and b/.local/share/fonts/Playfair_Display/PlayfairDisplay-Italic.ttf differ diff --git a/.local/share/fonts/Playfair_Display/PlayfairDisplay-Regular.ttf b/.local/share/fonts/Playfair_Display/PlayfairDisplay-Regular.ttf new file mode 100644 index 0000000..8468e68 Binary files /dev/null and b/.local/share/fonts/Playfair_Display/PlayfairDisplay-Regular.ttf differ diff --git a/.local/share/fonts/Raleway/.uuid b/.local/share/fonts/Raleway/.uuid new file mode 100644 index 0000000..6617836 --- /dev/null +++ b/.local/share/fonts/Raleway/.uuid @@ -0,0 +1 @@ +2b0707e2-e722-4347-a94d-e727d0dc39d5 \ No newline at end of file diff --git a/.local/share/fonts/Raleway/OFL.txt b/.local/share/fonts/Raleway/OFL.txt new file mode 100644 index 0000000..37a5d1f --- /dev/null +++ b/.local/share/fonts/Raleway/OFL.txt @@ -0,0 +1,95 @@ +Copyright (c) 2010, Matt McInerney (matt@pixelspread.com), +Copyright (c) 2011, Pablo Impallari (www.impallari.com|impallari@gmail.com), +Copyright (c) 2011, Rodrigo Fuenzalida (www.rfuenzalida.com|hello@rfuenzalida.com), with Reserved Font Name Raleway + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/.local/share/fonts/Raleway/Raleway-Black.ttf b/.local/share/fonts/Raleway/Raleway-Black.ttf new file mode 100644 index 0000000..6805f4f Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-Black.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-BlackItalic.ttf b/.local/share/fonts/Raleway/Raleway-BlackItalic.ttf new file mode 100644 index 0000000..2b2e65c Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-BlackItalic.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-Bold.ttf b/.local/share/fonts/Raleway/Raleway-Bold.ttf new file mode 100644 index 0000000..38c099c Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-Bold.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-BoldItalic.ttf b/.local/share/fonts/Raleway/Raleway-BoldItalic.ttf new file mode 100644 index 0000000..eac54e7 Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-BoldItalic.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-ExtraBold.ttf b/.local/share/fonts/Raleway/Raleway-ExtraBold.ttf new file mode 100644 index 0000000..502ff86 Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-ExtraBold.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-ExtraBoldItalic.ttf b/.local/share/fonts/Raleway/Raleway-ExtraBoldItalic.ttf new file mode 100644 index 0000000..09e0243 Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-ExtraBoldItalic.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-ExtraLight.ttf b/.local/share/fonts/Raleway/Raleway-ExtraLight.ttf new file mode 100644 index 0000000..7611e96 Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-ExtraLight.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-ExtraLightItalic.ttf b/.local/share/fonts/Raleway/Raleway-ExtraLightItalic.ttf new file mode 100644 index 0000000..3d07c1e Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-ExtraLightItalic.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-Italic.ttf b/.local/share/fonts/Raleway/Raleway-Italic.ttf new file mode 100644 index 0000000..237d88d Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-Italic.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-Light.ttf b/.local/share/fonts/Raleway/Raleway-Light.ttf new file mode 100644 index 0000000..91aa0c7 Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-Light.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-LightItalic.ttf b/.local/share/fonts/Raleway/Raleway-LightItalic.ttf new file mode 100644 index 0000000..7ba0de8 Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-LightItalic.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-Medium.ttf b/.local/share/fonts/Raleway/Raleway-Medium.ttf new file mode 100644 index 0000000..7a71a6f Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-Medium.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-MediumItalic.ttf b/.local/share/fonts/Raleway/Raleway-MediumItalic.ttf new file mode 100644 index 0000000..43ed49a Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-MediumItalic.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-Regular.ttf b/.local/share/fonts/Raleway/Raleway-Regular.ttf new file mode 100644 index 0000000..e570a2d Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-Regular.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-SemiBold.ttf b/.local/share/fonts/Raleway/Raleway-SemiBold.ttf new file mode 100644 index 0000000..ed0a8b9 Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-SemiBold.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-SemiBoldItalic.ttf b/.local/share/fonts/Raleway/Raleway-SemiBoldItalic.ttf new file mode 100644 index 0000000..36b7951 Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-SemiBoldItalic.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-Thin.ttf b/.local/share/fonts/Raleway/Raleway-Thin.ttf new file mode 100644 index 0000000..a497b98 Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-Thin.ttf differ diff --git a/.local/share/fonts/Raleway/Raleway-ThinItalic.ttf b/.local/share/fonts/Raleway/Raleway-ThinItalic.ttf new file mode 100644 index 0000000..38008b9 Binary files /dev/null and b/.local/share/fonts/Raleway/Raleway-ThinItalic.ttf differ diff --git a/.local/share/fonts/Roboto/.uuid b/.local/share/fonts/Roboto/.uuid new file mode 100644 index 0000000..532e80d --- /dev/null +++ b/.local/share/fonts/Roboto/.uuid @@ -0,0 +1 @@ +a826dc51-9bc0-446c-a3d7-f230c04eb9a4 \ No newline at end of file diff --git a/.local/share/fonts/Roboto/LICENSE.txt b/.local/share/fonts/Roboto/LICENSE.txt new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/.local/share/fonts/Roboto/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/.local/share/fonts/Roboto/Roboto-Black.ttf b/.local/share/fonts/Roboto/Roboto-Black.ttf new file mode 100644 index 0000000..689fe5c Binary files /dev/null and b/.local/share/fonts/Roboto/Roboto-Black.ttf differ diff --git a/.local/share/fonts/Roboto/Roboto-BlackItalic.ttf b/.local/share/fonts/Roboto/Roboto-BlackItalic.ttf new file mode 100644 index 0000000..0b4e0ee Binary files /dev/null and b/.local/share/fonts/Roboto/Roboto-BlackItalic.ttf differ diff --git a/.local/share/fonts/Roboto/Roboto-Bold.ttf b/.local/share/fonts/Roboto/Roboto-Bold.ttf new file mode 100644 index 0000000..d3f01ad Binary files /dev/null and b/.local/share/fonts/Roboto/Roboto-Bold.ttf differ diff --git a/.local/share/fonts/Roboto/Roboto-BoldItalic.ttf b/.local/share/fonts/Roboto/Roboto-BoldItalic.ttf new file mode 100644 index 0000000..41cc1e7 Binary files /dev/null and b/.local/share/fonts/Roboto/Roboto-BoldItalic.ttf differ diff --git a/.local/share/fonts/Roboto/Roboto-Italic.ttf b/.local/share/fonts/Roboto/Roboto-Italic.ttf new file mode 100644 index 0000000..6a1cee5 Binary files /dev/null and b/.local/share/fonts/Roboto/Roboto-Italic.ttf differ diff --git a/.local/share/fonts/Roboto/Roboto-Light.ttf b/.local/share/fonts/Roboto/Roboto-Light.ttf new file mode 100644 index 0000000..219063a Binary files /dev/null and b/.local/share/fonts/Roboto/Roboto-Light.ttf differ diff --git a/.local/share/fonts/Roboto/Roboto-LightItalic.ttf b/.local/share/fonts/Roboto/Roboto-LightItalic.ttf new file mode 100644 index 0000000..0e81e87 Binary files /dev/null and b/.local/share/fonts/Roboto/Roboto-LightItalic.ttf differ diff --git a/.local/share/fonts/Roboto/Roboto-Medium.ttf b/.local/share/fonts/Roboto/Roboto-Medium.ttf new file mode 100644 index 0000000..1a7f3b0 Binary files /dev/null and b/.local/share/fonts/Roboto/Roboto-Medium.ttf differ diff --git a/.local/share/fonts/Roboto/Roboto-MediumItalic.ttf b/.local/share/fonts/Roboto/Roboto-MediumItalic.ttf new file mode 100644 index 0000000..0030295 Binary files /dev/null and b/.local/share/fonts/Roboto/Roboto-MediumItalic.ttf differ diff --git a/.local/share/fonts/Roboto/Roboto-Regular.ttf b/.local/share/fonts/Roboto/Roboto-Regular.ttf new file mode 100644 index 0000000..2c97eea Binary files /dev/null and b/.local/share/fonts/Roboto/Roboto-Regular.ttf differ diff --git a/.local/share/fonts/Roboto/Roboto-Thin.ttf b/.local/share/fonts/Roboto/Roboto-Thin.ttf new file mode 100644 index 0000000..b74a4fd Binary files /dev/null and b/.local/share/fonts/Roboto/Roboto-Thin.ttf differ diff --git a/.local/share/fonts/Roboto/Roboto-ThinItalic.ttf b/.local/share/fonts/Roboto/Roboto-ThinItalic.ttf new file mode 100644 index 0000000..dd0ddb8 Binary files /dev/null and b/.local/share/fonts/Roboto/Roboto-ThinItalic.ttf differ diff --git a/.local/share/fonts/Roboto_Condensed/.uuid b/.local/share/fonts/Roboto_Condensed/.uuid new file mode 100644 index 0000000..59a3a32 --- /dev/null +++ b/.local/share/fonts/Roboto_Condensed/.uuid @@ -0,0 +1 @@ +5c23e959-6a25-4d29-af45-ff411ad9813a \ No newline at end of file diff --git a/.local/share/fonts/Roboto_Condensed/LICENSE.txt b/.local/share/fonts/Roboto_Condensed/LICENSE.txt new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/.local/share/fonts/Roboto_Condensed/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/.local/share/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf b/.local/share/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf new file mode 100644 index 0000000..8c7a08b Binary files /dev/null and b/.local/share/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf differ diff --git a/.local/share/fonts/Roboto_Condensed/RobotoCondensed-BoldItalic.ttf b/.local/share/fonts/Roboto_Condensed/RobotoCondensed-BoldItalic.ttf new file mode 100644 index 0000000..83e8a93 Binary files /dev/null and b/.local/share/fonts/Roboto_Condensed/RobotoCondensed-BoldItalic.ttf differ diff --git a/.local/share/fonts/Roboto_Condensed/RobotoCondensed-Italic.ttf b/.local/share/fonts/Roboto_Condensed/RobotoCondensed-Italic.ttf new file mode 100644 index 0000000..a7fcb3f Binary files /dev/null and b/.local/share/fonts/Roboto_Condensed/RobotoCondensed-Italic.ttf differ diff --git a/.local/share/fonts/Roboto_Condensed/RobotoCondensed-Light.ttf b/.local/share/fonts/Roboto_Condensed/RobotoCondensed-Light.ttf new file mode 100644 index 0000000..67e8408 Binary files /dev/null and b/.local/share/fonts/Roboto_Condensed/RobotoCondensed-Light.ttf differ diff --git a/.local/share/fonts/Roboto_Condensed/RobotoCondensed-LightItalic.ttf b/.local/share/fonts/Roboto_Condensed/RobotoCondensed-LightItalic.ttf new file mode 100644 index 0000000..8e2d6c0 Binary files /dev/null and b/.local/share/fonts/Roboto_Condensed/RobotoCondensed-LightItalic.ttf differ diff --git a/.local/share/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf b/.local/share/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf new file mode 100644 index 0000000..533e399 Binary files /dev/null and b/.local/share/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf differ diff --git a/.local/share/fonts/Roboto_Slab/.uuid b/.local/share/fonts/Roboto_Slab/.uuid new file mode 100644 index 0000000..ebf7695 --- /dev/null +++ b/.local/share/fonts/Roboto_Slab/.uuid @@ -0,0 +1 @@ +90def77a-ed91-44f3-9580-9a390b1364b5 \ No newline at end of file diff --git a/.local/share/fonts/Roboto_Slab/LICENSE.txt b/.local/share/fonts/Roboto_Slab/LICENSE.txt new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/.local/share/fonts/Roboto_Slab/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/.local/share/fonts/Roboto_Slab/RobotoSlab-Bold.ttf b/.local/share/fonts/Roboto_Slab/RobotoSlab-Bold.ttf new file mode 100644 index 0000000..df5d1df Binary files /dev/null and b/.local/share/fonts/Roboto_Slab/RobotoSlab-Bold.ttf differ diff --git a/.local/share/fonts/Roboto_Slab/RobotoSlab-Light.ttf b/.local/share/fonts/Roboto_Slab/RobotoSlab-Light.ttf new file mode 100644 index 0000000..ccb99cd Binary files /dev/null and b/.local/share/fonts/Roboto_Slab/RobotoSlab-Light.ttf differ diff --git a/.local/share/fonts/Roboto_Slab/RobotoSlab-Regular.ttf b/.local/share/fonts/Roboto_Slab/RobotoSlab-Regular.ttf new file mode 100644 index 0000000..eb52a79 Binary files /dev/null and b/.local/share/fonts/Roboto_Slab/RobotoSlab-Regular.ttf differ diff --git a/.local/share/fonts/Roboto_Slab/RobotoSlab-Thin.ttf b/.local/share/fonts/Roboto_Slab/RobotoSlab-Thin.ttf new file mode 100644 index 0000000..fee11da Binary files /dev/null and b/.local/share/fonts/Roboto_Slab/RobotoSlab-Thin.ttf differ diff --git a/.local/share/fonts/Source_Sans_Pro/.uuid b/.local/share/fonts/Source_Sans_Pro/.uuid new file mode 100644 index 0000000..f973146 --- /dev/null +++ b/.local/share/fonts/Source_Sans_Pro/.uuid @@ -0,0 +1 @@ +12a3ba1d-242d-4d90-8902-e33cd844d19e \ No newline at end of file diff --git a/.local/share/fonts/Source_Sans_Pro/OFL.txt b/.local/share/fonts/Source_Sans_Pro/OFL.txt new file mode 100644 index 0000000..bce8032 --- /dev/null +++ b/.local/share/fonts/Source_Sans_Pro/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name ‘Source’. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Black.ttf b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Black.ttf new file mode 100644 index 0000000..7ea0260 Binary files /dev/null and b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Black.ttf differ diff --git a/.local/share/fonts/Source_Sans_Pro/SourceSansPro-BlackItalic.ttf b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-BlackItalic.ttf new file mode 100644 index 0000000..e1a7482 Binary files /dev/null and b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-BlackItalic.ttf differ diff --git a/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf new file mode 100644 index 0000000..f698646 Binary files /dev/null and b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf differ diff --git a/.local/share/fonts/Source_Sans_Pro/SourceSansPro-BoldItalic.ttf b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-BoldItalic.ttf new file mode 100644 index 0000000..5c00b64 Binary files /dev/null and b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-BoldItalic.ttf differ diff --git a/.local/share/fonts/Source_Sans_Pro/SourceSansPro-ExtraLight.ttf b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-ExtraLight.ttf new file mode 100644 index 0000000..f1da6b2 Binary files /dev/null and b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-ExtraLight.ttf differ diff --git a/.local/share/fonts/Source_Sans_Pro/SourceSansPro-ExtraLightItalic.ttf b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-ExtraLightItalic.ttf new file mode 100644 index 0000000..15f7344 Binary files /dev/null and b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-ExtraLightItalic.ttf differ diff --git a/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf new file mode 100644 index 0000000..82e8762 Binary files /dev/null and b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf differ diff --git a/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Light.ttf b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Light.ttf new file mode 100644 index 0000000..ea1104b Binary files /dev/null and b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Light.ttf differ diff --git a/.local/share/fonts/Source_Sans_Pro/SourceSansPro-LightItalic.ttf b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-LightItalic.ttf new file mode 100644 index 0000000..b78f1b0 Binary files /dev/null and b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-LightItalic.ttf differ diff --git a/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf new file mode 100644 index 0000000..278ad8a Binary files /dev/null and b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf differ diff --git a/.local/share/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf new file mode 100644 index 0000000..ac3e0d1 Binary files /dev/null and b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf differ diff --git a/.local/share/fonts/Source_Sans_Pro/SourceSansPro-SemiBoldItalic.ttf b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-SemiBoldItalic.ttf new file mode 100644 index 0000000..b0737bb Binary files /dev/null and b/.local/share/fonts/Source_Sans_Pro/SourceSansPro-SemiBoldItalic.ttf differ diff --git a/.local/share/fonts/Ubuntu.ttf b/.local/share/fonts/Ubuntu.ttf new file mode 100644 index 0000000..9388194 Binary files /dev/null and b/.local/share/fonts/Ubuntu.ttf differ diff --git a/.local/share/templates/Document.odt b/.local/share/templates/Document.odt new file mode 100644 index 0000000..5ecee2f Binary files /dev/null and b/.local/share/templates/Document.odt differ diff --git a/.local/share/templates/GIMP Image.xcf b/.local/share/templates/GIMP Image.xcf new file mode 100644 index 0000000..bd5a769 Binary files /dev/null and b/.local/share/templates/GIMP Image.xcf differ diff --git a/.local/share/templates/HTML.html b/.local/share/templates/HTML.html new file mode 100644 index 0000000..e69de29 diff --git a/.local/share/templates/LibreOffice English Text.odt b/.local/share/templates/LibreOffice English Text.odt new file mode 100644 index 0000000..fab4104 Binary files /dev/null and b/.local/share/templates/LibreOffice English Text.odt differ diff --git a/.local/share/templates/LibreOffice Presentation.odp b/.local/share/templates/LibreOffice Presentation.odp new file mode 100644 index 0000000..9f6f599 Binary files /dev/null and b/.local/share/templates/LibreOffice Presentation.odp differ diff --git a/.local/share/templates/LibreOffice Spreadsheet.ods b/.local/share/templates/LibreOffice Spreadsheet.ods new file mode 100644 index 0000000..0712ba1 Binary files /dev/null and b/.local/share/templates/LibreOffice Spreadsheet.ods differ diff --git a/.local/share/templates/PHP.php b/.local/share/templates/PHP.php new file mode 100644 index 0000000..e69de29 diff --git a/.local/share/templates/Shell Script.sh b/.local/share/templates/Shell Script.sh new file mode 100644 index 0000000..e69de29 diff --git a/.local/share/templates/XML.xml b/.local/share/templates/XML.xml new file mode 100644 index 0000000..e69de29 diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..7a72873 --- /dev/null +++ b/.zshrc @@ -0,0 +1,216 @@ +# If you come from bash you might have to change your $PATH. +export PATH=$HOME/bin:$HOME/.local/bin:$PATH + +# Path to your oh-my-zsh installation. +export ZSH=~/.local/share/oh-my-zsh +DEFAULT_USER=$USER + +ZSH_COMPDUMP="/var/tmp/zcompdump-$ZSH_VERSION" +ZSH_DISABLE_COMPFIX=true + +# Uncomment the following line to use case-sensitive completion. +# CASE_SENSITIVE="true" + +# Uncomment the following line to use hyphen-insensitive completion. Case +# sensitive completion must be off. _ and - will be interchangeable. +# HYPHEN_INSENSITIVE="true" + +# Uncomment the following line to disable bi-weekly auto-update checks. +# DISABLE_AUTO_UPDATE="true" +# Uncomment the following line to change how often to auto-update (in days). +# export UPDATE_ZSH_DAYS=13 + +# Uncomment the following line to disable colors in ls. +# DISABLE_LS_COLORS="true" + +# Uncomment the following line to disable auto-setting terminal title. +# DISABLE_AUTO_TITLE="true" + +# Uncomment the following line to enable command auto-correction. +# ENABLE_CORRECTION="true" + +# Uncomment the following line to display red dots whilst waiting for completion. +# COMPLETION_WAITING_DOTS="true" + +# Uncomment the following line if you want to disable marking untracked files +# under VCS as dirty. This makes repository status check for large repositories +# much, much faster. +# DISABLE_UNTRACKED_FILES_DIRTY="true" + +# Uncomment the following line if you want to change the command execution time +# stamp shown in the history command output. +# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd" +# HIST_STAMPS="mm/dd/yyyy" + +# Would you like to use another custom folder than $ZSH/custom? +# ZSH_CUSTOM=/path/to/new-custom-folder + +# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) +# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ +# Add wisely, as too many plugins slow down shell startup. +plugins=( + git + git-extras + z + fast-syntax-highlighting + zsh-autosuggestions + zsh-vim-mode +) + +SHELL_CONFIG="$HOME/.local/share/shell" + +fpath=($fpath "$SHELL_CONFIG/zsh_completion") + +source "$SHELL_CONFIG/zsh_theme" + +source $ZSH/oh-my-zsh.sh + +## Functions + +tab_list_files() { + if [[ $#BUFFER == 0 ]]; then + BUFFER="ls " + CURSOR=3 + zle list-choices + zle backward-kill-word + elif [[ $BUFFER =~ ^[[:space:]][[:space:]].*$ ]]; then + BUFFER="./" + CURSOR=2 + zle list-choices + [ -z ${TAB_LIST_FILES_PREFIX+x} ] && BUFFER=" " CURSOR=2 + elif [[ $BUFFER =~ ^[[:space:]]*$ ]]; then + BUFFER="cd " + CURSOR=3 + zle list-choices + [ -z ${TAB_LIST_FILES_PREFIX+x} ] && BUFFER=" " CURSOR=1 + else + BUFFER_=$BUFFER + CURSOR_=$CURSOR + zle expand-or-complete || zle expand-or-complete || { + BUFFER="ls " + CURSOR=3 + zle list-choices + BUFFER=$BUFFER_ + CURSOR=$CURSOR_ + } + fi +} +zle -N tab_list_files +bindkey '^I' tab_list_files + +fancy-ctrl-z() { + if [[ $#BUFFER -eq 0 ]]; then + bg + zle redisplay + else + zle push-input + fi +} +zle -N fancy-ctrl-z +bindkey '^z' fancy-ctrl-z +bindkey '^q' push-line-or-edit + +#bindkey -v +export KEYTIMEOUT=1 + +#autoload -Uz history-search-end +# +#zle -N history-beginning-search-backward-end history-search-end +#zle -N history-beginning-search-forward-end history-search-end +# +#bindkey -M vicmd '^[[A' history-beginning-search-backward-end \ +# '^[OA' history-beginning-search-backward-end \ +# '^[[B' history-beginning-search-forward-end \ +# '^[OB' history-beginning-search-forward-end +#bindkey -M viins '^[[A' history-beginning-search-backward-end \ +# '^[OA' history-beginning-search-backward-end \ +# '^[[B' history-beginning-search-forward-end \ +# '^[OB' history-beginning-search-forward-end + +# Show time on the right after executing command +# strlen() { +# FOO=$1 +# local zero='%([BSUbfksu]|([FB]|){*})' +# LEN=${#${(S%%)FOO//$~zero/}} +# echo $LEN +# } +# preexec() { +# DATE=$( date +"[%H:%M:%S]" ) +# local len_right=$( strlen "$DATE" ) +# len_right=$(( $len_right+1 )) +# local right_start=$(($COLUMNS - $len_right)) +# +# local len_cmd=$( strlen "$@" ) +# local len_prompt=$(strlen "$PROMPT" ) +# local len_left=$(($len_cmd+$len_prompt)) +# +# RDATE="\033[${right_start}C ${DATE}" +# +# if [ $len_left -lt $right_start ]; then +# # command does not overwrite right prompt - ok to move up one line +# echo -e "\033[1A${RDATE}" +# else +# echo -e "${RDATE}" +# fi +# } + + +## User configuration + +source "$SHELL_CONFIG/functions" + +#fpath=($fpath "$SHELL_CONFIG/zsh_completion") +#compinit -d /var/tmp/zcompdump-$ZSH_VERSION + +# turn on spelling correction +setopt correct +# don't save duplicates in command history +setopt histignoredups + +setopt extended_glob +# Enable zmv +autoload zmv +alias zmv='noglob zmv' +alias zmw='zmv -W' +alias zcp='noglob zmv -C' +alias zln='noglob zmv -L' +alias zsy='noglob zmv -Ls' + +# export MANPATH="/usr/local/man:$MANPATH" + +# You may need to manually set your language environment +# export LANG=en_US.UTF-8 + +# Preferred editor for local and remote sessions +# if [[ -n $SSH_CONNECTION ]]; then +# export EDITOR='vim' +# else +# export EDITOR='mvim' +# fi + +# Compilation flags +# export ARCHFLAGS="-arch x86_64" + +# ssh +# export SSH_KEY_PATH="~/.ssh/rsa_id" + +# Set personal aliases, overriding those provided by oh-my-zsh libs, +# plugins, and themes. Aliases can be placed here, though oh-my-zsh +# users are encouraged to define aliases within the ZSH_CUSTOM folder. +# For a full list of active aliases, run `alias`. +# +# Example aliases +# alias zshconfig="mate ~/.zshrc" +# alias ohmyzsh="mate ~/.oh-my-zsh" + +if [ -d "~/.sdkman" ]; then + export SDKMAN_DIR="~/.sdkman" + [[ -s "~/.sdkman/bin/sdkman-init.sh" ]] && source "~/.sdkman/bin/sdkman-init.sh" +fi + +# added by travis gem +[ -f /home/janek/.travis/travis.sh ] && source /home/janek/.travis/travis.sh + +export NVM_DIR="$HOME/.nvm" +[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm +[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion