feat(hypr): hyprcursors support

This commit is contained in:
Sergio Laín 2024-06-30 02:47:28 +02:00
parent 8045e1e224
commit 70ed8a86ec
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,7 @@
gtk-theme-name=catppuccin-macchiato-lavender-standard+default
gtk-icon-theme-name=Catppuccin-SE
gtk-font-name=JetBrainsMono Nerd Font 10
gtk-cursor-theme-name=Catppuccin-Macchiato-Dark-Cursors
gtk-cursor-theme-name=catppuccin-macchiato-dark-cursors
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR

View file

@ -13,5 +13,7 @@ env = WLR_DRM_NO_ATOMIC, 1
# Themes
env = GTK_THEME, catppuccin-macchiato-lavender-standard+default
env = XCURSOR_THEME, Catppuccin-Macchiato-Dark-Cursors
env = XCURSOR_THEME, catppuccin-macchiato-dark-cursors
env = XCURSOR_SIZE, 24
env = HYPRCURSOR_THEME, catppuccin-macchiato-dark-cursors
env = HYPRCURSOR_SIZE, 24