diff --git a/debian/changelog b/debian/changelog index e57de6f..bf83d89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tileos-settings-river (1.0.3~tileos) unstable; urgency=medium + + * Fix cursor for GTK 2 apps + + -- Aleksey Samoilov Fri, 12 Jan 2024 00:01:33 +0400 + tileos-settings-river (1.0.2~tileos) unstable; urgency=medium * Set Bibata cursor diff --git a/etc/skel/.gtkrc-2.0 b/etc/skel/.gtkrc-2.0 index ae012b9..cb00e2e 100644 --- a/etc/skel/.gtkrc-2.0 +++ b/etc/skel/.gtkrc-2.0 @@ -5,7 +5,7 @@ include "/home/sunderland93/.gtkrc-2.0.mine" gtk-theme-name="Catppuccin-Macchiato-Standard-Blue-Dark" gtk-icon-theme-name="ePapirus-Dark" gtk-font-name="Noto Sans 11" -gtk-cursor-theme-name="breeze_cursors" +gtk-cursor-theme-name="Bibata-Modern-Classic" gtk-cursor-theme-size=24 gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR