wii cursor :3

This commit is contained in:
pancakes 2024-04-02 21:07:24 +10:00
parent 14dfabcf4e
commit 3acfdb1a17
5 changed files with 13 additions and 1 deletions

View file

@ -1,2 +1,3 @@
[Settings]
gtk-application-prefer-dark-theme = true
gtk-cursor-theme-name=Wii-Pointer-P1

1
gtk/.gtkrc-2.0 Normal file
View file

@ -0,0 +1 @@
gtk-cursor-theme-name="Wii-Pointer-P1"

View file

@ -67,6 +67,14 @@ setup-waydroid:
sudo systemctl enable --now waydroid-container
waydroid session start &
# Installs the Wii cursor
setup-wii-cursor:
curl https://files.primm.gay/extras/cursors/Wii/Linux%20Cursors.7z -o ~/.local/share/icons/wii-cursors-linux.7z
cd ~/.local/share/icons; 7z x wii-cursors-linux.7z
mv ~/.local/share/icons/Linux\ Cursor/Wii-Pointer-P* ~/.local/share/icons/
rm -r ~/.local/share/icons/Linux\ Cursor/
rm ~/.local/share/icons/wii-cursors-linux.7z
# Stows all dotfiles into the correct locations
stow:
stow btop

View file

@ -51,7 +51,7 @@ if [ "$HOSTNAME" = "amida" ] && wlr-randr | grep -q "Model: 2470W"; then
fi
## Appearance
riverctl xcursor-theme Adwaita 24
riverctl xcursor-theme Wii-Pointer-P1
# Set background and border color
riverctl background-color 0x15161e
@ -61,6 +61,7 @@ riverctl border-color-urgent 0xe0af68
# Enable prefer-dark
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
gsettings set org.gnome.desktop.interface cursor-theme 'Wii-Pointer-P1'
## Inputs
riverctl focus-follows-cursor disabled

View file

@ -2,3 +2,4 @@ export MANGOHUD=1
export MOZ_ENABLE_WAYLAND=1
export MOZ_USE_XINPUT2=1
export RANGER_LOAD_DEFAULT_RC=FALSE
export XCURSOR_PATH=${XCURSOR_PATH}:~/.local/share/icons