Compare commits
15 Commits
Author | SHA1 | Date | |
---|---|---|---|
11e6ebdf7b | |||
21295aff82 | |||
8ea623fbeb | |||
0c45bc876b | |||
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 |
16
lxqt/skel/.config/autostart/cmst-autostart.desktop
Normal file
16
lxqt/skel/.config/autostart/cmst-autostart.desktop
Normal file
@@ -0,0 +1,16 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=Connman UI Setup
|
||||
GenericName=Network Configuration
|
||||
Comment=QT GUI frontend for connman
|
||||
Categories=Settings;System;Qt;Network;
|
||||
Icon=cmst
|
||||
Exec=cmst -w5
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
X-GNOME-Autostart-enabled=true
|
||||
Keywords=Network;Wireless;Wi-Fi;Wifi;IP;LAN;Proxy;WAN;Broadband;Bluetooth;vpn;DNS;
|
||||
|
||||
Name[de]=Netzwerk-Konfiguration
|
||||
|
48
lxqt/skel/.config/cmst/cmst.conf
Normal file
48
lxqt/skel/.config/cmst/cmst.conf
Normal file
@@ -0,0 +1,48 @@
|
||||
[CheckBoxes]
|
||||
advanced=false
|
||||
devices_off=false
|
||||
enable_daemon_notifications=false
|
||||
enable_interface_tooltips=false
|
||||
enable_systemtray_notications=true
|
||||
enable_systemtray_tooltips=false
|
||||
hide_tray_icon=false
|
||||
reset_counters=false
|
||||
retain_settings=true
|
||||
retain_state=false
|
||||
retry_failed=false
|
||||
run_on_startup=true
|
||||
services_less=false
|
||||
technologies_less=false
|
||||
|
||||
[ExternalPrograms]
|
||||
run_after_connect=
|
||||
|
||||
[IconManager]
|
||||
last_installed_icon_def_file=1ec7823d299e7b8c5703a6d75e40695b
|
||||
|
||||
[LineEdits]
|
||||
colorize_icons=
|
||||
|
||||
[MainWindow]
|
||||
current_page=5
|
||||
pos=@Point(375 62)
|
||||
size=@Size(689 697)
|
||||
splitter_01=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1\r\0\0\x1\r\x1\0\0\0\x5\x1\0\0\0\x2\0)
|
||||
|
||||
[StartOptions]
|
||||
counter_update_rate=5
|
||||
desktop_mate=false
|
||||
desktop_none=true
|
||||
desktop_xfce=false
|
||||
disable_minimized=false
|
||||
disable_tray_icon=false
|
||||
disable_vpn=false
|
||||
enable_counters=false
|
||||
fake_transparency_color=0
|
||||
icon_theme=breeze
|
||||
start_minimized=true
|
||||
use_counter_update_rate=false
|
||||
use_fake_transparency=false
|
||||
use_icon_theme=true
|
||||
use_wait_time=false
|
||||
wait_time=1
|
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)
|
||||
|
@@ -1,9 +1,9 @@
|
||||
[General]
|
||||
__userfile__=true
|
||||
|
||||
[clock]
|
||||
[worldclock2]
|
||||
alignment=Right
|
||||
type=clock
|
||||
type=worldclock
|
||||
|
||||
[desktopswitch]
|
||||
alignment=Left
|
||||
@@ -24,7 +24,7 @@ type=kbindicator
|
||||
|
||||
[mainmenu]
|
||||
alignment=Left
|
||||
icon=/usr/share/icons/artix/logo.svg
|
||||
icon=/usr/share/icons/artix/Artix_logo_square_frame.svg
|
||||
ownIcon=true
|
||||
showText=false
|
||||
type=mainmenu
|
||||
@@ -39,23 +39,23 @@ desktop=0
|
||||
iconSize=22
|
||||
lineCount=1
|
||||
panelSize=32
|
||||
plugins=mainmenu, directorymenu, desktopswitch, quicklaunch, taskbar, tray, mount, panelvolume, clock, kbindicator
|
||||
position=Top
|
||||
plugins=mainmenu, directorymenu, desktopswitch, quicklaunch, taskbar, tray, mount, volume2, worldclock2, kbindicator
|
||||
position=Bottom
|
||||
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,8 +12,8 @@ ShowHidden=false
|
||||
ShowWmMenu=false
|
||||
SortColumn=name
|
||||
SortOrder=ascending
|
||||
Wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
|
||||
WallpaperMode=stretch
|
||||
Wallpaper=/usr/share/backgrounds/GradientGlowBlue.jpg
|
||||
WallpaperMode=zoom
|
||||
|
||||
[FolderView]
|
||||
BigIconSize=48
|
||||
|
@@ -12,8 +12,8 @@ ShowHidden=false
|
||||
ShowWmMenu=false
|
||||
SortColumn=name
|
||||
SortOrder=ascending
|
||||
Wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
|
||||
WallpaperMode=center
|
||||
Wallpaper=/usr/share/backgrounds/GradientGlowBlue.jpg
|
||||
WallpaperMode=zoom
|
||||
|
||||
[FolderView]
|
||||
BigIconSize=48
|
||||
|
@@ -18,7 +18,7 @@ emulation=linux
|
||||
font=@Variant(\0\0\0@\0\0\0 \0\x44\0\x65\0j\0\x61\0V\0u\0 \0S\0\x61\0n\0s\0 \0M\0o\0n\0o@(\0\0\0\0\0\0\xff\xff\xff\xff\x2\x1\0\x32\x10)
|
||||
guiStyle=
|
||||
highlightCurrentTerminal=true
|
||||
termOpacity=80
|
||||
termOpacity=90
|
||||
version=0.4.0
|
||||
|
||||
[DropMode]
|
||||
@@ -29,7 +29,7 @@ ShowOnStart=true
|
||||
Width=70
|
||||
|
||||
[MainWindow]
|
||||
appOpacity=80
|
||||
appOpacity=90
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x1\0\0\0\0\0\0\0\0\0\x8d\0\0\x3\xa1\0\0\x2\xf9\0\0\0\x4\0\0\0\xa7\0\0\x3\x9d\0\0\x2\xf5\0\0\0\0\0\0)
|
||||
state=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\xff\xff\xff\xff\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x8b\0\xff\xff\xff\0\0\x3\x9a\0\0\x2\x37\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)
|
||||
|
||||
|
Reference in New Issue
Block a user