Merge branch 'master' of git.darkou.fr:dbroqua/home
This commit is contained in:
commit
c9993b6af2
2 changed files with 16 additions and 8 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -74,3 +74,7 @@ config/strawberry/
|
||||||
local/share/.vivaldi_reporting_data
|
local/share/.vivaldi_reporting_data
|
||||||
config/otpclient.cfg
|
config/otpclient.cfg
|
||||||
config/BraveSoftware/
|
config/BraveSoftware/
|
||||||
|
config/easytag
|
||||||
|
config/lazydocker/
|
||||||
|
config/syncthing-gtk/
|
||||||
|
config/syncthing/
|
||||||
|
|
|
@ -1,16 +1,20 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-application-prefer-dark-theme=1
|
gtk-application-prefer-dark-theme=true
|
||||||
gtk-theme-name=Nordic
|
gtk-button-images=true
|
||||||
gtk-icon-theme-name=NordArc-Icons
|
|
||||||
gtk-font-name=Sans 10
|
|
||||||
gtk-cursor-theme-name=ComixCursors-Opaque-White
|
gtk-cursor-theme-name=ComixCursors-Opaque-White
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=0
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
gtk-decoration-layout=icon:minimize,maximize,close
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
gtk-enable-animations=true
|
||||||
gtk-button-images=1
|
|
||||||
gtk-menu-images=1
|
|
||||||
gtk-enable-event-sounds=1
|
gtk-enable-event-sounds=1
|
||||||
gtk-enable-input-feedback-sounds=1
|
gtk-enable-input-feedback-sounds=1
|
||||||
|
gtk-font-name=Noto Sans, 10
|
||||||
|
gtk-icon-theme-name=NordArc-Icons
|
||||||
|
gtk-menu-images=true
|
||||||
|
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
|
||||||
|
gtk-primary-button-warps-slider=false
|
||||||
|
gtk-theme-name=Nordic
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
gtk-toolbar-style=3
|
||||||
gtk-xft-antialias=1
|
gtk-xft-antialias=1
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
gtk-xft-hintstyle=hintfull
|
gtk-xft-hintstyle=hintfull
|
||||||
|
|
Loading…
Reference in a new issue