Fix cursor for GTK 2 apps
This commit is contained in:
parent
b83833443b
commit
cdc68187e0
2 changed files with 7 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
tileos-settings-river (1.0.3~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Fix cursor for GTK 2 apps
|
||||||
|
|
||||||
|
-- Aleksey Samoilov <samoilov.lex@gmail.com> Fri, 12 Jan 2024 00:01:33 +0400
|
||||||
|
|
||||||
tileos-settings-river (1.0.2~tileos) unstable; urgency=medium
|
tileos-settings-river (1.0.2~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
* Set Bibata cursor
|
* Set Bibata cursor
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue