diff options
author | zachir <zachir@librem.one> | 2024-07-11 09:55:24 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-07-11 09:55:24 -0500 |
commit | 330830deaa680b147541bfdee60f5260d92521da (patch) | |
tree | 6a5fb58ba9bf6b0e750d04c49967c5b409f0eed4 /gtk-2.0/gtkrc | |
parent | 25e20b7eb83cdf57096e9cebc952b548e67fa5fa (diff) |
cas: Set cursor size and hyprcursor theme
On cas, I'm using a size 42 cursor. Also, I set the hyprcursor theme to
be named the same as the xcursor theme, BreezeX-Black.
Diffstat (limited to 'gtk-2.0/gtkrc')
-rw-r--r-- | gtk-2.0/gtkrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index 6ae8019..367c8c8 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -5,7 +5,7 @@ gtk-theme-name="Flat-Remix-GTK-Green-Darkest-Solid" gtk-icon-theme-name="Mint-X" gtk-font-name="Cantarell 11" gtk-cursor-theme-name="BreezeX-Black" -gtk-cursor-theme-size=24 +gtk-cursor-theme-size=42 gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-button-images=0 |