diff --git a/.config/gtk-2.0/gtkfilechooser.ini b/.config/gtk-2.0/gtkfilechooser.ini new file mode 100644 index 0000000..0e70a01 --- /dev/null +++ b/.config/gtk-2.0/gtkfilechooser.ini @@ -0,0 +1,11 @@ +[Filechooser Settings] +LocationMode=path-bar +ShowHidden=false +ShowSizeColumn=true +GeometryX=3069 +GeometryY=877 +GeometryWidth=2112 +GeometryHeight=1481 +SortColumn=name +SortOrder=ascending +StartupMode=recent diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 713d714..bb585a3 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -1,15 +1,16 @@ [Settings] -gtk-theme-name=Ocha -gtk-icon-theme-name=Papirus -gtk-font-name=Hack 12 -gtk-cursor-theme-name=Adwaita +gtk-button-images=0 +gtk-cursor-theme-name=WhiteSur-cursors gtk-cursor-theme-size=0 -gtk-toolbar-style=GTK_TOOLBAR_BOTH -gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-button-images=1 +gtk-enable-event-sounds=0 +gtk-enable-input-feedback-sounds=0 +gtk-font-name=Hack 14 +gtk-icon-theme-name=Papirus gtk-menu-images=1 -gtk-enable-event-sounds=1 -gtk-enable-input-feedback-sounds=1 +gtk-theme-name=Everforest-Light-B +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-xft-antialias=1 gtk-xft-hinting=1 -gtk-xft-hintstyle=hintfull +gtk-xft-hintstyle=hintmedium +gtk-xft-rgba=rgb diff --git a/.config/gtk-4.0/settings.ini b/.config/gtk-4.0/settings.ini new file mode 100644 index 0000000..8cccefe --- /dev/null +++ b/.config/gtk-4.0/settings.ini @@ -0,0 +1,12 @@ +[Settings] +gtk-application-prefer-dark-theme=0 +gtk-button-images=true +gtk-cursor-theme-name=WhiteSur-cursors +gtk-cursor-theme-size=48 +gtk-decoration-layout=icon:minimize,maximize,close +gtk-enable-animations=false +gtk-font-name=Source Code Pro, 10 +gtk-icon-theme-name=Dracula_bac +gtk-menu-images=true +gtk-primary-button-warps-slider=true +gtk-toolbar-style=3 diff --git a/.gtkrc-2.0 b/.gtkrc-2.0 index 1919b6c..95fe77a 100644 --- a/.gtkrc-2.0 +++ b/.gtkrc-2.0 @@ -1,18 +1,19 @@ # DO NOT EDIT! This file will be overwritten by LXAppearance. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -include "/home/tom/.gtkrc-2.0.mine" -gtk-theme-name="Ocha" +include "/home/tux/.gtkrc-2.0.mine" +gtk-theme-name="Everforest-Light-B" gtk-icon-theme-name="Papirus" -gtk-font-name="Hack 12" -gtk-cursor-theme-name="Adwaita" +gtk-font-name="Hack 14" +gtk-cursor-theme-name="WhiteSur-cursors" gtk-cursor-theme-size=0 -gtk-toolbar-style=GTK_TOOLBAR_BOTH +gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-button-images=1 +gtk-button-images=0 gtk-menu-images=1 -gtk-enable-event-sounds=1 -gtk-enable-input-feedback-sounds=1 +gtk-enable-event-sounds=0 +gtk-enable-input-feedback-sounds=0 gtk-xft-antialias=1 gtk-xft-hinting=1 -gtk-xft-hintstyle="hintfull" +gtk-xft-hintstyle="hintmedium" +gtk-xft-rgba="rgb"