Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
1d2b09650a | |||
eebf5f34b2 | |||
1cbc4f6f2e | |||
078c3acc78 | |||
f3a81bb30a | |||
226acb4219 | |||
127855bf62 | |||
a7922627a8 | |||
14ffee3a35 | |||
ee43da5c0a | |||
![]() |
b378bb21aa |
36
Makefile
36
Makefile
@@ -1,36 +0,0 @@
|
|||||||
Version=0.7
|
|
||||||
|
|
||||||
PREFIX = /usr/local
|
|
||||||
SYSCONFDIR = /etc
|
|
||||||
|
|
||||||
ICONS = \
|
|
||||||
$(wildcard icons/*.svg) \
|
|
||||||
$(wildcard icons/*.png)
|
|
||||||
|
|
||||||
BACKGROUNDS = \
|
|
||||||
$(wildcard backgrounds/*.jpg) \
|
|
||||||
$(wildcard backgrounds/*.png)
|
|
||||||
|
|
||||||
install_icons:
|
|
||||||
install -dm0755 $(DESTDIR)$(PREFIX)/share/icons/artix
|
|
||||||
install -m0644 ${ICONS} $(DESTDIR)$(PREFIX)/share/icons/artix
|
|
||||||
|
|
||||||
install_backgrounds:
|
|
||||||
install -dm0755 $(DESTDIR)$(PREFIX)/share/backgrounds
|
|
||||||
install -m0755 ${BACKGROUNDS} $(DESTDIR)$(PREFIX)/share/backgrounds
|
|
||||||
|
|
||||||
uninstall_icons:
|
|
||||||
for f in ${ICONS}; do rm -f $(DESTDIR)$(PREFIX)/share/icons/artix/$$f; done
|
|
||||||
|
|
||||||
uninstall_backgrounds:
|
|
||||||
for f in ${BACKGROUNDS}; do rm -f $(DESTDIR)$(PREFIX)/share/backgrounds/$$f; done
|
|
||||||
|
|
||||||
install: install_icons install_backgrounds
|
|
||||||
|
|
||||||
uninstall: uninstall_icons uninstall_backgrounds
|
|
||||||
|
|
||||||
dist:
|
|
||||||
git archive --format=tar --prefix=desktop-presets-$(Version)/ $(Version) | gzip -9 > desktop-presets-$(Version).tar.gz
|
|
||||||
gpg --detach-sign --use-agent desktop-presets-$(Version).tar.gz
|
|
||||||
|
|
||||||
.PHONY: install uninstall dist
|
|
Binary file not shown.
Before Width: | Height: | Size: 161 KiB |
Binary file not shown.
Before Width: | Height: | Size: 259 KiB |
BIN
icons/logo.png
BIN
icons/logo.png
Binary file not shown.
Before Width: | Height: | Size: 106 KiB |
484
icons/logo.svg
484
icons/logo.svg
@@ -1,484 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="300mm"
|
|
||||||
height="300mm"
|
|
||||||
viewBox="0 0 300 300"
|
|
||||||
version="1.1"
|
|
||||||
id="svg8"
|
|
||||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
|
|
||||||
sodipodi:docname="Artix logo #5.svg"
|
|
||||||
inkscape:export-filename="Artix logo #5.png"
|
|
||||||
inkscape:export-xdpi="169.33333"
|
|
||||||
inkscape:export-ydpi="169.33333">
|
|
||||||
<defs
|
|
||||||
id="defs2">
|
|
||||||
<filter
|
|
||||||
inkscape:label="Button"
|
|
||||||
inkscape:menu="Bevels"
|
|
||||||
inkscape:menu-tooltip="Soft bevel, slightly depressed middle"
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
id="filter64">
|
|
||||||
<feGaussianBlur
|
|
||||||
stdDeviation="2.3"
|
|
||||||
in="SourceAlpha"
|
|
||||||
result="result0"
|
|
||||||
id="feGaussianBlur38" />
|
|
||||||
<feMorphology
|
|
||||||
in="SourceAlpha"
|
|
||||||
radius="6.6"
|
|
||||||
result="result1"
|
|
||||||
id="feMorphology40" />
|
|
||||||
<feGaussianBlur
|
|
||||||
stdDeviation="8.9"
|
|
||||||
in="result1"
|
|
||||||
id="feGaussianBlur42" />
|
|
||||||
<feColorMatrix
|
|
||||||
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.3 0"
|
|
||||||
result="result91"
|
|
||||||
id="feColorMatrix44" />
|
|
||||||
<feComposite
|
|
||||||
in="result0"
|
|
||||||
operator="out"
|
|
||||||
result="result2"
|
|
||||||
in2="result91"
|
|
||||||
id="feComposite46" />
|
|
||||||
<feGaussianBlur
|
|
||||||
stdDeviation="1.7"
|
|
||||||
result="result4"
|
|
||||||
id="feGaussianBlur48" />
|
|
||||||
<feDiffuseLighting
|
|
||||||
surfaceScale="10"
|
|
||||||
id="feDiffuseLighting52">
|
|
||||||
<feDistantLight
|
|
||||||
azimuth="225"
|
|
||||||
elevation="45"
|
|
||||||
id="feDistantLight50" />
|
|
||||||
</feDiffuseLighting>
|
|
||||||
<feBlend
|
|
||||||
in2="SourceGraphic"
|
|
||||||
mode="multiply"
|
|
||||||
id="feBlend54" />
|
|
||||||
<feComposite
|
|
||||||
in2="SourceAlpha"
|
|
||||||
operator="in"
|
|
||||||
result="result3"
|
|
||||||
id="feComposite56" />
|
|
||||||
<feSpecularLighting
|
|
||||||
in="result4"
|
|
||||||
surfaceScale="5"
|
|
||||||
specularExponent="17.9"
|
|
||||||
id="feSpecularLighting60">
|
|
||||||
<feDistantLight
|
|
||||||
azimuth="225"
|
|
||||||
elevation="45"
|
|
||||||
id="feDistantLight58" />
|
|
||||||
</feSpecularLighting>
|
|
||||||
<feComposite
|
|
||||||
in2="result3"
|
|
||||||
operator="atop"
|
|
||||||
id="feComposite62" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
inkscape:label="Drop Shadow"
|
|
||||||
id="filter76">
|
|
||||||
<feFlood
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
id="feFlood66" />
|
|
||||||
<feComposite
|
|
||||||
in="flood"
|
|
||||||
in2="SourceGraphic"
|
|
||||||
operator="in"
|
|
||||||
result="composite1"
|
|
||||||
id="feComposite68" />
|
|
||||||
<feGaussianBlur
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur"
|
|
||||||
id="feGaussianBlur70" />
|
|
||||||
<feOffset
|
|
||||||
dx="6"
|
|
||||||
dy="6"
|
|
||||||
result="offset"
|
|
||||||
id="feOffset72" />
|
|
||||||
<feComposite
|
|
||||||
in="SourceGraphic"
|
|
||||||
in2="offset"
|
|
||||||
operator="over"
|
|
||||||
result="composite2"
|
|
||||||
id="feComposite74" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
inkscape:label="Drop Shadow"
|
|
||||||
id="filter88">
|
|
||||||
<feFlood
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
id="feFlood78" />
|
|
||||||
<feComposite
|
|
||||||
in="flood"
|
|
||||||
in2="SourceGraphic"
|
|
||||||
operator="in"
|
|
||||||
result="composite1"
|
|
||||||
id="feComposite80" />
|
|
||||||
<feGaussianBlur
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur"
|
|
||||||
id="feGaussianBlur82" />
|
|
||||||
<feOffset
|
|
||||||
dx="6"
|
|
||||||
dy="6"
|
|
||||||
result="offset"
|
|
||||||
id="feOffset84" />
|
|
||||||
<feComposite
|
|
||||||
in="SourceGraphic"
|
|
||||||
in2="offset"
|
|
||||||
operator="over"
|
|
||||||
result="composite2"
|
|
||||||
id="feComposite86" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
inkscape:label="Drop Shadow"
|
|
||||||
id="filter100">
|
|
||||||
<feFlood
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
id="feFlood90" />
|
|
||||||
<feComposite
|
|
||||||
in="flood"
|
|
||||||
in2="SourceGraphic"
|
|
||||||
operator="in"
|
|
||||||
result="composite1"
|
|
||||||
id="feComposite92" />
|
|
||||||
<feGaussianBlur
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur"
|
|
||||||
id="feGaussianBlur94" />
|
|
||||||
<feOffset
|
|
||||||
dx="6"
|
|
||||||
dy="6"
|
|
||||||
result="offset"
|
|
||||||
id="feOffset96" />
|
|
||||||
<feComposite
|
|
||||||
in="SourceGraphic"
|
|
||||||
in2="offset"
|
|
||||||
operator="over"
|
|
||||||
result="fbSourceGraphic"
|
|
||||||
id="feComposite98" />
|
|
||||||
<feColorMatrix
|
|
||||||
result="fbSourceGraphicAlpha"
|
|
||||||
in="fbSourceGraphic"
|
|
||||||
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
|
|
||||||
id="feColorMatrix102" />
|
|
||||||
<feFlood
|
|
||||||
id="feFlood104"
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
in="fbSourceGraphic" />
|
|
||||||
<feComposite
|
|
||||||
in2="fbSourceGraphic"
|
|
||||||
id="feComposite106"
|
|
||||||
in="flood"
|
|
||||||
operator="in"
|
|
||||||
result="composite1" />
|
|
||||||
<feGaussianBlur
|
|
||||||
id="feGaussianBlur108"
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="0.5"
|
|
||||||
result="blur" />
|
|
||||||
<feOffset
|
|
||||||
id="feOffset110"
|
|
||||||
dx="6"
|
|
||||||
dy="6"
|
|
||||||
result="offset" />
|
|
||||||
<feComposite
|
|
||||||
in2="offset"
|
|
||||||
id="feComposite112"
|
|
||||||
in="fbSourceGraphic"
|
|
||||||
operator="over"
|
|
||||||
result="fbSourceGraphic" />
|
|
||||||
<feColorMatrix
|
|
||||||
result="fbSourceGraphicAlpha"
|
|
||||||
in="fbSourceGraphic"
|
|
||||||
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
|
|
||||||
id="feColorMatrix114" />
|
|
||||||
<feFlood
|
|
||||||
id="feFlood116"
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
in="fbSourceGraphic" />
|
|
||||||
<feComposite
|
|
||||||
in2="fbSourceGraphic"
|
|
||||||
id="feComposite118"
|
|
||||||
in="flood"
|
|
||||||
operator="in"
|
|
||||||
result="composite1" />
|
|
||||||
<feGaussianBlur
|
|
||||||
id="feGaussianBlur120"
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="1"
|
|
||||||
result="blur" />
|
|
||||||
<feOffset
|
|
||||||
id="feOffset122"
|
|
||||||
dx="2"
|
|
||||||
dy="2"
|
|
||||||
result="offset" />
|
|
||||||
<feComposite
|
|
||||||
in2="offset"
|
|
||||||
id="feComposite124"
|
|
||||||
in="fbSourceGraphic"
|
|
||||||
operator="over"
|
|
||||||
result="fbSourceGraphic" />
|
|
||||||
<feColorMatrix
|
|
||||||
result="fbSourceGraphicAlpha"
|
|
||||||
in="fbSourceGraphic"
|
|
||||||
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
|
|
||||||
id="feColorMatrix126" />
|
|
||||||
<feFlood
|
|
||||||
id="feFlood128"
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
in="fbSourceGraphic" />
|
|
||||||
<feComposite
|
|
||||||
in2="fbSourceGraphic"
|
|
||||||
id="feComposite130"
|
|
||||||
in="flood"
|
|
||||||
operator="in"
|
|
||||||
result="composite1" />
|
|
||||||
<feGaussianBlur
|
|
||||||
id="feGaussianBlur132"
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur" />
|
|
||||||
<feOffset
|
|
||||||
id="feOffset134"
|
|
||||||
dx="2"
|
|
||||||
dy="2"
|
|
||||||
result="offset" />
|
|
||||||
<feComposite
|
|
||||||
in2="offset"
|
|
||||||
id="feComposite136"
|
|
||||||
in="fbSourceGraphic"
|
|
||||||
operator="over"
|
|
||||||
result="composite2" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
inkscape:label="Drop Shadow"
|
|
||||||
id="filter148">
|
|
||||||
<feFlood
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
id="feFlood138" />
|
|
||||||
<feComposite
|
|
||||||
in="flood"
|
|
||||||
in2="SourceGraphic"
|
|
||||||
operator="in"
|
|
||||||
result="composite1"
|
|
||||||
id="feComposite140" />
|
|
||||||
<feGaussianBlur
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur"
|
|
||||||
id="feGaussianBlur142" />
|
|
||||||
<feOffset
|
|
||||||
dx="2"
|
|
||||||
dy="2"
|
|
||||||
result="offset"
|
|
||||||
id="feOffset144" />
|
|
||||||
<feComposite
|
|
||||||
in="SourceGraphic"
|
|
||||||
in2="offset"
|
|
||||||
operator="over"
|
|
||||||
result="composite2"
|
|
||||||
id="feComposite146" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
inkscape:label="Drop Shadow"
|
|
||||||
id="filter160">
|
|
||||||
<feFlood
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
id="feFlood150" />
|
|
||||||
<feComposite
|
|
||||||
in="flood"
|
|
||||||
in2="SourceGraphic"
|
|
||||||
operator="in"
|
|
||||||
result="composite1"
|
|
||||||
id="feComposite152" />
|
|
||||||
<feGaussianBlur
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur"
|
|
||||||
id="feGaussianBlur154" />
|
|
||||||
<feOffset
|
|
||||||
dx="2"
|
|
||||||
dy="2"
|
|
||||||
result="offset"
|
|
||||||
id="feOffset156" />
|
|
||||||
<feComposite
|
|
||||||
in="SourceGraphic"
|
|
||||||
in2="offset"
|
|
||||||
operator="over"
|
|
||||||
result="composite2"
|
|
||||||
id="feComposite158" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
inkscape:label="Drop Shadow"
|
|
||||||
id="filter172">
|
|
||||||
<feFlood
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
id="feFlood162" />
|
|
||||||
<feComposite
|
|
||||||
in="flood"
|
|
||||||
in2="SourceGraphic"
|
|
||||||
operator="in"
|
|
||||||
result="composite1"
|
|
||||||
id="feComposite164" />
|
|
||||||
<feGaussianBlur
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur"
|
|
||||||
id="feGaussianBlur166" />
|
|
||||||
<feOffset
|
|
||||||
dx="2"
|
|
||||||
dy="2"
|
|
||||||
result="offset"
|
|
||||||
id="feOffset168" />
|
|
||||||
<feComposite
|
|
||||||
in="SourceGraphic"
|
|
||||||
in2="offset"
|
|
||||||
operator="over"
|
|
||||||
result="composite2"
|
|
||||||
id="feComposite170" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
inkscape:label="Drop Shadow"
|
|
||||||
id="filter184">
|
|
||||||
<feFlood
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
id="feFlood174" />
|
|
||||||
<feComposite
|
|
||||||
in="flood"
|
|
||||||
in2="SourceGraphic"
|
|
||||||
operator="in"
|
|
||||||
result="composite1"
|
|
||||||
id="feComposite176" />
|
|
||||||
<feGaussianBlur
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur"
|
|
||||||
id="feGaussianBlur178" />
|
|
||||||
<feOffset
|
|
||||||
dx="2"
|
|
||||||
dy="2"
|
|
||||||
result="offset"
|
|
||||||
id="feOffset180" />
|
|
||||||
<feComposite
|
|
||||||
in="SourceGraphic"
|
|
||||||
in2="offset"
|
|
||||||
operator="over"
|
|
||||||
result="composite2"
|
|
||||||
id="feComposite182" />
|
|
||||||
</filter>
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="0.47254236"
|
|
||||||
inkscape:cx="361.5184"
|
|
||||||
inkscape:cy="446.26391"
|
|
||||||
inkscape:document-units="mm"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:pagecheckerboard="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
inkscape:window-width="1366"
|
|
||||||
inkscape:window-height="733"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="35"
|
|
||||||
inkscape:window-maximized="0"
|
|
||||||
inkscape:measure-start="270.875,1017.9"
|
|
||||||
inkscape:measure-end="443.305,403.651" />
|
|
||||||
<metadata
|
|
||||||
id="metadata5">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,3)">
|
|
||||||
<path
|
|
||||||
style="fill:#298fce;fill-opacity:1;stroke:none;stroke-width:0.28321424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
|
|
||||||
d="m 194.58868,54.624279 73.20941,216.918731 -22.55963,0.0398 c -22.69289,-64.81193 -47.1379,-140.30258 -62.33474,-186.65126 6.37601,-16.04977 5.97223,-16.034347 11.68496,-30.307271 z"
|
|
||||||
id="path828-8-0-1"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccc" />
|
|
||||||
<path
|
|
||||||
style="fill:#14c887;fill-opacity:1;stroke:none;stroke-width:0.28321427px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 250.86095,136.94153 -0.014,21.77894 -194.32802,34.97585 0.014,-21.6997 z"
|
|
||||||
id="path828-8-0-7"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccc" />
|
|
||||||
<path
|
|
||||||
style="fill:#62c0f8;fill-opacity:1;stroke:none;stroke-width:0.28195518px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
|
|
||||||
d="M 103.19496,97.643097 H 124.0315 L 55.606643,270.84803 h -22.55716 z"
|
|
||||||
id="path828"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccc" />
|
|
||||||
<path
|
|
||||||
style="fill:#40a9e7;fill-opacity:1;stroke:none;stroke-width:0.28321424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
|
|
||||||
d="m 142.85006,59.923255 20.73696,-0.01783 -67.083235,173.980525 -22.472961,0.003 z"
|
|
||||||
id="path828-8"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccc" />
|
|
||||||
<path
|
|
||||||
style="fill:#298fce;fill-opacity:1;stroke:none;stroke-width:0.28321424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
|
|
||||||
d="m 181.13269,23.983823 20.73289,-0.07255 -65.57944,175.038451 -22.46862,0.0321 z"
|
|
||||||
id="path828-8-0"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccc" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 106 KiB |
@@ -1,484 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="300mm"
|
|
||||||
height="300mm"
|
|
||||||
viewBox="0 0 300 300"
|
|
||||||
version="1.1"
|
|
||||||
id="svg8"
|
|
||||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
|
|
||||||
sodipodi:docname="Artix logo #5.svg"
|
|
||||||
inkscape:export-filename="Artix logo #5.png"
|
|
||||||
inkscape:export-xdpi="169.33333"
|
|
||||||
inkscape:export-ydpi="169.33333">
|
|
||||||
<defs
|
|
||||||
id="defs2">
|
|
||||||
<filter
|
|
||||||
inkscape:label="Button"
|
|
||||||
inkscape:menu="Bevels"
|
|
||||||
inkscape:menu-tooltip="Soft bevel, slightly depressed middle"
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
id="filter64">
|
|
||||||
<feGaussianBlur
|
|
||||||
stdDeviation="2.3"
|
|
||||||
in="SourceAlpha"
|
|
||||||
result="result0"
|
|
||||||
id="feGaussianBlur38" />
|
|
||||||
<feMorphology
|
|
||||||
in="SourceAlpha"
|
|
||||||
radius="6.6"
|
|
||||||
result="result1"
|
|
||||||
id="feMorphology40" />
|
|
||||||
<feGaussianBlur
|
|
||||||
stdDeviation="8.9"
|
|
||||||
in="result1"
|
|
||||||
id="feGaussianBlur42" />
|
|
||||||
<feColorMatrix
|
|
||||||
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.3 0"
|
|
||||||
result="result91"
|
|
||||||
id="feColorMatrix44" />
|
|
||||||
<feComposite
|
|
||||||
in="result0"
|
|
||||||
operator="out"
|
|
||||||
result="result2"
|
|
||||||
in2="result91"
|
|
||||||
id="feComposite46" />
|
|
||||||
<feGaussianBlur
|
|
||||||
stdDeviation="1.7"
|
|
||||||
result="result4"
|
|
||||||
id="feGaussianBlur48" />
|
|
||||||
<feDiffuseLighting
|
|
||||||
surfaceScale="10"
|
|
||||||
id="feDiffuseLighting52">
|
|
||||||
<feDistantLight
|
|
||||||
azimuth="225"
|
|
||||||
elevation="45"
|
|
||||||
id="feDistantLight50" />
|
|
||||||
</feDiffuseLighting>
|
|
||||||
<feBlend
|
|
||||||
in2="SourceGraphic"
|
|
||||||
mode="multiply"
|
|
||||||
id="feBlend54" />
|
|
||||||
<feComposite
|
|
||||||
in2="SourceAlpha"
|
|
||||||
operator="in"
|
|
||||||
result="result3"
|
|
||||||
id="feComposite56" />
|
|
||||||
<feSpecularLighting
|
|
||||||
in="result4"
|
|
||||||
surfaceScale="5"
|
|
||||||
specularExponent="17.9"
|
|
||||||
id="feSpecularLighting60">
|
|
||||||
<feDistantLight
|
|
||||||
azimuth="225"
|
|
||||||
elevation="45"
|
|
||||||
id="feDistantLight58" />
|
|
||||||
</feSpecularLighting>
|
|
||||||
<feComposite
|
|
||||||
in2="result3"
|
|
||||||
operator="atop"
|
|
||||||
id="feComposite62" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
inkscape:label="Drop Shadow"
|
|
||||||
id="filter76">
|
|
||||||
<feFlood
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
id="feFlood66" />
|
|
||||||
<feComposite
|
|
||||||
in="flood"
|
|
||||||
in2="SourceGraphic"
|
|
||||||
operator="in"
|
|
||||||
result="composite1"
|
|
||||||
id="feComposite68" />
|
|
||||||
<feGaussianBlur
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur"
|
|
||||||
id="feGaussianBlur70" />
|
|
||||||
<feOffset
|
|
||||||
dx="6"
|
|
||||||
dy="6"
|
|
||||||
result="offset"
|
|
||||||
id="feOffset72" />
|
|
||||||
<feComposite
|
|
||||||
in="SourceGraphic"
|
|
||||||
in2="offset"
|
|
||||||
operator="over"
|
|
||||||
result="composite2"
|
|
||||||
id="feComposite74" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
inkscape:label="Drop Shadow"
|
|
||||||
id="filter88">
|
|
||||||
<feFlood
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
id="feFlood78" />
|
|
||||||
<feComposite
|
|
||||||
in="flood"
|
|
||||||
in2="SourceGraphic"
|
|
||||||
operator="in"
|
|
||||||
result="composite1"
|
|
||||||
id="feComposite80" />
|
|
||||||
<feGaussianBlur
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur"
|
|
||||||
id="feGaussianBlur82" />
|
|
||||||
<feOffset
|
|
||||||
dx="6"
|
|
||||||
dy="6"
|
|
||||||
result="offset"
|
|
||||||
id="feOffset84" />
|
|
||||||
<feComposite
|
|
||||||
in="SourceGraphic"
|
|
||||||
in2="offset"
|
|
||||||
operator="over"
|
|
||||||
result="composite2"
|
|
||||||
id="feComposite86" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
inkscape:label="Drop Shadow"
|
|
||||||
id="filter100">
|
|
||||||
<feFlood
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
id="feFlood90" />
|
|
||||||
<feComposite
|
|
||||||
in="flood"
|
|
||||||
in2="SourceGraphic"
|
|
||||||
operator="in"
|
|
||||||
result="composite1"
|
|
||||||
id="feComposite92" />
|
|
||||||
<feGaussianBlur
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur"
|
|
||||||
id="feGaussianBlur94" />
|
|
||||||
<feOffset
|
|
||||||
dx="6"
|
|
||||||
dy="6"
|
|
||||||
result="offset"
|
|
||||||
id="feOffset96" />
|
|
||||||
<feComposite
|
|
||||||
in="SourceGraphic"
|
|
||||||
in2="offset"
|
|
||||||
operator="over"
|
|
||||||
result="fbSourceGraphic"
|
|
||||||
id="feComposite98" />
|
|
||||||
<feColorMatrix
|
|
||||||
result="fbSourceGraphicAlpha"
|
|
||||||
in="fbSourceGraphic"
|
|
||||||
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
|
|
||||||
id="feColorMatrix102" />
|
|
||||||
<feFlood
|
|
||||||
id="feFlood104"
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
in="fbSourceGraphic" />
|
|
||||||
<feComposite
|
|
||||||
in2="fbSourceGraphic"
|
|
||||||
id="feComposite106"
|
|
||||||
in="flood"
|
|
||||||
operator="in"
|
|
||||||
result="composite1" />
|
|
||||||
<feGaussianBlur
|
|
||||||
id="feGaussianBlur108"
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="0.5"
|
|
||||||
result="blur" />
|
|
||||||
<feOffset
|
|
||||||
id="feOffset110"
|
|
||||||
dx="6"
|
|
||||||
dy="6"
|
|
||||||
result="offset" />
|
|
||||||
<feComposite
|
|
||||||
in2="offset"
|
|
||||||
id="feComposite112"
|
|
||||||
in="fbSourceGraphic"
|
|
||||||
operator="over"
|
|
||||||
result="fbSourceGraphic" />
|
|
||||||
<feColorMatrix
|
|
||||||
result="fbSourceGraphicAlpha"
|
|
||||||
in="fbSourceGraphic"
|
|
||||||
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
|
|
||||||
id="feColorMatrix114" />
|
|
||||||
<feFlood
|
|
||||||
id="feFlood116"
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
in="fbSourceGraphic" />
|
|
||||||
<feComposite
|
|
||||||
in2="fbSourceGraphic"
|
|
||||||
id="feComposite118"
|
|
||||||
in="flood"
|
|
||||||
operator="in"
|
|
||||||
result="composite1" />
|
|
||||||
<feGaussianBlur
|
|
||||||
id="feGaussianBlur120"
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="1"
|
|
||||||
result="blur" />
|
|
||||||
<feOffset
|
|
||||||
id="feOffset122"
|
|
||||||
dx="2"
|
|
||||||
dy="2"
|
|
||||||
result="offset" />
|
|
||||||
<feComposite
|
|
||||||
in2="offset"
|
|
||||||
id="feComposite124"
|
|
||||||
in="fbSourceGraphic"
|
|
||||||
operator="over"
|
|
||||||
result="fbSourceGraphic" />
|
|
||||||
<feColorMatrix
|
|
||||||
result="fbSourceGraphicAlpha"
|
|
||||||
in="fbSourceGraphic"
|
|
||||||
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
|
|
||||||
id="feColorMatrix126" />
|
|
||||||
<feFlood
|
|
||||||
id="feFlood128"
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
in="fbSourceGraphic" />
|
|
||||||
<feComposite
|
|
||||||
in2="fbSourceGraphic"
|
|
||||||
id="feComposite130"
|
|
||||||
in="flood"
|
|
||||||
operator="in"
|
|
||||||
result="composite1" />
|
|
||||||
<feGaussianBlur
|
|
||||||
id="feGaussianBlur132"
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur" />
|
|
||||||
<feOffset
|
|
||||||
id="feOffset134"
|
|
||||||
dx="2"
|
|
||||||
dy="2"
|
|
||||||
result="offset" />
|
|
||||||
<feComposite
|
|
||||||
in2="offset"
|
|
||||||
id="feComposite136"
|
|
||||||
in="fbSourceGraphic"
|
|
||||||
operator="over"
|
|
||||||
result="composite2" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
inkscape:label="Drop Shadow"
|
|
||||||
id="filter148">
|
|
||||||
<feFlood
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
id="feFlood138" />
|
|
||||||
<feComposite
|
|
||||||
in="flood"
|
|
||||||
in2="SourceGraphic"
|
|
||||||
operator="in"
|
|
||||||
result="composite1"
|
|
||||||
id="feComposite140" />
|
|
||||||
<feGaussianBlur
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur"
|
|
||||||
id="feGaussianBlur142" />
|
|
||||||
<feOffset
|
|
||||||
dx="2"
|
|
||||||
dy="2"
|
|
||||||
result="offset"
|
|
||||||
id="feOffset144" />
|
|
||||||
<feComposite
|
|
||||||
in="SourceGraphic"
|
|
||||||
in2="offset"
|
|
||||||
operator="over"
|
|
||||||
result="composite2"
|
|
||||||
id="feComposite146" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
inkscape:label="Drop Shadow"
|
|
||||||
id="filter160">
|
|
||||||
<feFlood
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
id="feFlood150" />
|
|
||||||
<feComposite
|
|
||||||
in="flood"
|
|
||||||
in2="SourceGraphic"
|
|
||||||
operator="in"
|
|
||||||
result="composite1"
|
|
||||||
id="feComposite152" />
|
|
||||||
<feGaussianBlur
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur"
|
|
||||||
id="feGaussianBlur154" />
|
|
||||||
<feOffset
|
|
||||||
dx="2"
|
|
||||||
dy="2"
|
|
||||||
result="offset"
|
|
||||||
id="feOffset156" />
|
|
||||||
<feComposite
|
|
||||||
in="SourceGraphic"
|
|
||||||
in2="offset"
|
|
||||||
operator="over"
|
|
||||||
result="composite2"
|
|
||||||
id="feComposite158" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
inkscape:label="Drop Shadow"
|
|
||||||
id="filter172">
|
|
||||||
<feFlood
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
id="feFlood162" />
|
|
||||||
<feComposite
|
|
||||||
in="flood"
|
|
||||||
in2="SourceGraphic"
|
|
||||||
operator="in"
|
|
||||||
result="composite1"
|
|
||||||
id="feComposite164" />
|
|
||||||
<feGaussianBlur
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur"
|
|
||||||
id="feGaussianBlur166" />
|
|
||||||
<feOffset
|
|
||||||
dx="2"
|
|
||||||
dy="2"
|
|
||||||
result="offset"
|
|
||||||
id="feOffset168" />
|
|
||||||
<feComposite
|
|
||||||
in="SourceGraphic"
|
|
||||||
in2="offset"
|
|
||||||
operator="over"
|
|
||||||
result="composite2"
|
|
||||||
id="feComposite170" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
style="color-interpolation-filters:sRGB;"
|
|
||||||
inkscape:label="Drop Shadow"
|
|
||||||
id="filter184">
|
|
||||||
<feFlood
|
|
||||||
flood-opacity="0.498039"
|
|
||||||
flood-color="rgb(0,0,0)"
|
|
||||||
result="flood"
|
|
||||||
id="feFlood174" />
|
|
||||||
<feComposite
|
|
||||||
in="flood"
|
|
||||||
in2="SourceGraphic"
|
|
||||||
operator="in"
|
|
||||||
result="composite1"
|
|
||||||
id="feComposite176" />
|
|
||||||
<feGaussianBlur
|
|
||||||
in="composite1"
|
|
||||||
stdDeviation="3"
|
|
||||||
result="blur"
|
|
||||||
id="feGaussianBlur178" />
|
|
||||||
<feOffset
|
|
||||||
dx="2"
|
|
||||||
dy="2"
|
|
||||||
result="offset"
|
|
||||||
id="feOffset180" />
|
|
||||||
<feComposite
|
|
||||||
in="SourceGraphic"
|
|
||||||
in2="offset"
|
|
||||||
operator="over"
|
|
||||||
result="composite2"
|
|
||||||
id="feComposite182" />
|
|
||||||
</filter>
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="0.47254236"
|
|
||||||
inkscape:cx="361.5184"
|
|
||||||
inkscape:cy="446.26391"
|
|
||||||
inkscape:document-units="mm"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:pagecheckerboard="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
inkscape:window-width="1366"
|
|
||||||
inkscape:window-height="733"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="35"
|
|
||||||
inkscape:window-maximized="0"
|
|
||||||
inkscape:measure-start="270.875,1017.9"
|
|
||||||
inkscape:measure-end="443.305,403.651" />
|
|
||||||
<metadata
|
|
||||||
id="metadata5">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,3)">
|
|
||||||
<path
|
|
||||||
style="fill:#298fce;fill-opacity:1;stroke:none;stroke-width:0.28321424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
|
|
||||||
d="m 194.58868,54.624279 73.20941,216.918731 -22.55963,0.0398 c -22.69289,-64.81193 -47.1379,-140.30258 -62.33474,-186.65126 6.37601,-16.04977 5.97223,-16.034347 11.68496,-30.307271 z"
|
|
||||||
id="path828-8-0-1"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccc" />
|
|
||||||
<path
|
|
||||||
style="fill:#14c887;fill-opacity:1;stroke:none;stroke-width:0.28321427px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 250.86095,136.94153 -0.014,21.77894 -194.32802,34.97585 0.014,-21.6997 z"
|
|
||||||
id="path828-8-0-7"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccc" />
|
|
||||||
<path
|
|
||||||
style="fill:#62c0f8;fill-opacity:1;stroke:none;stroke-width:0.28195518px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
|
|
||||||
d="M 103.19496,97.643097 H 124.0315 L 55.606643,270.84803 h -22.55716 z"
|
|
||||||
id="path828"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccc" />
|
|
||||||
<path
|
|
||||||
style="fill:#40a9e7;fill-opacity:1;stroke:none;stroke-width:0.28321424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
|
|
||||||
d="m 142.85006,59.923255 20.73696,-0.01783 -67.083235,173.980525 -22.472961,0.003 z"
|
|
||||||
id="path828-8"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccc" />
|
|
||||||
<path
|
|
||||||
style="fill:#298fce;fill-opacity:1;stroke:none;stroke-width:0.28321424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
|
|
||||||
d="m 181.13269,23.983823 20.73289,-0.07255 -65.57944,175.038451 -22.46862,0.0321 z"
|
|
||||||
id="path828-8-0"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccc" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 14 KiB |
BIN
lxqt/skel/.config/falkon/profiles/default/session.dat
Normal file
BIN
lxqt/skel/.config/falkon/profiles/default/session.dat
Normal file
Binary file not shown.
157
lxqt/skel/.config/falkon/profiles/default/settings.ini
Normal file
157
lxqt/skel/.config/falkon/profiles/default/settings.ini
Normal file
@@ -0,0 +1,157 @@
|
|||||||
|
[AdBlock]
|
||||||
|
disabledRules=@Invalid()
|
||||||
|
enabled=true
|
||||||
|
lastUpdate=@DateTime(\0\0\0\x10\0\0\0\0\0\0%\x83\x1a\0\xf\x1du\0)
|
||||||
|
|
||||||
|
[AddressBar]
|
||||||
|
CustomProgressColor=@Variant(\0\0\0\x43\x1\xff\xff\x30\x30\x8c\x8c\xc6\xc6\0\0)
|
||||||
|
ProgressStyle=0
|
||||||
|
SelectAllTextOnClick=false
|
||||||
|
SelectAllTextOnDoubleClick=true
|
||||||
|
ShowLoadingProgress=false
|
||||||
|
UseCustomProgressColor=false
|
||||||
|
alwaysShowGoIcon=true
|
||||||
|
showSuggestions=0
|
||||||
|
showSwitchTab=true
|
||||||
|
useInlineCompletion=true
|
||||||
|
|
||||||
|
[Browser]
|
||||||
|
RunsWithoutOptimizeDb=5
|
||||||
|
|
||||||
|
[Browser-Fonts]
|
||||||
|
CursiveFont=TeX Gyre Chorus
|
||||||
|
DefaultFontSize=15
|
||||||
|
FantasyFont=Impact
|
||||||
|
FixedFont=Liberation Mono
|
||||||
|
FixedFontSize=14
|
||||||
|
MinimumFontSize=3
|
||||||
|
MinimumLogicalFontSize=5
|
||||||
|
SansSerifFont=Noto Sans
|
||||||
|
SerifFont=DejaVu Serif
|
||||||
|
StandardFont=DejaVu Serif
|
||||||
|
|
||||||
|
[Browser-Tabs-Settings]
|
||||||
|
ActivateLastTabWhenClosingActual=false
|
||||||
|
AlwaysSwitchTabsWithWheel=false
|
||||||
|
AskOnClosing=false
|
||||||
|
OpenNewTabsSelected=false
|
||||||
|
OpenPopupsInTabs=true
|
||||||
|
TabsOnTop=true
|
||||||
|
dontCloseWithOneTab=false
|
||||||
|
hideTabsWithOneTab=false
|
||||||
|
newEmptyTabAfterActive=false
|
||||||
|
newTabAfterActive=true
|
||||||
|
showCloseOnInactiveTabs=0
|
||||||
|
showClosedTabsButton=false
|
||||||
|
|
||||||
|
[Browser-View-Settings]
|
||||||
|
LocationBarWidth=1081
|
||||||
|
SideBar=
|
||||||
|
SideBarWidth=250
|
||||||
|
WebSearchBarWidth=314
|
||||||
|
WebViewWidth=2000
|
||||||
|
WindowGeometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\0\0\0\0\0\0\0\0\x6\x8f\0\0\x3\xf3\0\0\0\xc2\0\0\0\x82\0\0\x5\xcd\0\0\x3\x8b\0\0\0\0\x2\0\0\0\x6\x90)
|
||||||
|
instantBookmarksToolbar=false
|
||||||
|
settingsDialogPage=0
|
||||||
|
showBookmarksToolbar=false
|
||||||
|
showNavigationToolbar=true
|
||||||
|
showStatusBar=true
|
||||||
|
|
||||||
|
[Cookie-Settings]
|
||||||
|
allowCookies=true
|
||||||
|
blacklist=@Invalid()
|
||||||
|
deleteCookiesOnClose=false
|
||||||
|
filterThirdPartyCookies=false
|
||||||
|
filterTrackingCookie=false
|
||||||
|
whitelist=@Invalid()
|
||||||
|
|
||||||
|
[DownloadManager]
|
||||||
|
CloseManagerOnFinish=false
|
||||||
|
ExternalManagerArguments=
|
||||||
|
ExternalManagerExecutable=
|
||||||
|
UseExternalManager=false
|
||||||
|
defaultDownloadPath=
|
||||||
|
|
||||||
|
[Notifications]
|
||||||
|
Enabled=true
|
||||||
|
Position=@Point(10 10)
|
||||||
|
Timeout=6000
|
||||||
|
UseNativeDesktop=true
|
||||||
|
|
||||||
|
[Plugin-Settings]
|
||||||
|
AllowedPlugins=internal:adblock, lib:StatusBarIcons.so, lib:TabManager.so
|
||||||
|
|
||||||
|
[Preferences]
|
||||||
|
Geometry="@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x1_\0\0\0]\0\0\x5s\0\0\x3=\0\0\x1\x65\0\0\0~\0\0\x5m\0\0\x3\x37\0\0\0\0\0\0\0\0\x6\x90)"
|
||||||
|
|
||||||
|
[SearchEngines]
|
||||||
|
DefaultEngine=DuckDuckGo
|
||||||
|
SearchFromAddressBar=true
|
||||||
|
SearchWithDefaultEngine=false
|
||||||
|
activeEngine=DuckDuckGo
|
||||||
|
showSearchSuggestions=true
|
||||||
|
|
||||||
|
[SessionRestore]
|
||||||
|
isRestoring=false
|
||||||
|
isRunning=true
|
||||||
|
|
||||||
|
[Shortcuts]
|
||||||
|
useSingleKeyShortcuts=false
|
||||||
|
useSpeedDialNumberShortcuts=true
|
||||||
|
useTabNumberShortcuts=true
|
||||||
|
|
||||||
|
[SpeedDial]
|
||||||
|
background=
|
||||||
|
backsize=auto
|
||||||
|
pages=
|
||||||
|
pagesrow=4
|
||||||
|
sdcenter=false
|
||||||
|
sdsize=231
|
||||||
|
|
||||||
|
[SpellCheck]
|
||||||
|
Enabled=false
|
||||||
|
Languages=@Invalid()
|
||||||
|
|
||||||
|
[Themes]
|
||||||
|
activeTheme=linux
|
||||||
|
|
||||||
|
[Web-Browser-Settings]
|
||||||
|
AllowLocalCache=true
|
||||||
|
AnimateScrolling=true
|
||||||
|
AutoCompletePasswords=true
|
||||||
|
AutomaticallyOpenProtocols=@Invalid()
|
||||||
|
BlockOpeningProtocols=@Invalid()
|
||||||
|
CheckUpdates=true
|
||||||
|
DefaultZoomLevel=6
|
||||||
|
DoNotTrack=false
|
||||||
|
HTML5StorageEnabled=true
|
||||||
|
IncludeLinkInFocusChain=false
|
||||||
|
LoadTabsOnActivation=true
|
||||||
|
LocalCacheSize=50
|
||||||
|
PrintElementBackground=true
|
||||||
|
SavePasswordsOnSites=true
|
||||||
|
SpatialNavigation=false
|
||||||
|
UseNativeScrollbars=false
|
||||||
|
XSSAuditing=false
|
||||||
|
allowHistory=true
|
||||||
|
allowJavaScript=true
|
||||||
|
allowPlugins=true
|
||||||
|
closeAppWithCtrlQ=true
|
||||||
|
deleteCacheOnClose=false
|
||||||
|
deleteHTML5StorageOnClose=false
|
||||||
|
deleteHistoryOnClose=false
|
||||||
|
lastActiveSessionPath=../session.dat
|
||||||
|
userStyleSheet=
|
||||||
|
wheelScrollLines=3
|
||||||
|
|
||||||
|
[Web-Proxy]
|
||||||
|
HostName=
|
||||||
|
Password=
|
||||||
|
Port=8080
|
||||||
|
ProxyType=2
|
||||||
|
Username=
|
||||||
|
|
||||||
|
[Web-URL-Settings]
|
||||||
|
afterLaunch=3
|
||||||
|
homepage=@Variant(\0\0\0\x11\0\0\0\x16https://artixlinux.org)
|
||||||
|
newTabUrl=@Variant(\0\0\0\x11\0\0\0\x10\x66\x61lkon:speeddial)
|
2
lxqt/skel/.config/falkon/profiles/profiles.ini
Normal file
2
lxqt/skel/.config/falkon/profiles/profiles.ini
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[Profiles]
|
||||||
|
startProfile="default"
|
@@ -1,23 +0,0 @@
|
|||||||
[File%20manager]
|
|
||||||
ShowAsTree=false
|
|
||||||
lastDir=/home/artix
|
|
||||||
|
|
||||||
[Plugins]
|
|
||||||
Autosave=false
|
|
||||||
Color%20Picker=false
|
|
||||||
|
|
||||||
[Symbol_browser]
|
|
||||||
ActivateOnSingleClick=false
|
|
||||||
Detail=false
|
|
||||||
Expand=false
|
|
||||||
Sort=false
|
|
||||||
|
|
||||||
[editor]
|
|
||||||
showWhitespaces=false
|
|
||||||
|
|
||||||
[main]
|
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\0\0\0\0\0 \0\0\x2\xad\0\0\x2G\0\0\0\x2\0\0\0\x37\0\0\x2\xab\0\0\x2\x45\0\0\0\0\0\0\0\0\x4\0)
|
|
||||||
isMaximized=false
|
|
||||||
lastSession=
|
|
||||||
mwState=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x3\0\0\0\0\0\0\x1\0\0\0\x1\xba\xfc\x2\0\0\0\x2\xfb\0\0\0\x12\0\x44\0o\0\x63\0u\0m\0\x65\0n\0t\0s\x1\0\0\0>\0\0\0\xc9\0\0\0v\0\xff\xff\xff\xfb\0\0\0\n\0\x46\0i\0l\0\x65\0s\x1\0\0\x1\r\0\0\0\xeb\0\0\0\x9f\0\xff\xff\xff\0\0\0\x1\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\0\0\0\x1c\0S\0y\0m\0\x62\0o\0l\0 \0\x62\0r\0o\0w\0s\0\x65\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\0Z\0\xff\xff\xff\0\0\0\x3\0\0\0\0\0\0\0\0\xfc\x1\0\0\0\x1\xfb\0\0\0\x1c\0S\0\x65\0\x61\0r\0\x63\0h\0 \0r\0\x65\0s\0u\0l\0t\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x46\0\xff\xff\xff\0\0\x1\xa4\0\0\x1\xba\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\x1\0\0\0\x2\0\0\0\x3\0\0\0\x16\0m\0\x61\0i\0n\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0$\0\x46\0i\0n\0\x64\0I\0n\0\x46\0i\0l\0\x65\0s\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\x1v\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0&\0X\0M\0L\0\x46\0o\0r\0m\0\x61\0t\0t\0\x65\0r\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\x1\xbe\xff\xff\xff\xff\0\0\0\0\0\0\0\0)
|
|
||||||
|
|
131
lxqt/skel/.config/konversationrc
Normal file
131
lxqt/skel/.config/konversationrc
Normal file
@@ -0,0 +1,131 @@
|
|||||||
|
[Aliases]
|
||||||
|
AliasList=cmd /exec cmd,sysinfo /exec sysinfo,tinyurl /exec tinyurl,uptime /exec uptime,media /exec media,audio /exec media audio,video /exec media video,gauge /exec gauge,mail /exec mail,fortune /exec fortune,bug /exec bug,sayclip /exec sayclip
|
||||||
|
|
||||||
|
[Appearance]
|
||||||
|
ChannelSplitterSizes=376,156
|
||||||
|
TopicSplitterSizes=28,585
|
||||||
|
TreeSplitterSizes=145,756
|
||||||
|
|
||||||
|
[Autoreplace List]
|
||||||
|
Direction0=o
|
||||||
|
Direction1=o
|
||||||
|
Pattern0=\\[\\[([^\\s]+)\\]\\]#
|
||||||
|
Pattern1=(BUG:|bug:)([0-9]+)#
|
||||||
|
Regex0=1
|
||||||
|
Regex1=1
|
||||||
|
Replace0=http://en.wikipedia.org/wiki/Special:Search?go=Go&search=%1#
|
||||||
|
Replace1=https://bugs.kde.org/show_bug.cgi?id=%2#
|
||||||
|
|
||||||
|
[BanList ViewSettings]
|
||||||
|
ColumnSortDescending=false
|
||||||
|
ColumnSorted=0
|
||||||
|
ColumnWidths=100,100,100
|
||||||
|
|
||||||
|
[Button List]
|
||||||
|
Button0=Op,/OP %u%n
|
||||||
|
Button1=DeOp,/DEOP %u%n
|
||||||
|
Button2=WhoIs,/WHOIS %s,%%u%n
|
||||||
|
Button3=Version,/CTCP %s,%%u VERSION%n
|
||||||
|
Button4=Kick,/KICK %u%n
|
||||||
|
Button5=Ban,/BAN %u%n
|
||||||
|
Button6=Part,/PART %c Leaving...%n
|
||||||
|
Button7=Quit,/QUIT Leaving...%n
|
||||||
|
|
||||||
|
[Channel 0]
|
||||||
|
EnableNotifications=true
|
||||||
|
Name=#artix
|
||||||
|
Password=
|
||||||
|
|
||||||
|
[ChannelOptionsDialog]
|
||||||
|
Size=724,536
|
||||||
|
SplitterSizes=230,192
|
||||||
|
|
||||||
|
[DCC Settings]
|
||||||
|
ColumnWidths=49,90,103,173,70,87,157,87,96,165
|
||||||
|
IPv4FallbackIface=0
|
||||||
|
PanelSplitter=AAAA/wAAAAEAAAACAAAAVAAAAPMB/////wEAAAACAA==
|
||||||
|
|
||||||
|
[Flags]
|
||||||
|
EncryptionType=1
|
||||||
|
|
||||||
|
[General Options]
|
||||||
|
ShowTrayIcon=true
|
||||||
|
TrayNotify=true
|
||||||
|
|
||||||
|
[Highlight List]
|
||||||
|
HighlightSoundsEnabled=true
|
||||||
|
|
||||||
|
[Identity 0]
|
||||||
|
AuthType=nickserv
|
||||||
|
AutomaticAway=false
|
||||||
|
AutomaticUnaway=false
|
||||||
|
AwayInactivity=10
|
||||||
|
AwayMessage=
|
||||||
|
AwayNick=
|
||||||
|
AwayReason=Gone away for now
|
||||||
|
Bot=nickserv
|
||||||
|
Codec=UTF-8
|
||||||
|
Ident=artix-live
|
||||||
|
InsertRememberLineOnAway=false
|
||||||
|
KickReason=User terminated!
|
||||||
|
Nicknames=artix-live
|
||||||
|
NickservCommand=identify
|
||||||
|
PartReason=Konversation terminated!
|
||||||
|
Password=
|
||||||
|
PemClientCertFile=
|
||||||
|
PreShellCommand=
|
||||||
|
QuitReason=Konversation terminated!
|
||||||
|
Realname=artix-live
|
||||||
|
ReturnMessage=
|
||||||
|
SaslAccount=
|
||||||
|
ShowAwayMessage=false
|
||||||
|
|
||||||
|
[MainWindow]
|
||||||
|
Height 768=705
|
||||||
|
State=AAAA/wAAAAD9AAAAAAAAAqcAAAKMAAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAEAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgAAAAAA/////wAAAAAAAAAA
|
||||||
|
ToolBarsMovable=Disabled
|
||||||
|
Width 1366=679
|
||||||
|
|
||||||
|
[Notification Messages]
|
||||||
|
ChannelListNoServerSelected=1
|
||||||
|
ChannelListWarning=1
|
||||||
|
ClearLogfileQuestion=1
|
||||||
|
CloseQueryAfterIgnore=1
|
||||||
|
HideMenuBarWarning=1
|
||||||
|
HideOnCloseInfo=0
|
||||||
|
IgnoreNick=1
|
||||||
|
Invitation=0
|
||||||
|
QuitChannelTab=1
|
||||||
|
QuitDCCChatTab=1
|
||||||
|
QuitQueryTab=1
|
||||||
|
QuitServerTab=1
|
||||||
|
QuitWithActiveDccTransfers=1
|
||||||
|
ReconnectWithDifferentServer=1
|
||||||
|
ReuseExistingConnection=1
|
||||||
|
SaveLogfileNote=1
|
||||||
|
UnignoreNick=1
|
||||||
|
WarnEncodingConflict=1
|
||||||
|
systemtrayquitKonversation=1
|
||||||
|
|
||||||
|
[Server 0]
|
||||||
|
BypassProxy=true
|
||||||
|
Password=
|
||||||
|
Port=7000
|
||||||
|
SSLEnabled=true
|
||||||
|
Server=chat.freenode.net
|
||||||
|
|
||||||
|
[ServerGroup 0]
|
||||||
|
AutoConnect=true
|
||||||
|
AutoJoinChannels=Channel 0
|
||||||
|
ChannelHistory=Channel 1,Channel 2,Channel 3,Channel 4,Channel 5
|
||||||
|
ConnectCommands=
|
||||||
|
EnableNotifications=true
|
||||||
|
Expanded=true
|
||||||
|
Identity=Standardidentität
|
||||||
|
Name=freenode
|
||||||
|
NotifyList=
|
||||||
|
ServerList=Server 0
|
||||||
|
|
||||||
|
[ServerListDialog]
|
||||||
|
ServerListHeaderState=\x00\x00\x00<30>\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01<30>\x00\x00\x00\x03\x00\x01\x00\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00<30><30><EFBFBD><EFBFBD><EFBFBD>\x00\x00\x00<30>\x00\x00\x00\x00\x00\x00\x00\x03\x00\x00\x00d\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00<30>\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00<30>\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x03<30>\x01\x00\x00\x00<30>
|
||||||
|
Size=533,274
|
@@ -1,9 +1,9 @@
|
|||||||
[General]
|
[General]
|
||||||
__userfile__=true
|
__userfile__=true
|
||||||
|
|
||||||
[clock]
|
[worldclock2]
|
||||||
alignment=Right
|
alignment=Right
|
||||||
type=clock
|
type=worldclock
|
||||||
|
|
||||||
[desktopswitch]
|
[desktopswitch]
|
||||||
alignment=Left
|
alignment=Left
|
||||||
@@ -39,23 +39,23 @@ desktop=0
|
|||||||
iconSize=22
|
iconSize=22
|
||||||
lineCount=1
|
lineCount=1
|
||||||
panelSize=32
|
panelSize=32
|
||||||
plugins=mainmenu, directorymenu, desktopswitch, quicklaunch, taskbar, tray, mount, panelvolume, clock, kbindicator
|
plugins=mainmenu, directorymenu, desktopswitch, quicklaunch, taskbar, tray, mount, volume2, worldclock2, kbindicator
|
||||||
position=Top
|
position=Bottom
|
||||||
width=100
|
width=100
|
||||||
width-percent=true
|
width-percent=true
|
||||||
|
|
||||||
[panelvolume]
|
[volume2]
|
||||||
alignment=Right
|
alignment=Right
|
||||||
audioEngine=Alsa
|
audioEngine=Alsa
|
||||||
mixerCommand=alsamixer
|
type=volume
|
||||||
type=panelvolume
|
|
||||||
|
|
||||||
[quicklaunch]
|
[quicklaunch]
|
||||||
alignment=Left
|
alignment=Left
|
||||||
apps\1\desktop=/usr/share/applications/pcmanfm-qt.desktop
|
apps\1\desktop=/usr/share/applications/pcmanfm-qt.desktop
|
||||||
apps\2\desktop=/usr/share/applications/qterminal.desktop
|
apps\2\desktop=/usr/share/applications/qterminal.desktop
|
||||||
apps\3\desktop=/usr/share/applications/lxqt-config.desktop
|
apps\3\desktop=/usr/share/applications/org.kde.falkon.desktop
|
||||||
apps\size=3
|
apps\4\desktop=/usr/share/applications/lxqt-config.desktop
|
||||||
|
apps\size=4
|
||||||
type=quicklaunch
|
type=quicklaunch
|
||||||
|
|
||||||
[taskbar]
|
[taskbar]
|
||||||
|
@@ -4,7 +4,7 @@ leave_confirmation=true
|
|||||||
window_manager=openbox
|
window_manager=openbox
|
||||||
|
|
||||||
[Environment]
|
[Environment]
|
||||||
BROWSER=qupzilla
|
BROWSER=falkon
|
||||||
GTK_CSD=0
|
GTK_CSD=0
|
||||||
TERM=qterminal
|
TERM=qterminal
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ ShowHidden=false
|
|||||||
ShowWmMenu=false
|
ShowWmMenu=false
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
SortOrder=ascending
|
SortOrder=ascending
|
||||||
Wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
|
Wallpaper=/usr/share/backgrounds/Artix_dna_spiral.png
|
||||||
WallpaperMode=stretch
|
WallpaperMode=stretch
|
||||||
|
|
||||||
[FolderView]
|
[FolderView]
|
||||||
|
@@ -12,7 +12,7 @@ ShowHidden=false
|
|||||||
ShowWmMenu=false
|
ShowWmMenu=false
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
SortOrder=ascending
|
SortOrder=ascending
|
||||||
Wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
|
Wallpaper=/usr/share/backgrounds/Artix_dna_spiral.png
|
||||||
WallpaperMode=center
|
WallpaperMode=center
|
||||||
|
|
||||||
[FolderView]
|
[FolderView]
|
||||||
|
20
lxqt/skel/.local/share/konversation/bookmarks.xml
Normal file
20
lxqt/skel/.local/share/konversation/bookmarks.xml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE xbel>
|
||||||
|
<xbel xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks" xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info" xmlns:kdepriv="http://www.kde.org/kdepriv" dbusName="konversation">
|
||||||
|
<bookmark href="irc://freenode/">
|
||||||
|
<title>freenode</title>
|
||||||
|
<info>
|
||||||
|
<metadata owner="http://freedesktop.org">
|
||||||
|
<bookmark:icon name=""/>
|
||||||
|
</metadata>
|
||||||
|
</info>
|
||||||
|
</bookmark>
|
||||||
|
<bookmark href="ircs://freenode/artix">
|
||||||
|
<title>#artix-unregistered (freenode)</title>
|
||||||
|
<info>
|
||||||
|
<metadata owner="http://freedesktop.org">
|
||||||
|
<bookmark:icon name=""/>
|
||||||
|
</metadata>
|
||||||
|
</info>
|
||||||
|
</bookmark>
|
||||||
|
</xbel>
|
Reference in New Issue
Block a user