mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add gtk config folders
This commit is contained in:
parent
b3033e4329
commit
4f6f4bc8e6
19
home/.config/gtk-2.0/gtkrc
Normal file
19
home/.config/gtk-2.0/gtkrc
Normal file
|
@ -0,0 +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/itsdrike/.gtkrc-2.0.mine"
|
||||||
|
gtk-theme-name="Adwaita-dark"
|
||||||
|
gtk-icon-theme-name="Papirus-Breeze-Dark"
|
||||||
|
gtk-font-name="Noto Sans, 10"
|
||||||
|
gtk-cursor-theme-name="BreezeX-Light"
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
gtk-button-images=1
|
||||||
|
gtk-menu-images=1
|
||||||
|
gtk-enable-event-sounds=1
|
||||||
|
gtk-enable-input-feedback-sounds=1
|
||||||
|
gtk-xft-antialias=1
|
||||||
|
gtk-xft-hinting=1
|
||||||
|
gtk-xft-hintstyle="hintslight"
|
||||||
|
gtk-modules="colorreload-gtk-module:window-decorations-gtk-module:appmenu-gtk-module"
|
3
home/.config/gtk-3.0/bookmarks
Normal file
3
home/.config/gtk-3.0/bookmarks
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
file:///home/itsdrike/Pictures Pictures
|
||||||
|
file:///home/itsdrike/Downloads Downloads
|
||||||
|
file:///home/itsdrike/Personal Personal
|
21
home/.config/gtk-3.0/settings.ini
Normal file
21
home/.config/gtk-3.0/settings.ini
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
[Settings]
|
||||||
|
gtk-application-prefer-dark-theme=true
|
||||||
|
gtk-button-images=1
|
||||||
|
gtk-cursor-theme-name=BreezeX-Light
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
|
gtk-decoration-layout=icon:minimize,maximize,close
|
||||||
|
gtk-enable-animations=true
|
||||||
|
gtk-font-name=Noto Sans, 10
|
||||||
|
gtk-icon-theme-name=Papirus-Breeze-Dark
|
||||||
|
gtk-menu-images=1
|
||||||
|
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module:appmenu-gtk-module
|
||||||
|
gtk-primary-button-warps-slider=false
|
||||||
|
gtk-shell-shows-menubar=1
|
||||||
|
gtk-theme-name=Adwaita-dark
|
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
gtk-enable-event-sounds=1
|
||||||
|
gtk-enable-input-feedback-sounds=1
|
||||||
|
gtk-xft-antialias=1
|
||||||
|
gtk-xft-hinting=1
|
||||||
|
gtk-xft-hintstyle=hintslight
|
Loading…
Reference in a new issue