Add Hyprcursor
This commit is contained in:
parent
4621898364
commit
ef9da78af3
|
@ -15,3 +15,4 @@ pacman --noconfirm -S nextcloud
|
||||||
pacman --noconfirm -S firefox
|
pacman --noconfirm -S firefox
|
||||||
pacman --noconfirm -S pamixer
|
pacman --noconfirm -S pamixer
|
||||||
pacman --noconfirm -S swaylock
|
pacman --noconfirm -S swaylock
|
||||||
|
pacman --noconfirm -S hyprcursor
|
||||||
|
|
|
@ -124,6 +124,9 @@ binds {
|
||||||
pass_mouse_when_bound = true
|
pass_mouse_when_bound = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Hyprcursor
|
||||||
|
env = HYPRCURSOR_THEME, "Future-Cyan-Hyprcursor_Theme"
|
||||||
|
|
||||||
# Keybindings
|
# Keybindings
|
||||||
bind = $mainMod, Q, exec, kitty
|
bind = $mainMod, Q, exec, kitty
|
||||||
bind = $mainMod, C, killactive,
|
bind = $mainMod, C, killactive,
|
||||||
|
|
|
@ -49,3 +49,11 @@ else
|
||||||
git pull
|
git pull
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -d ~/.local/share/icons/Future-Cyan-Hyprcursor_Theme ]; then
|
||||||
|
git clone https://gitlab.com/Pummelfisch/future-cyan-hyprcursor
|
||||||
|
cd future-cyan-hyprcursor
|
||||||
|
mv Future-Cyan-Hyprcursor_Theme ~/.local/share/icons/Future-Cyan-Hyprcursor_Theme
|
||||||
|
cd ..
|
||||||
|
rm -rf future-cyan-hyprcursor
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue