update gtk settings

master
Tom Weber 3 years ago
parent 1649313aeb
commit dc350e830f

@ -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

@ -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

@ -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

@ -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"

Loading…
Cancel
Save