diff --git a/.config/hypr/config/ENVariables.conf b/.config/hypr/config/ENVariables.conf index 2a03730..69158f8 100644 --- a/.config/hypr/config/ENVariables.conf +++ b/.config/hypr/config/ENVariables.conf @@ -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 diff --git a/.config/hypr/config/Monitors.conf##class.Laptop b/.config/hypr/config/Monitors.conf##class.Laptop index 8294fe6..cd62293 100644 --- a/.config/hypr/config/Monitors.conf##class.Laptop +++ b/.config/hypr/config/Monitors.conf##class.Laptop @@ -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 diff --git a/.config/theming/modes/executors/10-Themes.sh b/.config/theming/modes/executors/10-Themes.sh index e44b677..a09d497 100755 --- a/.config/theming/modes/executors/10-Themes.sh +++ b/.config/theming/modes/executors/10-Themes.sh @@ -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 diff --git a/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh b/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh index 663a3e9..4ad2f19 100755 --- a/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh +++ b/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh @@ -30,5 +30,6 @@ if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then hyprsunset \ darkman \ anyrun-git \ - hyprshade-git + hyprshade-git \ + posy-improved-cursors fi