diff options
-rw-r--r-- | X11/xresources | 2 | ||||
-rw-r--r-- | environment.d/cursor.conf | 2 | ||||
-rw-r--r-- | gtk-3.0/settings.ini | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/X11/xresources b/X11/xresources index 63f2348..762a674 100644 --- a/X11/xresources +++ b/X11/xresources @@ -493,3 +493,5 @@ dmenu.selhiforeground: #198844 ! white *.color7: #b4b7b5 *.color15: #ffffff +Xcursor.theme: BreezeX-Black +Xcursor.size: 24 diff --git a/environment.d/cursor.conf b/environment.d/cursor.conf index 9b9ef2b..5638210 100644 --- a/environment.d/cursor.conf +++ b/environment.d/cursor.conf @@ -1,2 +1,2 @@ XCURSOR_THEME=BreezeX-Black -XCURSOR_SIZE=32 +XCURSOR_SIZE=24 diff --git a/gtk-3.0/settings.ini b/gtk-3.0/settings.ini index 28ef3a0..dd10b54 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-Solid gtk-icon-theme-name=Cosmic gtk-font-name=Cantarell 11 gtk-cursor-theme-name=BreezeX-Black -gtk-cursor-theme-size=32 +gtk-cursor-theme-size=24 gtk-toolbar-style=3 gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-button-images=0 |