20 Commits
0.4.2 ... 0.6.1

Author SHA1 Message Date
udeved
065f714c38 Makefile start 0.6 2018-01-05 16:47:12 +01:00
udeved
4f422b66b7 update wallpaper 2018-01-05 11:00:49 +01:00
Oscar Campos
b1383d2fe9 update Artix background 2017-11-09 15:00:05 +00:00
udeved
657af244fa update lxqt 2017-10-02 00:29:43 +02:00
udeved
2e645cb751 Makefile: rel 0.5 2017-10-01 21:14:54 +02:00
ShinyRice
f27c2ebcf5 Updated background 2017-09-17 19:54:10 +02:00
ShinyRice
00048369ce Delete artix_i3.png 2017-09-14 17:06:03 +02:00
Shiny Rice
162e2be872 Updated i3 wallpaper to include new logo and design 2017-09-14 17:04:33 +02:00
Shiny Rice
3c9dcb58e8 Updated i3 wallpaper to include new logo and design 2017-09-14 17:01:22 +02:00
ShinyRice
f5cdde39e5 Add files via upload 2017-09-12 20:15:24 +02:00
ShinyRice
6f568326f5 Delete logo_text.svg 2017-09-12 20:15:04 +02:00
ShinyRice
3f7caa2d76 Delete logo_text.png 2017-09-12 20:14:53 +02:00
ShinyRice
19894ec8c5 Delete flower_of_life_8_and_36_arcs.svg 2017-09-12 19:35:57 +02:00
ShinyRice
6cf4143d12 Updated logo 2017-09-12 19:33:15 +02:00
ShinyRice
124c8cc837 Delete logo.png 2017-09-12 19:32:48 +02:00
ShinyRice
358e5f6e1b Updated logo 2017-09-12 19:29:31 +02:00
ShinyRice
87340a8298 Updated logo 2017-09-12 19:28:22 +02:00
artoo
c4e31c360e Merge pull request #5 from krayon/speling
Correct some spelling in i3 config
2017-09-05 20:16:49 +02:00
Krayon
1f4293a16f Correct some spelling in i3 config 2017-08-26 01:12:32 +10:00
udeved
3c5a4789e4 add plasma 2017-08-15 15:59:05 +02:00
23 changed files with 1264 additions and 4707 deletions

View File

@@ -1,4 +1,4 @@
Version=0.4
Version=0.6
PREFIX = /usr/local
SYSCONFDIR = /etc
@@ -8,7 +8,8 @@ ICONS = \
$(wildcard icons/*.png)
BACKGROUNDS = \
$(wildcard backgrounds/*.jpg)
$(wildcard backgrounds/*.jpg) \
$(wildcard backgrounds/*.png)
install_icons:
install -dm0755 $(DESTDIR)$(PREFIX)/share/icons/artix

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 KiB

After

Width:  |  Height:  |  Size: 259 KiB

View File

@@ -1,7 +1,7 @@
# i3 config file
# for a complete reference please refer to http://i3wm.org/docs/userguide.html
# font settins will be used for window tiles and bars
# font settings will be used for window tiles and bars
font xft:Noto Sans 10
# mod key (Mod1=<Alt>, Mod4=<Super>)
@@ -11,7 +11,7 @@ set $mod Mod4
floating_modifier $mod
# border style <normal|1pixel|pixel xx|none|pixel>
# note that new_float applies only to windows wich are strating
# note that new_float applies only to windows which are starting
# out as floating windows but not to windows that are floated later on
new_window 1pixel
new_float normal
@@ -45,13 +45,13 @@ set $base12 #474747
# focus the last urgent window
bindsym $mod+u [urgent=latest] focus
# come back and forth from two alst used windows using Alt+Tab
# switch back and forth from two last used windows using Alt+Tab
bindsym Mod1+Tab workspace back_and_forth
# start a terminal
bindsym $mod+Return exec i3-sensible-terminal
# lock i3 with i3lock
# lock i3 with i3lock-wrapper
bindsym $mod+x exec i3lock-wrapper
# kill focused window
@@ -59,12 +59,12 @@ bindsym $mod+Shift+q kill
# start file manager
bindsym $mod+n exec ranger
# uncomment (and comment line avobe) if you preffer pcmanfm file manager
# uncomment (and comment line above) if you prefer pcmanfm file manager
#bindsym $mod+n exec pcmanfm
# start dmenu-launcher
bindsym $mod+d exec j4-dmenu-desktop
# uncomment (and comment line ebove) if you use KDE/Plama applications
# uncomment (and comment line above) if you use KDE/Plama applications
#bindsym $mod+d exec QT_QPA_PLATFORMTHEME="kde" j4-dmenu-desktop
# show an OSD calendar
@@ -139,7 +139,7 @@ bindsym $mod+Ctrl+Right workspace next
bindsym $mod+Ctrl+Left workspace prev
# name the workspaces
# to display fancy names or symbols you can use a font likr awesome and
# to display fancy names or symbols you can use a font like awesome and
# use something like the following example:
# set $workspace1 "1: "
# set $workspace2 "2: "
@@ -258,7 +258,7 @@ bindsym XF86AudioLowerVolume exec "amixer -q -D default sset Master 5%- && pkill
# mute sound
bindsym XF86AudioMute exec "amixer -q -D default sset Master toggle && pkill -RTMIN+1 i3blocks && .config/i3/mute | osd_cat -p middle -d 1 -A center -l 1 -c green -f '-*-*-medium-*-*-*-20-*-*-*-*-*-*-*'"
# sreen brightness controls
# screen brightness controls
bindsym XF86MonBrightnessUp exec xbacklight -inc 10 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 10 # decrease screen brightness
@@ -274,7 +274,7 @@ focus_follows_mouse no
#mouse_warping none
# set random background on desktop
exec_always --no-startup-id feh --bg-fill "$(find $HOME/.wallpaper/|shuf -n1)"
exec_always --no-startup-id feh --bg-fill "$(find /usr/share/backgrounds/|shuf -n1)"
# printscreen
bindsym Print exec scrot -q 95 '%Y-%m-%d-%s_$wx$h_scrot.png' -e 'mv $f ~/Pictures/'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -1,410 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
version="1.0"
width="210mm"
height="297mm"
id="c:\circles_1.svg"
inkscape:version="0.92.1 r"
sodipodi:docname="flower_of_life_8_and_36_arcs.svg">
<metadata
id="metadata4159">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs4157" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2558"
inkscape:window-height="1400"
id="namedview4155"
showgrid="false"
inkscape:zoom="0.54942197"
inkscape:cx="661.7319"
inkscape:cy="1064.4209"
inkscape:window-x="0"
inkscape:window-y="39"
inkscape:window-maximized="0"
inkscape:current-layer="c:\circles_1.svg"
units="mm" />
<!-- X Coordinate transform: fx(x)=(x+2.2725)*220.022-->
<!-- Y Coordinate transform: fy(y)=(2.2725-y)*220.022 -->
<g
style="fill:#ffffff;fill-opacity:0;stroke:#00ffff;stroke-width:8;stroke-opacity:1"
id="g4139"
transform="matrix(-7.6682589e-4,-0.35005551,0.35005551,-7.6682589e-4,43.090199,905.51835)">
<circle
cx="415.98828"
cy="736.5813"
r="234.69014"
id="circle4141"
style="stroke:#00ffff;stroke-width:8.53333378;stroke-opacity:1" />
<circle
cx="650.67841"
cy="736.5813"
r="234.69014"
id="circle4143"
style="stroke:#00ffff;stroke-width:8.53333378;stroke-opacity:1" />
<circle
cx="298.64319"
cy="533.33331"
r="234.69014"
id="circle4145"
style="stroke:#00ffff;stroke-width:8.53333378;stroke-opacity:1" />
<circle
cx="533.33331"
cy="533.33331"
r="234.69014"
id="circle4147"
style="stroke:#00ffff;stroke-width:8.53333378;stroke-opacity:1" />
<circle
cx="768.02344"
cy="533.33331"
r="234.69014"
id="circle4149"
style="stroke:#00ffff;stroke-width:8.53333378;stroke-opacity:1" />
<circle
cx="415.98828"
cy="330.08533"
r="234.69014"
id="circle4151"
style="stroke:#00ffff;stroke-width:8.53333378;stroke-opacity:1" />
<circle
cx="650.67841"
cy="330.08533"
r="234.69014"
id="circle4153"
style="stroke:#00ffff;stroke-width:8.53333378;stroke-opacity:1" />
</g>
<g
id="g5261"
transform="matrix(0.29833054,0,0,0.29833054,592.2858,80.330581)">
<circle
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
r="537.96753"
cy="571.60083"
cx="-1179.4214"
id="circlebase" />
<circle
id="FlowerCenter"
cx="-1179.4214"
cy="571.60083"
r="179.32251"
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
r="179.32251"
cy="392.27832"
cx="-1179.4214"
id="circle01000" />
<circle
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
r="179.32251"
cy="481.93961"
cx="-1024.1235"
id="circle01060" />
<circle
id="circle01120"
cx="-1024.1235"
cy="661.26208"
r="179.32251"
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
id="circle01180"
cx="-1179.4214"
cy="750.92334"
r="179.32251"
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
r="179.32251"
cy="661.26208"
cx="-1334.7192"
id="circle01240" />
<circle
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
r="179.32251"
cy="481.93961"
cx="-1334.7192"
id="circle01300" />
<circle
id="circle02030"
cx="-1024.1235"
cy="302.61707"
r="179.32251"
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
r="179.32251"
cy="571.60083"
cx="-868.82562"
id="circle02090" />
<circle
id="circle02150"
cx="-1024.1235"
cy="840.58459"
r="179.32251"
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
r="179.32251"
cy="840.58459"
cx="-1334.7192"
id="circle02210" />
<circle
id="circle02270"
cx="-1490.0171"
cy="571.60083"
r="179.32251"
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
r="179.32251"
cy="302.61707"
cx="-1334.7192"
id="circle02300" />
<circle
id="circle03000"
cx="-1179.4214"
cy="212.95583"
r="179.32251"
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
r="179.32251"
cy="392.27832"
cx="-868.82562"
id="circle03060" />
<circle
id="circle03120"
cx="-868.82562"
cy="750.92334"
r="179.32251"
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
r="179.32251"
cy="930.24585"
cx="-1179.4214"
id="circle03180" />
<circle
id="circle03240"
cx="-1490.0171"
cy="750.92334"
r="179.32251"
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
r="179.32251"
cy="392.27832"
cx="-1490.0171"
id="circle03300" />
<path
inkscape:connector-curvature="0"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate"
id="path4481"
d="m -1179.4214,33.633262 a 179.32251,179.32251 0 0 1 -155.2978,89.661258" />
<path
inkscape:connector-curvature="0"
d="M -1023.7586,123.29416 A 179.32251,179.32251 0 0 1 -1179.819,32.940898"
id="path4483"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -868.985,212.95575 a 179.32251,179.32251 0 0 1 -155.0706,-89.54373"
id="path4994"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="M -713.52775,302.61712 A 179.32251,179.32251 0 0 1 -868.8256,212.95586"
id="path4996"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -713.5278,481.93959 a 179.32251,179.32251 0 0 1 0,-179.32251"
id="path4998"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -713.5278,661.26211 a 179.32251,179.32251 0 0 1 0,-179.32251"
id="path5000"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -713.5278,840.58462 a 179.32251,179.32251 0 0 1 0,-179.32251"
id="path5002"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -868.8256,930.24588 a 179.32251,179.32251 0 0 1 155.29785,-89.66126"
id="path5004"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1024.1235,1019.9071 a 179.32251,179.32251 0 0 1 155.29785,-89.66122"
id="path5006"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1179.4213,1109.5684 a 179.32251,179.32251 0 0 1 155.2979,-89.6613"
id="path5008"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1334.7192,1019.9071 a 179.32251,179.32251 0 0 1 155.2978,89.6613"
id="path5010"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1490.0171,930.24588 a 179.32251,179.32251 0 0 1 155.2979,89.66122"
id="path5012"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1645.315,840.58462 a 179.32251,179.32251 0 0 1 155.2979,89.66126"
id="path5014"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1645.3149,481.9396 a 179.32251,179.32251 0 0 1 0,179.32251"
id="path5016"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1645.3149,661.26211 a 179.32251,179.32251 0 0 1 0,179.32251"
id="path5018"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1645.3149,302.61708 a 179.32251,179.32251 0 0 1 0,179.32251"
id="path5020"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1490.0171,212.95586 a 179.32251,179.32251 0 0 1 -155.2979,89.66126"
id="path5022"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1334.7192,123.29456 a 179.32251,179.32251 0 0 1 -155.2979,89.66126"
id="path5024"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate"
id="path5026"
d="M -1179.4214,33.633348 A 179.32251,179.32251 0 1 1 -1490.0171,212.95586" />
<path
inkscape:connector-curvature="0"
d="m -1024.1235,123.29456 a 179.32251,179.32251 0 0 1 -310.5957,0"
id="path5028"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="M -713.52775,481.93959 A 179.32251,179.32251 0 0 1 -868.8256,212.95582"
id="path5030"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="M -868.8256,930.24588 A 179.32251,179.32251 0 0 1 -713.52775,661.26211"
id="path5032"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1334.7192,1019.9071 a 179.32251,179.32251 0 0 1 310.5957,0"
id="path5034"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1645.315,661.26211 a 179.32251,179.32251 0 0 1 155.2979,268.98377"
id="path5036"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="M -1490.0171,212.95582 A 179.32251,179.32251 0 0 1 -1645.315,481.93959"
id="path5038"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="M -868.8256,212.95586 A 179.32251,179.32251 0 0 1 -1179.4213,33.633348"
id="path5040"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="M -713.5278,302.61706 A 179.32251,179.32251 0 0 1 -1024.1235,123.29455"
id="path5042"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -713.52775,661.26211 a 179.32251,179.32251 0 1 1 0,-358.64503"
id="path5044"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -713.52775,840.58462 a 179.32251,179.32251 0 1 1 0,-358.64503"
id="path5046"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="M -1024.1235,1019.9071 A 179.32251,179.32251 0 0 1 -713.5278,840.58463"
id="path5048"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="M -1179.4213,1109.5684 A 179.32251,179.32251 0 0 1 -868.8256,930.24588"
id="path5050"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1490.0171,930.24588 a 179.32251,179.32251 0 1 1 310.5957,179.32252"
id="path5052"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1645.3149,840.58463 a 179.32251,179.32251 0 1 1 310.5957,179.32247"
id="path5054"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1645.315,481.93959 a 179.32251,179.32251 0 0 1 0,358.64503"
id="path5056"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1645.315,302.61708 a 179.32251,179.32251 0 0 1 0,358.64503"
id="path5058"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m -1334.7192,123.29455 a 179.32251,179.32251 0 1 1 -310.5957,179.32251"
id="path5060"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
<circle
id="circle4990"
cx="-1179.4214"
cy="571.60083"
r="566.1875"
style="fill:none;stroke:#00ffff;stroke-width:3.77458334;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 106 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 106 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,7 +1,7 @@
[General]
__userfile__=true
icon_theme=breeze
theme=frost
theme=kde-plasma
[Mouse]
cursor_theme=Breeze

View File

@@ -24,7 +24,9 @@ type=kbindicator
[mainmenu]
alignment=Left
showText=true
icon=/usr/share/icons/artix/logo.svg
ownIcon=true
showText=false
type=mainmenu
[mount]

View File

@@ -49,7 +49,7 @@
</placement>
<theme>
<name>Onyx</name>
<name>Mikachu</name>
<titleLayout>NLIMC</titleLayout>
<!--
available characters are NDSLIMC, each can occur at most once.

View File

@@ -11,8 +11,8 @@ ShadowColor=#000000
ShowHidden=false
ShowWmMenu=false
SortColumn=name
SortOrder=descending
Wallpaper=/usr/share/backgrounds/artix.jpg
SortOrder=ascending
Wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
WallpaperMode=stretch
[FolderView]
@@ -22,7 +22,7 @@ ShowHidden=false
SidePaneIconSize=24
SmallIconSize=24
SortColumn=name
SortOrder=descending
SortOrder=ascending
ThumbnailIconSize=128
[System]

View File

@@ -11,8 +11,8 @@ ShadowColor=#000000
ShowHidden=false
ShowWmMenu=false
SortColumn=name
SortOrder=descending
Wallpaper=/usr/share/backgrounds/artix.jpg
SortOrder=ascending
Wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
WallpaperMode=center
[FolderView]
@@ -22,7 +22,7 @@ ShowHidden=false
SidePaneIconSize=24
SmallIconSize=24
SortColumn=name
SortOrder=descending
SortOrder=ascending
ThumbnailIconSize=128
[System]

View File

@@ -0,0 +1,5 @@
[Common]
ShadowStrength=89
[Windeco]
ButtonSize=ButtonSmall

View File

@@ -0,0 +1,27 @@
[CompactMode]
FontWeight=50
[DetailsMode]
FontWeight=50
IconSize=32
[General]
GlobalViewProps=true
ShowFullPath=true
Version=200
ViewPropsTimestamp=2016,4,8,20,41,26
[IconsMode]
FontWeight=50
[MainWindow]
ToolBarsMovable=Disabled
[Open-with settings]
CompletionMode=5
[PreviewSettings]
Plugins=imagethumbnail,jpegthumbnail,directorythumbnail,svgthumbnail
[Search]
ShowFacetsWidget=true

View File

@@ -0,0 +1,78 @@
[Document]
Allow End of Line Detection=true
BOM=false
Backup Flags=0
Backup Prefix=
Backup Suffix=~
Encoding=UTF-8
End of Line=0
Indent On Backspace=true
Indent On Tab=true
Indent On Text Paste=false
Indentation Mode=normal
Indentation Width=4
Keep Extra Spaces=false
Line Length Limit=4096
Newline at End of File=true
On-The-Fly Spellcheck=false
Overwrite Mode=false
PageUp/PageDown Moves Cursor=false
Remove Spaces=2
ReplaceTabsDyn=true
Show Spaces=false
Show Tabs=true
Smart Home=true
Swap Directory=
Swap File Mode=1
Swap Sync Interval=15
Tab Handling=2
Tab Width=4
Word Wrap=false
Word Wrap Column=80
[Editor]
Encoding Prober Type=1
Fallback Encoding=ISO-8859-15
[Renderer]
Animate Bracket Matching=false
Schema=Normal
Show Indentation Lines=true
Show Whole Bracket Expression=true
Word Wrap Marker=false
[View]
Allow Mark Menu=true
Auto Brackets=false
Auto Center Lines=0
Auto Completion=true
Bookmark Menu Sorting=0
Default Mark Type=1
Dynamic Word Wrap=true
Dynamic Word Wrap Align Indent=80
Dynamic Word Wrap Indicators=1
Fold First Line=false
Folding Bar=true
Folding Preview=true
Icon Bar=false
Input Mode=0
Keyword Completion=true
Line Modification=true
Line Numbers=true
Maximum Search History Size=100
Persistent Selection=false
Scroll Bar Marks=false
Scroll Bar Mini Map All=false
Scroll Bar Mini Map Width=60
Scroll Bar MiniMap=true
Scroll Bar Preview=true
Scroll Past End=false
Search/Replace Flags=1037
Show Scrollbars=0
Show Word Count=false
Smart Copy Cut=false
Vi Input Mode Steal Keys=false
Vi Relative Line Numbers=false
Word Completion=true
Word Completion Minimal Word Length=3
Word Completion Remove Tail=true

View File

@@ -0,0 +1,34 @@
[Desktop Entry]
DefaultProfile=Profil 1.profile
[Favorite Profiles]
Favorites=
[General]
Config Revision=10
Days Meta Infos=30
Last Session=
Modified Notification=false
Recent File List Entry Count=10
Restore Window Configuration=true
Save Meta Infos=true
Show Full Path in Title=false
Show Menu Bar=true
Show Status Bar=true
Show Tab Bar=true
Startup Session=manual
[Konsole]
AutoSyncronize=true
SetEditor=false
[MainWindow]
ToolBarsMovable=Disabled
[filetree]
editShade=179,218,246
listMode=false
shadingEnabled=true
showFullPathOnRoots=false
sortRole=0
viewShade=193,208,209

View File

@@ -0,0 +1,12 @@
[Desktop Entry]
DefaultProfile=Profil 1.profile
[Favorite Profiles]
Favorites=shell.profile
[MainWindow]
ToolBarsMovable=Disabled
[TabBar]
TabBarPosition=Top
TabBarVisibility=ShowTabBarWhenNeeded

View File

@@ -0,0 +1,4 @@
[General Options]
ShowMenuBar=true
ShowPath=false
ShowStatusBar=true

View File

@@ -0,0 +1,154 @@
[ActionPlugins][0]
MidButton;NoModifier=org.kde.paste
RightButton;NoModifier=org.kde.contextmenu
wheel:Vertical;NoModifier=org.kde.switchdesktop
[ActionPlugins][1]
RightButton;NoModifier=org.kde.contextmenu
[ActionPlugins][127]
RightButton;NoModifier=org.kde.contextmenu
[ActionPlugins][129]
MidButton;NoModifier=org.kde.paste
RightButton;NoModifier=org.kde.contextmenu
wheel:Vertical;NoModifier=org.kde.switchdesktop
[Containments][1]
activityId=
formfactor=2
immutability=1
lastScreen=0
location=3
plugin=org.kde.panel
wallpaperplugin=org.kde.image
[Containments][1][Applets][15][Configuration][General]
launchers=file:///usr/share/applications/org.kde.dolphin.desktop,file:///usr/share/applications/systemsettings.desktop,file:///usr/share/applications/org.kde.konsole.desktop
[Containments][1][Applets][2]
immutability=1
plugin=org.kde.plasma.kickoff
[Containments][1][Applets][2][Configuration][General]
favorites=preferred://browser,systemsettings.desktop,org.kde.dolphin.desktop,org.kde.kate.desktop
systemApplications=systemsettings.desktop,org.kde.kinfocenter.desktop
[Containments][1][Applets][2][Configuration][Shortcuts]
global=Alt+F1
[Containments][1][Applets][2][Shortcuts]
global=Alt+F1
[Containments][1][Applets][23]
immutability=1
plugin=org.kde.plasma.icon
[Containments][1][Applets][23][Configuration]
localPath=/home/artux/.local/share/plasma_icons/virtualbox.desktop
url=file:///usr/share/applications/virtualbox.desktop
[Containments][1][Applets][24]
immutability=1
plugin=org.kde.plasma.icontasks
[Containments][1][Applets][24][Configuration][General]
launchers=file:///usr/share/applications/org.kde.konsole.desktop,file:///usr/share/applications/org.kde.dolphin.desktop
[Containments][1][Applets][3]
immutability=1
plugin=org.kde.plasma.pager
[Containments][1][Applets][5]
immutability=1
plugin=org.kde.plasma.systemtray
[Containments][1][Applets][5][Configuration]
SystrayContainmentId=16
[Containments][1][Applets][5][Configuration][Containments][8]
formfactor=2
location=3
[Containments][1][Applets][5][Configuration][General]
extraItems=org.kde.plasma.notifications,org.kde.plasma.devicenotifier,org.kde.plasma.volume,org.kde.plasma.clipboard,org.kde.plasma.bluetooth,org.kde.plasma.battery,org.kde.plasma.networkmanagement,org.kde.plasma.mediacontroller
knownItems=org.kde.plasma.notifications,org.kde.plasma.devicenotifier,org.kde.plasma.volume,org.kde.plasma.clipboard,org.kde.plasma.bluetooth,org.kde.plasma.battery,org.kde.plasma.networkmanagement,org.kde.plasma.mediacontroller
[Containments][1][Applets][6]
immutability=1
plugin=org.kde.plasma.digitalclock
[Containments][1][ConfigDialog]
DialogHeight=86
DialogWidth=1920
[Containments][1][General]
AppletOrder=2;3;23;24;5;6
[Containments][16]
activityId=
formfactor=2
immutability=1
lastScreen=0
location=3
plugin=org.kde.plasma.private.systemtray
wallpaperplugin=org.kde.image
[Containments][16][Applets][17]
immutability=1
plugin=org.kde.plasma.notifications
[Containments][16][Applets][18]
immutability=1
plugin=org.kde.plasma.devicenotifier
[Containments][16][Applets][19]
immutability=1
plugin=org.kde.plasma.volume
[Containments][16][Applets][20]
immutability=1
plugin=org.kde.plasma.clipboard
[Containments][16][Applets][21]
immutability=1
plugin=org.kde.plasma.battery
[Containments][16][Applets][22]
immutability=1
plugin=org.kde.plasma.networkmanagement
[Containments][16][Applets][23]
immutability=1
plugin=org.kde.plasma.mediacontroller
[Containments][16][ConfigDialog]
DialogHeight=600
DialogWidth=800
[Containments][16][General]
extraItems=org.kde.plasma.notifications,org.kde.plasma.devicenotifier,org.kde.plasma.volume,org.kde.plasma.clipboard,org.kde.plasma.bluetooth,org.kde.plasma.battery,org.kde.plasma.networkmanagement,org.kde.plasma.mediacontroller
knownItems=org.kde.plasma.notifications,org.kde.plasma.devicenotifier,org.kde.plasma.volume,org.kde.plasma.clipboard,org.kde.plasma.bluetooth,org.kde.plasma.battery,org.kde.plasma.networkmanagement,org.kde.plasma.mediacontroller
shownItems=octopi-notifier
[Containments][7]
activityId=e5f3bb27-0cbc-4596-90ec-25af7cf8283f
formfactor=0
immutability=1
lastScreen=0
location=0
plugin=org.kde.desktopcontainment
wallpaperplugin=org.kde.image
[Containments][7][ConfigDialog]
DialogHeight=600
DialogWidth=800
[Containments][7][General]
ToolBoxButtonState=bottomleft
ToolBoxButtonY=1041
[Containments][7][Wallpaper][org.kde.image][General]
Image=file:///usr/share/backgrounds/artix.jpg
height=1080
width=1920

View File

@@ -0,0 +1,5 @@
[Theme]
name=breeze-dark
[Wallpapers]
usersWallpapers=/usr/share/backgrounds/artix.jpg