Add hyprcursors

This commit is contained in:
Tobias Reisinger 2024-04-03 00:21:44 +02:00
parent 347734f5ce
commit 5e3760a4e1
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 10 additions and 0 deletions

View file

@ -117,6 +117,13 @@ target = "$HOME/.icons/Dracula-cursors"
pipe = "tar xJ" pipe = "tar xJ"
groups = ["graphical"] 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]] [[autoinstall]]
type = "exe" 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')" source = "$(curl -fsSL 'https://data.services.jetbrains.com/products?code=TBA&release.type=release&fields=releases' | jq -r '.[0].releases[0].downloads.linux.link')"

View file

@ -2,6 +2,9 @@
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
env = XCURSOR_THEME,Dracula-cursors env = XCURSOR_THEME,Dracula-cursors
env = HYPRCURSOR_THEME,hyprcursor_Dracula
env = HYPRCURSOR_SIZE,24
env = GDK_BACKEND,wayland,x11 env = GDK_BACKEND,wayland,x11
env = QT_QPA_PLATFORM,wayland;xcb env = QT_QPA_PLATFORM,wayland;xcb
env = SDL_VIDEODRIVER,wayland env = SDL_VIDEODRIVER,wayland