Replaced Moe theme with Qogir

This commit is contained in:
2022-05-10 08:01:13 -07:00
parent 881d2be983
commit fa31bc643e
3 changed files with 9 additions and 33 deletions

4
.gitignore vendored
View File

@ -10,4 +10,6 @@ simp1e
simp1e* simp1e*
simp1* simp1*
wget* wget*
plasma-kickoff* plasma-kickoff*
Qogir*
Qogir/*

1
scripts/install-gbdk.sh Normal file
View File

@ -0,0 +1 @@
#!/bin/bash

View File

@ -86,26 +86,11 @@ then
rm ~/Downloads/pia.run rm ~/Downloads/pia.run
fi fi
# Moe Theme # Qogir theme
wget https://gitlab.com/jomada/moe-theme/-/archive/master/moe-theme-master.tar.gz -O moe.tar.gz git clone https://github.com/vinceliuice/Qogir-kde
tar -xzvf ./moe.tar.gz cd Qogir-kde
./install.sh
# Dark cd ..
mkdir -p ~/.local/share/color-schemes/MoeDark.colors
cp -r ./moe-theme-master/MoeDark-Global/* ~/.local/share/plasma/look-and-feel/
cp -r ./moe-theme-master/MoeDark ~/.local/share/plasma/desktoptheme/MoeDark
cp -r ./moe-theme-master/MoeDark-aurorae/* ~/.local/share/aurorae/themes/
cp ./moe-theme-master/Moe-Dark-color-schemes/MoeDark.colors ~/.local/share/color-schemes/MoeDark.colors
# Light
mkdir -p ~/.local/share/color-schemes/Moe.colors
cp -r ./moe-theme-master/Moe-Global/* ~/.local/share/plasma/look-and-feel/
cp -r ./moe-theme-master/Moe ~/.local/share/plasma/desktoptheme/Moe
cp -r ./moe-theme-master/aurorae/* ~/.local/share/aurorae/themes/
cp ./moe-theme-master/color-schemes/Moe.colors ~/.local/share/color-schemes/Moe.colors
# Switch theme
lookandfeeltool -a Moe-Dark
# Iosevka Font # Iosevka Font
mkdir -p ~/.fonts mkdir -p ~/.fonts
@ -132,17 +117,6 @@ cp -r ./built_themes/* ~/.local/share/icons/
kwriteconfig5 --file ~/.config/kcminputrc --group Mouse --key cursorTheme "Simp1e-" kwriteconfig5 --file ~/.config/kcminputrc --group Mouse --key cursorTheme "Simp1e-"
# Wallpaper # Wallpaper
wget https://c138.pcloud.com/dHZ31M01DZo01UIKZZZHQX4r7Z2ZZmNzZkZAwYNXZCUrpaQWBJ9YU5IC91RHV78eLjN07/wallpaper2.png -O ~/Pictures/wallpaper.png
dbus-send --session --dest=org.kde.plasmashell --type=method_call /PlasmaShell org.kde.PlasmaShell.evaluateScript "string:
var Desktops = desktops();
for (i=0;i<Desktops.length;i++) {
d = Desktops[i];
d.wallpaperPlugin = \"org.kde.image\";
d.currentConfigGroup = Array(\"Wallpaper\",
\"org.kde.image\",
\"General\");
d.writeConfig(\"Image\", \"file://$(realpath ~)/Pictures/wallpaper.png\");
}"
# Kickstart / Start Menu, installed but not configured # Kickstart / Start Menu, installed but not configured
if [ ! -d "plasma-kickoff-grid" ] ; then if [ ! -d "plasma-kickoff-grid" ] ; then
@ -152,7 +126,6 @@ cd plasma-kickoff-grid
zip -r "plasma-kickoff-grid.plasmoid" package zip -r "plasma-kickoff-grid.plasmoid" package
kpackagetool5 --install "plasma-kickoff-grid.plasmoid" kpackagetool5 --install "plasma-kickoff-grid.plasmoid"
# TODO: # TODO:
# Change the blinking animation on opening apps # Change the blinking animation on opening apps
# Splash Screen # Splash Screen