From 3acfdb1a17208195d8a6684004ad664760886fcc Mon Sep 17 00:00:00 2001 From: pancakes Date: Tue, 2 Apr 2024 21:07:24 +1000 Subject: [PATCH] wii cursor :3 --- gtk/.config/gtk-3.0/settings.ini | 1 + gtk/.gtkrc-2.0 | 1 + justfile | 8 ++++++++ river/.config/river/init | 3 ++- zsh/.zshenv | 1 + 5 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 gtk/.gtkrc-2.0 diff --git a/gtk/.config/gtk-3.0/settings.ini b/gtk/.config/gtk-3.0/settings.ini index 2189857..a839582 100644 --- a/gtk/.config/gtk-3.0/settings.ini +++ b/gtk/.config/gtk-3.0/settings.ini @@ -1,2 +1,3 @@ [Settings] gtk-application-prefer-dark-theme = true +gtk-cursor-theme-name=Wii-Pointer-P1 diff --git a/gtk/.gtkrc-2.0 b/gtk/.gtkrc-2.0 new file mode 100644 index 0000000..13c204d --- /dev/null +++ b/gtk/.gtkrc-2.0 @@ -0,0 +1 @@ +gtk-cursor-theme-name="Wii-Pointer-P1" diff --git a/justfile b/justfile index 19a8b99..68485fb 100644 --- a/justfile +++ b/justfile @@ -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 diff --git a/river/.config/river/init b/river/.config/river/init index 55caf5c..1ce74c7 100755 --- a/river/.config/river/init +++ b/river/.config/river/init @@ -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 diff --git a/zsh/.zshenv b/zsh/.zshenv index b6adc61..494561f 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -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