From 5e3760a4e1bff6c880d91c4a76a347a0250fde51 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Wed, 3 Apr 2024 00:21:44 +0200 Subject: [PATCH] Add hyprcursors --- .config/autoinstall.toml | 7 +++++++ .config/hypr/env.conf | 3 +++ 2 files changed, 10 insertions(+) diff --git a/.config/autoinstall.toml b/.config/autoinstall.toml index b848d42..f983486 100644 --- a/.config/autoinstall.toml +++ b/.config/autoinstall.toml @@ -117,6 +117,13 @@ target = "$HOME/.icons/Dracula-cursors" pipe = "tar xJ" groups = ["graphical"] +[[autoinstall]] +type = "file" +source = "https://github.com/guillaumeboehm/hyprcursor_dracula_kde/raw/master/hyprcursor_Dracula.tar.gz" +target = "$HOME/.icons/hyprcursor_Dracula" +pipe = "tar xz" +groups = ["graphical"] + [[autoinstall]] type = "exe" source = "$(curl -fsSL 'https://data.services.jetbrains.com/products?code=TBA&release.type=release&fields=releases' | jq -r '.[0].releases[0].downloads.linux.link')" diff --git a/.config/hypr/env.conf b/.config/hypr/env.conf index 031d95b..2880615 100644 --- a/.config/hypr/env.conf +++ b/.config/hypr/env.conf @@ -2,6 +2,9 @@ env = XCURSOR_SIZE,24 env = XCURSOR_THEME,Dracula-cursors +env = HYPRCURSOR_THEME,hyprcursor_Dracula +env = HYPRCURSOR_SIZE,24 + env = GDK_BACKEND,wayland,x11 env = QT_QPA_PLATFORM,wayland;xcb env = SDL_VIDEODRIVER,wayland