From 3cd689a4138b8d12b7ee8d691d3bf919186cab11 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Sun, 24 Apr 2022 11:00:42 -0700 Subject: [PATCH] Add cursor --- scripts/install-plasma.sh | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/scripts/install-plasma.sh b/scripts/install-plasma.sh index 85bccfb..60d51a3 100755 --- a/scripts/install-plasma.sh +++ b/scripts/install-plasma.sh @@ -26,6 +26,7 @@ toInstall=( blender tiled libreoffice-fresh + xorg-xcursorgen ) # Arch Linux Setup @@ -108,9 +109,11 @@ wget -qO- https://git.io/papirus-icon-theme-install | DESTDIR="$HOME/.local/shar /usr/lib/plasma-changeicons Papirus-Dark # simp1e cursors -# git clone --recurse-submodules https://gitlab.com/zoli111/simp1e.git -# cd simp1e -# find . -type f -name "*.sh" -exec sed -i 's/\r//' {} \; -# chmod +x ./generate_svgs.sh -# ./generate_svgs.sh -# ./build_cursors.sh \ No newline at end of file +git clone --recurse-submodules https://gitlab.com/zoli111/simp1e.git +cd simp1e +find . -type f -name "*.sh" -exec sed -i 's/\r//' {} \; +chmod +x ./generate_svgs.sh +./generate_svgs.sh +./build_cursors.sh +cp -r ./built_themes/* ~/.local/share/icons/ +kwriteconfig5 --file ~/.config/kcminputrc --group Mouse --key cursorTheme "Simp1e-" \ No newline at end of file