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:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="22.627417" inkscape:zoom="22.627417"
inkscape:cx="7.7339804" inkscape:cx="7.0710678"
inkscape:cy="6.6291261" inkscape:cy="6.6291261"
inkscape:document-units="pt" inkscape:document-units="pt"
inkscape:current-layer="layer2" inkscape:current-layer="layer2"
@ -1903,33 +1903,10 @@
id="layer2" id="layer2"
inkscape:label="icon" inkscape:label="icon"
transform="translate(1.0008429,1.0005)"> transform="translate(1.0008429,1.0005)">
<rect <path
style="fill:#38b543;stroke:none;stroke-linejoin:round;paint-order:markers stroke fill" id="rect1360"
id="rect1196" style="fill:#2ec26a;stroke-linejoin:round;paint-order:markers stroke fill"
width="14" 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 "
height="14" transform="translate(-1.0008429,-1.0005)" />
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" />
</g> </g>
</svg> </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 ./tasks/linkcall.sh
printf "${info_color}exporting all the icons...${reset_colors}\\n" 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-apps.sh
./tasks/export/export-categories.sh ./tasks/export/export-categories.sh
./tasks/export/export-devices.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" printf "${info_color}Launching misc commands${reset_colors}\\n"
./tasks/misc.sh ./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 rm -rf ~/.icons/aleta
mkdir ~/.icons/aleta -p mkdir ~/.icons/aleta -p
cp -r ./_build/aleta/* ~/.icons/aleta/ 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 #!/bin/bash
function order () { function order () {
lipl 8 liplaces 8
lipl 16 liplaces 16
lipl 22 liplaces 22
lipl 24 liplaces 24
lipl 32 liplaces 32
lipl 48 liplaces 48
lipl 64 liplaces 64
lipl 96 liplaces 96
lipl 128 liplaces 128
lipl 256 liplaces 256
liap 8 liapps 8
liap 16 liapps 16
liap 22 liapps 22
liap 24 liapps 24
liap 32 liapps 32
liap 48 liapps 48
liap 64 liapps 64
liap 96 liapps 96
liap 128 liapps 128
liap 256 liapps 256
liapps scalable
lide 8 lidevices 16
lide 16 lidevices 24
lide 22 lidevices 32
lide 24 lidevices 48
lide 32 lidevices 64
lide 48 lidevices 96
lide 64
lide 96 licategories 8
lide 128 licategories 16
lide 256 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 cd _build/aleta/places/$1
../../../../tasks/link/linkplaces.sh ../../../../tasks/link/linkplaces.sh
cd ../../../.. cd ../../../..
} }
function liap () { function liapps () {
cd _build/aleta/apps/$1 cd _build/aleta/apps/$1
../../../../tasks/link/linkapps.sh ../../../../tasks/link/linkapps.sh
cd ../../../.. cd ../../../..
} }
function lide () { function lidevices () {
cd _build/aleta/devices/$1 cd _build/aleta/devices/$1
../../../../tasks/link/linkdevices.sh ../../../../tasks/link/linkdevices.sh
cd ../../../.. cd ../../../..
} }
function lica () { function licategories () {
cd _build/aleta/categories/$1 cd _build/aleta/categories/$1
../../../../tasks/link/linkcategories.sh ../../../../tasks/link/linkcategories.sh
cd ../../../.. 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 order

View File

@ -1,7 +1,4 @@
# this script runs commands not situable in other scripts, or unique tasks # 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 # this copy the index.theme that is necessary to make the icon pack working
cp other/index.theme _build/aleta/ cp other/index.theme _build/aleta/