Fix cursor for GTK 2 apps

This commit is contained in:
Aleksey Samoilov 2024-01-12 00:00:51 +04:00
parent d09714a045
commit 9971db1ee8
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
tileos-settings-sway (1.0.8~tileos) unstable; urgency=medium
* Fix cursor for GTK 2 apps
-- Aleksey Samoilov <samoilov.lex@gmail.com> Fri, 12 Jan 2024 00:00:22 +0400
tileos-settings-sway (1.0.7~tileos) unstable; urgency=medium tileos-settings-sway (1.0.7~tileos) unstable; urgency=medium
* Set Bibata cursor by default * Set Bibata cursor by default

View file

@ -5,7 +5,7 @@ include "/home/sunderland93/.gtkrc-2.0.mine"
gtk-theme-name="Catppuccin-Macchiato-Standard-Blue-Dark" gtk-theme-name="Catppuccin-Macchiato-Standard-Blue-Dark"
gtk-icon-theme-name="ePapirus-Dark" gtk-icon-theme-name="ePapirus-Dark"
gtk-font-name="Noto Sans 11" 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-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR