update: change hyprcursor size to 32 if hidpi

This commit is contained in:
Yingjie Wang 2024-06-12 23:26:06 -04:00
parent ea854b83e6
commit fa96759ddf

View File

@ -16,5 +16,6 @@ if gum confirm "$hidpiconfirm"; then
echo -e '# -----------------------------------------------------' >> ~/dotfiles-versions/$version/hypr/hyprland.conf
echo -e 'source = ~/dotfiles/hypr/conf/hidpi.conf' >> ~/dotfiles-versions/$version/hypr/hyprland.conf
sed -i -E 's/1/2/' ~/dotfiles-versions/$version/hypr/conf/monitors/default.conf
sed -i -E 's/24/32/' ~/dotfiles-versions/$version/hypr/conf/cursor.conf
echo ":: finished hidpi patch."
fi