Revert to default cursor
This commit is contained in:
parent
e72b23a7b3
commit
1d035fb503
4 changed files with 0 additions and 13 deletions
|
@ -1,3 +1,2 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-application-prefer-dark-theme = true
|
gtk-application-prefer-dark-theme = true
|
||||||
gtk-cursor-theme-name=Wii-Pointer-P1
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
gtk-cursor-theme-name="Wii-Pointer-P1"
|
|
8
justfile
8
justfile
|
@ -74,14 +74,6 @@ 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
|
||||||
|
|
|
@ -52,8 +52,6 @@ if [ "$HOSTNAME" = "amida" ] && wlr-randr | grep -q "Model: 2470W"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Appearance
|
## Appearance
|
||||||
riverctl xcursor-theme Wii-Pointer-P1
|
|
||||||
|
|
||||||
# Set background and border color
|
# Set background and border color
|
||||||
riverctl background-color 0x15161e
|
riverctl background-color 0x15161e
|
||||||
riverctl border-color-focused 0xbb9af7
|
riverctl border-color-focused 0xbb9af7
|
||||||
|
@ -62,7 +60,6 @@ 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue