Add hyprcursors
This commit is contained in:
parent
347734f5ce
commit
5e3760a4e1
2 changed files with 10 additions and 0 deletions
|
@ -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')"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue