Compare commits

..

2 Commits

Author SHA1 Message Date
Yannick Reiß cf7537c87d Merge branch 'main' of git.nickr.eu:ArchConfig/hypr 2025-02-22 05:18:24 +01:00
Yannick Reiß ef9da78af3 Add Hyprcursor 2025-02-22 05:18:07 +01:00
3 changed files with 12 additions and 0 deletions

View File

@ -15,3 +15,4 @@ pacman --noconfirm -S nextcloud
pacman --noconfirm -S firefox
pacman --noconfirm -S pamixer
pacman --noconfirm -S swaylock
pacman --noconfirm -S hyprcursor

View File

@ -124,6 +124,9 @@ binds {
pass_mouse_when_bound = true
}
# Hyprcursor
env = HYPRCURSOR_THEME, "Future-Cyan-Hyprcursor_Theme"
# Keybindings
bind = $mainMod, Q, exec, kitty
bind = $mainMod, C, killactive,

View File

@ -50,3 +50,11 @@ else
git pull
cd ..
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