diff --git a/hypr/conf/cursor.conf b/hypr/conf/cursor.conf index 39f83fd..0c6bfed 100644 --- a/hypr/conf/cursor.conf +++ b/hypr/conf/cursor.conf @@ -1 +1,2 @@ exec-once = hyprctl setcursor Vimix 24 +env = HYPRCURSOR_THEME,Vimix-hyprcursors diff --git a/hypr/scripts/gtk.sh b/hypr/scripts/gtk.sh index e412fab..4e56ba7 100755 --- a/hypr/scripts/gtk.sh +++ b/hypr/scripts/gtk.sh @@ -29,7 +29,7 @@ gsettings set "$gnome_schema" cursor-theme "$cursor_theme" gsettings set "$gnome_schema" font-name "$font_name" gsettings set "$gnome_schema" color-scheme "prefer-dark" -if [ -f ~/dotfiles/hypr/conf/cursor.conf ] ;then - echo "exec-once = hyprctl setcursor $cursor_theme $cursor_size" > ~/dotfiles/hypr/conf/cursor.conf - hyprctl setcursor $cursor_theme $cursor_size -fi \ No newline at end of file +# if [ -f ~/dotfiles/hypr/conf/cursor.conf ] ;then +# echo "exec-once = hyprctl setcursor $cursor_theme $cursor_size" > ~/dotfiles/hypr/conf/cursor.conf +# hyprctl setcursor $cursor_theme $cursor_size +# fi \ No newline at end of file