From 1d035fb5036abf7040721696352f677c4ce9ad14 Mon Sep 17 00:00:00 2001 From: pancakes Date: Wed, 8 May 2024 02:03:43 +1000 Subject: [PATCH] Revert to default cursor --- gtk/.config/gtk-3.0/settings.ini | 1 - gtk/.gtkrc-2.0 | 1 - justfile | 8 -------- river/.config/river/init | 3 --- 4 files changed, 13 deletions(-) delete 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 a839582..2189857 100644 --- a/gtk/.config/gtk-3.0/settings.ini +++ b/gtk/.config/gtk-3.0/settings.ini @@ -1,3 +1,2 @@ [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 deleted file mode 100644 index 13c204d..0000000 --- a/gtk/.gtkrc-2.0 +++ /dev/null @@ -1 +0,0 @@ -gtk-cursor-theme-name="Wii-Pointer-P1" diff --git a/justfile b/justfile index 8c11036..bfdeeeb 100644 --- a/justfile +++ b/justfile @@ -74,14 +74,6 @@ 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 85f8e5d..073677b 100755 --- a/river/.config/river/init +++ b/river/.config/river/init @@ -52,8 +52,6 @@ if [ "$HOSTNAME" = "amida" ] && wlr-randr | grep -q "Model: 2470W"; then fi ## Appearance -riverctl xcursor-theme Wii-Pointer-P1 - # Set background and border color riverctl background-color 0x15161e riverctl border-color-focused 0xbb9af7 @@ -62,7 +60,6 @@ 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