From 0120c0820592aa2e7eb93c051c05bbb0ff53633f Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 12 Jun 2024 23:20:42 -0400 Subject: [PATCH 1/2] update: use Vimix-hyprcursors instead --- hypr/conf/cursor.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/conf/cursor.conf b/hypr/conf/cursor.conf index 0c6bfed..0d75a21 100644 --- a/hypr/conf/cursor.conf +++ b/hypr/conf/cursor.conf @@ -1,2 +1,2 @@ -exec-once = hyprctl setcursor Vimix 24 +exec-once = hyprctl setcursor Vimix-hyprcursors 24 env = HYPRCURSOR_THEME,Vimix-hyprcursors From fa96759ddf2ab5a9a936a0005a6488f7085f901b Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 12 Jun 2024 23:26:06 -0400 Subject: [PATCH 2/2] update: change hyprcursor size to 32 if hidpi --- .install/hidpi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.install/hidpi.sh b/.install/hidpi.sh index 811d512..b8e07c1 100755 --- a/.install/hidpi.sh +++ b/.install/hidpi.sh @@ -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