diff options
| author | ZachIR <zachir@librem.one> | 2025-12-19 12:57:09 -0600 |
|---|---|---|
| committer | ZachIR <zachir@librem.one> | 2025-12-19 12:57:09 -0600 |
| commit | 3a71f84c5e67aaf9b2e8a425ad2813012b582838 (patch) | |
| tree | b129f52b99b76974c9624ad1cb23f1f19469baf7 | |
| parent | b1512f6e49e26f733e4c016a7267ad0789bae906 (diff) | |
Resize cursor to 48
| -rw-r--r-- | X11/xresources | 2 | ||||
| -rw-r--r-- | environment.d/cursor.conf | 2 | ||||
| -rw-r--r-- | gtk-3.0/settings.ini | 2 | ||||
| -rw-r--r-- | hypr/hyprland.conf | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/X11/xresources b/X11/xresources index 2624d72..c37a2f3 100644 --- a/X11/xresources +++ b/X11/xresources @@ -458,4 +458,4 @@ rofi.color-window: #1d1f21, #101010, #000000 *.color7: #b4b7b5 *.color15: #ffffff Xcursor.theme: BreezeX-Black -Xcursor.size: 32 +Xcursor.size: 48 diff --git a/environment.d/cursor.conf b/environment.d/cursor.conf index 9b9ef2b..da48a5c 100644 --- a/environment.d/cursor.conf +++ b/environment.d/cursor.conf @@ -1,2 +1,2 @@ XCURSOR_THEME=BreezeX-Black -XCURSOR_SIZE=32 +XCURSOR_SIZE=48 diff --git a/gtk-3.0/settings.ini b/gtk-3.0/settings.ini index 809e192..282767e 100644 --- a/gtk-3.0/settings.ini +++ b/gtk-3.0/settings.ini @@ -3,7 +3,7 @@ gtk-theme-name=Flat-Remix-GTK-Green-Darkest gtk-icon-theme-name=Papirus-Dark gtk-font-name=Noto Sans, 10 gtk-cursor-theme-name=BreezeX-Black -gtk-cursor-theme-size=32 +gtk-cursor-theme-size=48 gtk-toolbar-style=3 gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-button-images=0 diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index b7052f3..667992f 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -106,6 +106,7 @@ general { #}}} #{{{ cursor +cursor=BreezeX-Black 48 cursor { no_warps = false } |
