Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
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
lxqt/skel/.config/hexchat/addon_checksum.conf
Normal file
1
lxqt/skel/.config/hexchat/addon_checksum.conf
Normal file
@@ -0,0 +1 @@
|
||||
limit = 256
|
42
lxqt/skel/.config/hexchat/colors.conf
Normal file
42
lxqt/skel/.config/hexchat/colors.conf
Normal file
@@ -0,0 +1,42 @@
|
||||
color_0 = d3d3 d7d7 cfcf
|
||||
color_1 = 2e2e 3434 3636
|
||||
color_2 = 3434 6565 a4a4
|
||||
color_3 = 4e4e 9a9a 0606
|
||||
color_4 = cccc 0000 0000
|
||||
color_5 = 8f8f 3939 0202
|
||||
color_6 = 5c5c 3535 6666
|
||||
color_7 = cece 5c5c 0000
|
||||
color_8 = c4c4 a0a0 0000
|
||||
color_9 = 7373 d2d2 1616
|
||||
color_10 = 1111 a8a8 7979
|
||||
color_11 = 5858 a1a1 9d9d
|
||||
color_12 = 5757 7979 9e9e
|
||||
color_13 = a0d0 42d4 6562
|
||||
color_14 = 5555 5757 5353
|
||||
color_15 = 8888 8a8a 8585
|
||||
color_16 = d3d3 d7d7 cfcf
|
||||
color_17 = 2e2e 3434 3636
|
||||
color_18 = 3434 6565 a4a4
|
||||
color_19 = 4e4e 9a9a 0606
|
||||
color_20 = cccc 0000 0000
|
||||
color_21 = 8f8f 3939 0202
|
||||
color_22 = 5c5c 3535 6666
|
||||
color_23 = cece 5c5c 0000
|
||||
color_24 = c4c4 a0a0 0000
|
||||
color_25 = 7373 d2d2 1616
|
||||
color_26 = 1111 a8a8 7979
|
||||
color_27 = 5858 a1a1 9d9d
|
||||
color_28 = 5757 7979 9e9e
|
||||
color_29 = a0d0 42d4 6562
|
||||
color_30 = 294a 2ba9 26eb
|
||||
color_31 = 4029 4029 4029
|
||||
color_256 = d3d3 d7d7 cfcf
|
||||
color_257 = 2020 4a4a 8787
|
||||
color_258 = dae6 dae6 dae6
|
||||
color_259 = 0000 0000 0000
|
||||
color_260 = 8f8f 3939 0202
|
||||
color_261 = 3434 6565 a4a4
|
||||
color_262 = 4e4e 9a9a 0606
|
||||
color_263 = cece 5c5c 0000
|
||||
color_264 = 8888 8a8a 8585
|
||||
color_265 = a4a4 0000 0000
|
210
lxqt/skel/.config/hexchat/hexchat.conf
Normal file
210
lxqt/skel/.config/hexchat/hexchat.conf
Normal file
@@ -0,0 +1,210 @@
|
||||
version = 2.14.1
|
||||
away_auto_unmark = 0
|
||||
away_omit_alerts = 0
|
||||
away_reason = I'm busy
|
||||
away_show_once = 1
|
||||
away_size_max = 300
|
||||
away_timeout = 60
|
||||
away_track = 1
|
||||
completion_amount = 5
|
||||
completion_auto = 0
|
||||
completion_sort = 1
|
||||
completion_suffix = :
|
||||
dcc_auto_chat = 0
|
||||
dcc_auto_recv = 1
|
||||
dcc_auto_resume = 1
|
||||
dcc_blocksize = 1024
|
||||
dcc_completed_dir =
|
||||
dcc_fast_send = 1
|
||||
dcc_global_max_get_cps = 0
|
||||
dcc_global_max_send_cps = 0
|
||||
dcc_ip =
|
||||
dcc_ip_from_server = 0
|
||||
dcc_max_get_cps = 0
|
||||
dcc_max_send_cps = 0
|
||||
dcc_permissions = 384
|
||||
dcc_port_first = 0
|
||||
dcc_port_last = 0
|
||||
dcc_remove = 0
|
||||
dcc_save_nick = 0
|
||||
dcc_send_fillspaces = 0
|
||||
dcc_stall_timeout = 60
|
||||
dcc_timeout = 180
|
||||
flood_ctcp_num = 5
|
||||
flood_ctcp_time = 30
|
||||
flood_msg_num = 5
|
||||
flood_msg_time = 30
|
||||
gui_autoopen_chat = 1
|
||||
gui_autoopen_dialog = 1
|
||||
gui_autoopen_recv = 1
|
||||
gui_autoopen_send = 1
|
||||
gui_chanlist_maxusers = 9999
|
||||
gui_chanlist_minusers = 5
|
||||
gui_compact = 0
|
||||
gui_dialog_height = 256
|
||||
gui_dialog_left = 0
|
||||
gui_dialog_top = 0
|
||||
gui_dialog_width = 500
|
||||
gui_filesize_iec = 0
|
||||
gui_focus_omitalerts = 0
|
||||
gui_hide_menu = 0
|
||||
gui_input_attr = 1
|
||||
gui_input_icon = 1
|
||||
gui_input_nick = 1
|
||||
gui_input_spell = 1
|
||||
gui_input_style = 1
|
||||
gui_join_dialog = 1
|
||||
gui_lagometer = 2
|
||||
gui_lang = 15
|
||||
gui_mode_buttons = 0
|
||||
gui_pane_divider_position = 0
|
||||
gui_pane_left_size = 128
|
||||
gui_pane_right_size = 100
|
||||
gui_pane_right_size_min = 80
|
||||
gui_quit_dialog = 1
|
||||
gui_search_pos = 0
|
||||
gui_slist_fav = 0
|
||||
gui_slist_select = 0
|
||||
gui_slist_skip = 1
|
||||
gui_tab_chans = 1
|
||||
gui_tab_dialogs = 1
|
||||
gui_tab_dots = 0
|
||||
gui_tab_icons = 1
|
||||
gui_tab_layout = 0
|
||||
gui_tab_middleclose = 1
|
||||
gui_tab_newtofront = 2
|
||||
gui_tab_pos = 6
|
||||
gui_tab_scrollchans = 0
|
||||
gui_tab_server = 1
|
||||
gui_tab_small = 0
|
||||
gui_tab_sort = 1
|
||||
gui_tab_trunc = 20
|
||||
gui_tab_utils = 0
|
||||
gui_throttlemeter = 2
|
||||
gui_topicbar = 1
|
||||
gui_transparency = 255
|
||||
gui_tray = 1
|
||||
gui_tray_away = 0
|
||||
gui_tray_blink = 1
|
||||
gui_tray_close = 0
|
||||
gui_tray_minimize = 0
|
||||
gui_tray_quiet = 0
|
||||
gui_ulist_buttons = 0
|
||||
gui_ulist_color = 1
|
||||
gui_ulist_count = 1
|
||||
gui_ulist_doubleclick = QUERY %s
|
||||
gui_ulist_hide = 0
|
||||
gui_ulist_icons = 1
|
||||
gui_ulist_pos = 3
|
||||
gui_ulist_show_hosts = 0
|
||||
gui_ulist_sort = 0
|
||||
gui_ulist_style = 1
|
||||
gui_url_mod = 0
|
||||
gui_usermenu = 0
|
||||
gui_win_height = 728
|
||||
gui_win_fullscreen = 0
|
||||
gui_win_left = 282
|
||||
gui_win_modes = 1
|
||||
gui_win_save = 1
|
||||
gui_win_state = 0
|
||||
gui_win_swap = 0
|
||||
gui_win_top = 122
|
||||
gui_win_ucount = 1
|
||||
gui_win_width = 1103
|
||||
identd_server = 0
|
||||
identd_port = 0
|
||||
input_balloon_chans = 0
|
||||
input_balloon_hilight = 0
|
||||
input_balloon_priv = 0
|
||||
input_beep_chans = 0
|
||||
input_beep_hilight = 0
|
||||
input_beep_priv = 0
|
||||
input_command_char = /
|
||||
input_filter_beep = 1
|
||||
input_flash_chans = 0
|
||||
input_flash_hilight = 1
|
||||
input_flash_priv = 1
|
||||
input_perc_ascii = 0
|
||||
input_perc_color = 0
|
||||
input_tray_chans = 0
|
||||
input_tray_hilight = 1
|
||||
input_tray_priv = 1
|
||||
irc_auto_rejoin = 0
|
||||
irc_reconnect_rejoin = 1
|
||||
irc_ban_type = 1
|
||||
irc_cap_server_time = 1
|
||||
irc_conf_mode = 0
|
||||
irc_extra_hilight =
|
||||
irc_hide_nickchange = 0
|
||||
irc_hide_version = 0
|
||||
irc_hidehost = 0
|
||||
irc_id_ntext =
|
||||
irc_id_ytext =
|
||||
irc_invisible = 0
|
||||
irc_join_delay = 5
|
||||
irc_logging = 1
|
||||
irc_logmask = %n/%c.log
|
||||
irc_nick1 = artix_live_1
|
||||
irc_nick2 = artix_live_2
|
||||
irc_nick3 = artix_live_3
|
||||
irc_nick_hilight =
|
||||
irc_no_hilight = NickServ,ChanServ,InfoServ,N,Q
|
||||
irc_notice_pos = 0
|
||||
irc_part_reason = Leaving
|
||||
irc_quit_reason = Leaving
|
||||
irc_raw_modes = 0
|
||||
irc_real_name = realname
|
||||
irc_servernotice = 0
|
||||
irc_skip_motd = 0
|
||||
irc_user_name = loouom
|
||||
irc_wallops = 0
|
||||
irc_who_join = 1
|
||||
irc_whois_front = 1
|
||||
net_auto_reconnect = 1
|
||||
net_auto_reconnectonfail = 0
|
||||
net_bind_host =
|
||||
net_ping_timeout = 60
|
||||
net_proxy_auth = 0
|
||||
net_proxy_host =
|
||||
net_proxy_pass =
|
||||
net_proxy_port = 0
|
||||
net_proxy_type = 0
|
||||
net_proxy_use = 0
|
||||
net_proxy_user =
|
||||
net_reconnect_delay = 10
|
||||
net_throttle = 1
|
||||
notify_timeout = 15
|
||||
notify_whois_online = 0
|
||||
perl_warnings = 0
|
||||
stamp_log = 1
|
||||
stamp_log_format = %b %d %H:%M:%S
|
||||
stamp_text = 1
|
||||
stamp_text_format = [%H:%M:%S]
|
||||
text_autocopy_color = 0
|
||||
text_autocopy_stamp = 0
|
||||
text_autocopy_text = 1
|
||||
text_background =
|
||||
text_color_nicks = 1
|
||||
text_font = Monospace 10
|
||||
text_font_main = Monospace 9
|
||||
text_font_alternative = Arial Unicode MS,Segoe UI Emoji,Lucida Sans Unicode,Meiryo,Symbola,Unifont
|
||||
text_indent = 1
|
||||
text_max_indent = 256
|
||||
text_max_lines = 5000
|
||||
text_replay = 1
|
||||
text_search_case_match = 0
|
||||
text_search_highlight_all = 0
|
||||
text_search_follow = 1
|
||||
text_search_regexp = 0
|
||||
text_show_marker = 1
|
||||
text_show_sep = 1
|
||||
text_spell_langs = en_US
|
||||
text_stripcolor_msg = 0
|
||||
text_stripcolor_replay = 1
|
||||
text_stripcolor_topic = 1
|
||||
text_thin_sep = 1
|
||||
text_transparent = 0
|
||||
text_wordwrap = 1
|
||||
url_grabber = 1
|
||||
url_grabber_limit = 100
|
||||
url_logging = 0
|
12
lxqt/skel/.config/hexchat/servlist.conf
Normal file
12
lxqt/skel/.config/hexchat/servlist.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
v=2.14.1
|
||||
|
||||
N=freenode
|
||||
L=6
|
||||
E=UTF-8 (Unicode)
|
||||
F=63
|
||||
D=1
|
||||
S=chat.freenode.net
|
||||
S=irc.freenode.net
|
||||
J=#artix
|
||||
J=#artix-unregistered
|
||||
|
@@ -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]
|
||||
__userfile__=true
|
||||
|
||||
[clock]
|
||||
[worldclock2]
|
||||
alignment=Right
|
||||
type=clock
|
||||
type=worldclock
|
||||
|
||||
[desktopswitch]
|
||||
alignment=Left
|
||||
@@ -39,23 +39,23 @@ desktop=0
|
||||
iconSize=22
|
||||
lineCount=1
|
||||
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
|
||||
width=100
|
||||
width-percent=true
|
||||
|
||||
[panelvolume]
|
||||
[volume2]
|
||||
alignment=Right
|
||||
audioEngine=Alsa
|
||||
mixerCommand=alsamixer
|
||||
type=panelvolume
|
||||
type=volume
|
||||
|
||||
[quicklaunch]
|
||||
alignment=Left
|
||||
apps\1\desktop=/usr/share/applications/pcmanfm-qt.desktop
|
||||
apps\2\desktop=/usr/share/applications/qterminal.desktop
|
||||
apps\3\desktop=/usr/share/applications/lxqt-config.desktop
|
||||
apps\size=3
|
||||
apps\3\desktop=/usr/share/applications/org.kde.falkon.desktop
|
||||
apps\4\desktop=/usr/share/applications/lxqt-config.desktop
|
||||
apps\size=4
|
||||
type=quicklaunch
|
||||
|
||||
[taskbar]
|
||||
|
@@ -4,7 +4,7 @@ leave_confirmation=true
|
||||
window_manager=openbox
|
||||
|
||||
[Environment]
|
||||
BROWSER=qupzilla
|
||||
BROWSER=falkon
|
||||
GTK_CSD=0
|
||||
TERM=qterminal
|
||||
|
||||
|
@@ -12,7 +12,7 @@ ShowHidden=false
|
||||
ShowWmMenu=false
|
||||
SortColumn=name
|
||||
SortOrder=ascending
|
||||
Wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
|
||||
Wallpaper=/usr/share/backgrounds/Artix_dna_spiral.png
|
||||
WallpaperMode=stretch
|
||||
|
||||
[FolderView]
|
||||
|
@@ -12,7 +12,7 @@ ShowHidden=false
|
||||
ShowWmMenu=false
|
||||
SortColumn=name
|
||||
SortOrder=ascending
|
||||
Wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
|
||||
Wallpaper=/usr/share/backgrounds/Artix_dna_spiral.png
|
||||
WallpaperMode=center
|
||||
|
||||
[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 (freenode)</title>
|
||||
<info>
|
||||
<metadata owner="http://freedesktop.org">
|
||||
<bookmark:icon name=""/>
|
||||
</metadata>
|
||||
</info>
|
||||
</bookmark>
|
||||
</xbel>
|
Reference in New Issue
Block a user