wii cursor :3
This commit is contained in:
parent
14dfabcf4e
commit
3acfdb1a17
5 changed files with 13 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-application-prefer-dark-theme = true
|
gtk-application-prefer-dark-theme = true
|
||||||
|
gtk-cursor-theme-name=Wii-Pointer-P1
|
||||||
|
|
1
gtk/.gtkrc-2.0
Normal file
1
gtk/.gtkrc-2.0
Normal file
|
@ -0,0 +1 @@
|
||||||
|
gtk-cursor-theme-name="Wii-Pointer-P1"
|
8
justfile
8
justfile
|
@ -67,6 +67,14 @@ setup-waydroid:
|
||||||
sudo systemctl enable --now waydroid-container
|
sudo systemctl enable --now waydroid-container
|
||||||
waydroid session start &
|
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
|
# Stows all dotfiles into the correct locations
|
||||||
stow:
|
stow:
|
||||||
stow btop
|
stow btop
|
||||||
|
|
|
@ -51,7 +51,7 @@ if [ "$HOSTNAME" = "amida" ] && wlr-randr | grep -q "Model: 2470W"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Appearance
|
## Appearance
|
||||||
riverctl xcursor-theme Adwaita 24
|
riverctl xcursor-theme Wii-Pointer-P1
|
||||||
|
|
||||||
# Set background and border color
|
# Set background and border color
|
||||||
riverctl background-color 0x15161e
|
riverctl background-color 0x15161e
|
||||||
|
@ -61,6 +61,7 @@ riverctl border-color-urgent 0xe0af68
|
||||||
|
|
||||||
# Enable prefer-dark
|
# Enable prefer-dark
|
||||||
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||||
|
gsettings set org.gnome.desktop.interface cursor-theme 'Wii-Pointer-P1'
|
||||||
|
|
||||||
## Inputs
|
## Inputs
|
||||||
riverctl focus-follows-cursor disabled
|
riverctl focus-follows-cursor disabled
|
||||||
|
|
|
@ -2,3 +2,4 @@ export MANGOHUD=1
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export MOZ_USE_XINPUT2=1
|
export MOZ_USE_XINPUT2=1
|
||||||
export RANGER_LOAD_DEFAULT_RC=FALSE
|
export RANGER_LOAD_DEFAULT_RC=FALSE
|
||||||
|
export XCURSOR_PATH=${XCURSOR_PATH}:~/.local/share/icons
|
||||||
|
|
Loading…
Add table
Reference in a new issue