Adds Posys cursor as default

This commit is contained in:
Michel Fedde 2025-05-27 16:14:18 +02:00
parent 45ed668f93
commit 0e111ad114
4 changed files with 11 additions and 6 deletions

View file

@ -24,12 +24,16 @@ env = QT_QUICK_CONTROLS_STYLE,org.hyprland.style
# toolkit-specific scale
env = GDK_SCALE,1
$cursorTheme=Posy_Cursor_Strokeless
$cursorSize=32
# Bibata-Modern-Ice-Cursor
# NOTE! You must have the hyprcursor version to activate this.
# If you installed from 26-Dec-2024 and choose GTK theme, then you have it.
# https://wiki.hyprland.org/Hypr-Ecosystem/hyprcursor/
env = HYPRCURSOR_THEME,Qogir-dark
env = HYPRCURSOR_SIZE,24
env = HYPRCURSOR_THEME,$cursorTheme
env = HYPRCURSOR_SIZE,$cursorSize
env = XCURSOR_THEME,$cursorTheme
env = XCURSOR_SIZE,$cursorSize
# firefox
env = MOZ_ENABLE_WAYLAND,1

View file

@ -9,7 +9,7 @@ $primary=eDP-1
$secondary=HDMI-A-1
monitor=$primary, preferred, 0x0, 1
monitor=$secondary, preferred, auto-up, 1
monitor=$secondary, preferred, auto-up, 2
exec=xrandr --output $primary --primary

View file

@ -1,10 +1,9 @@
#!/bin/env sh
CURSOR="Qogir-dark"
CURSOR="Posy_Cursor_Strokeless"
THEME="Gruvbox-Orange-Dark"
if [[ $TARGET_MODE == 'light' ]]; then
CURSOR="Qogir"
THEME="Gruvbox-Orange-Light"
wal -l --theme base16-gruvbox-medium
@ -16,6 +15,7 @@ hyprctl setcursor ${CURSOR} 32
gsettings set org.gnome.desktop.interface color-scheme "prefer-${TARGET_MODE}"
gsettings set org.gnome.desktop.interface gtk-theme "${THEME}"
gsettings set org.gnome.desktop.interface cursor-theme "${CURSOR}"
$HOME/.config/theming/compile.sh
$HOME/.config/theming/update.sh

View file

@ -30,5 +30,6 @@ if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then
hyprsunset \
darkman \
anyrun-git \
hyprshade-git
hyprshade-git \
posy-improved-cursors
fi