ADded plasma kickoff to the download list

This commit is contained in:
2022-04-24 19:17:10 -07:00
parent f5cb6548da
commit 0ec4a24312
2 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@ -9,4 +9,5 @@ simp1e/*
simp1e simp1e
simp1e* simp1e*
simp1* simp1*
wget* wget*
plasma-kickoff*

View File

@ -28,6 +28,7 @@ toInstall=(
libreoffice-fresh libreoffice-fresh
xorg-xcursorgen xorg-xcursorgen
plasma-wayland-session plasma-wayland-session
zip
) )
# Arch Linux Setup # Arch Linux Setup
@ -132,6 +133,11 @@ for (i=0;i<Desktops.length;i++) {
d.writeConfig(\"Image\", \"file://$(realpath ~)/Pictures/wallpaper.png\"); d.writeConfig(\"Image\", \"file://$(realpath ~)/Pictures/wallpaper.png\");
}" }"
# Kickstart / Start Menu, installed but not configured
git clone https://gitlab.com/nwwdles/plasma-kickoff-grid.git
cd plasma-kickoff-grid
zip -r "plasma-kickoff-grid.plasmoid" package
kpackagetool5 --install "plasma-kickoff-grid.plasmoid"
# TODO: # TODO: