reestructurated the icon pack in some ways and added some scripts, and many changes

this is hard to describe xD
this commit need testing
This commit is contained in:
germedeb 2022-02-21 18:46:38 -03:00
parent 938542ad0f
commit 406b2109d1
8 changed files with 2156 additions and 79 deletions

View File

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -1834,7 +1834,7 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="22.627417"
inkscape:cx="7.7339804"
inkscape:cx="7.0710678"
inkscape:cy="6.6291261"
inkscape:document-units="pt"
inkscape:current-layer="layer2"
@ -1903,33 +1903,10 @@
id="layer2"
inkscape:label="icon"
transform="translate(1.0008429,1.0005)">
<rect
style="fill:#38b543;stroke:none;stroke-linejoin:round;paint-order:markers stroke fill"
id="rect1196"
width="14"
height="14"
x="-0.00084290002"
y="-0.00050000002" />
<rect
style="fill:#297fcc;stroke:none;stroke-linejoin:round;paint-order:markers stroke fill"
id="rect1242"
width="12"
height="7"
x="0.99915707"
y="0.99949998" />
<rect
style="fill:#d8362c;stroke:none;stroke-linejoin:round;paint-order:markers stroke fill"
id="rect1266"
width="2"
height="5"
x="5.999157"
y="7.9994998" />
<rect
style="fill:#d6c922;stroke:none;stroke-linejoin:round;paint-order:markers stroke fill"
id="rect1290"
width="2"
height="5"
x="10.999157"
y="7.9994998" />
<path
id="rect1360"
style="fill:#2ec26a;stroke-linejoin:round;paint-order:markers stroke fill"
d="M 6 1 L 6 3 L 4 3 L 4 15 L 12 15 L 12 3 L 10 3 L 10 1 L 6 1 z "
transform="translate(-1.0008429,-1.0005)" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -30,7 +30,7 @@ printf "${info_color}starting link process...${reset_colors}\\n"
./tasks/linkcall.sh
printf "${info_color}exporting all the icons...${reset_colors}\\n"
./tasks/export/export-places.sh
./tasks/export/export-places.sh
./tasks/export/export-apps.sh
./tasks/export/export-categories.sh
./tasks/export/export-devices.sh
@ -42,7 +42,7 @@ printf "${info_color}exporting all the icons...${reset_colors}\\n"
printf "${info_color}Launching misc commands${reset_colors}\\n"
./tasks/misc.sh
printf "${info_color}Installing/Updating the install of aleta${reset_colors}\\n"
printf "${info_color}Performing an Update/Installation of aleta${reset_colors}\\n"
rm -rf ~/.icons/aleta
mkdir ~/.icons/aleta -p
cp -r ./_build/aleta/* ~/.icons/aleta/

View File

2
tasks/link/linkstatus.sh Normal file
View File

@ -0,0 +1,2 @@

View File

@ -1,74 +1,104 @@
#!/bin/bash
function order () {
lipl 8
lipl 16
lipl 22
lipl 24
lipl 32
lipl 48
lipl 64
lipl 96
lipl 128
lipl 256
liplaces 8
liplaces 16
liplaces 22
liplaces 24
liplaces 32
liplaces 48
liplaces 64
liplaces 96
liplaces 128
liplaces 256
liap 8
liap 16
liap 22
liap 24
liap 32
liap 48
liap 64
liap 96
liap 128
liap 256
liapps 8
liapps 16
liapps 22
liapps 24
liapps 32
liapps 48
liapps 64
liapps 96
liapps 128
liapps 256
liapps scalable
lide 8
lide 16
lide 22
lide 24
lide 32
lide 48
lide 64
lide 96
lide 128
lide 256
lidevices 16
lidevices 24
lidevices 32
lidevices 48
lidevices 64
lidevices 96
licategories 8
licategories 16
licategories 22
licategories 24
licategories 32
licategories 48
licategories 64
licategories 96
licategories 128
listatus 8
listatus 16
listatus 24
listatus 32
listatus 48
listatus 64
listatus 96
listatus 128
listatus 256
listatus scalable
liactions 8
liactions 16
liactions 22
liactions 24
liactions 32
liactions 48
liactions 64
liactions 96
liactions 128
liactions 256
lica 8
lica 16
lica 22
lica 24
lica 32
lica 48
lica 64
lica 96
lica 128
lica 256
}
function lipl () {
function liplaces () {
cd _build/aleta/places/$1
../../../../tasks/link/linkplaces.sh
cd ../../../..
}
function liap () {
function liapps () {
cd _build/aleta/apps/$1
../../../../tasks/link/linkapps.sh
cd ../../../..
}
function lide () {
function lidevices () {
cd _build/aleta/devices/$1
../../../../tasks/link/linkdevices.sh
cd ../../../..
}
function lica () {
function licategories () {
cd _build/aleta/categories/$1
../../../../tasks/link/linkcategories.sh
cd ../../../..
}
function listatus () {
cd _build/aleta/status/$1
../../../../tasks/link/linkstatus.sh
cd ../../../..
}
function liactions () {
cd _build/aleta/actions/$1
../../../../tasks/link/linkactions.sh
cd ../../../..
}
order

View File

@ -1,7 +1,4 @@
# this script runs commands not situable in other scripts, or unique tasks
# this will copy the process-working icon to the release.
cp icons/animations/process-working.svg _build/aleta/animations/scalable/process-working.svg
# this copy the index.theme that is necessary to make the icon pack working
cp other/index.theme _build/aleta/