feat(gtk2): add gtk2 and nwglook config files

This commit is contained in:
Sergio Laín 2023-12-27 13:55:14 +01:00
parent d5e9f6e0ae
commit 00ecbb0b0a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 26 additions and 0 deletions

View file

@ -36,6 +36,7 @@ set -xg ZSH $XDG_DATA_HOME/oh-my-zsh
set -xg PYTHONSTARTUP $XDG_CONFIG_HOME/python/pythonrc set -xg PYTHONSTARTUP $XDG_CONFIG_HOME/python/pythonrc
set -xg WINEPREFIX $XDG_DATA_HOME/wine set -xg WINEPREFIX $XDG_DATA_HOME/wine
set -xg NPM_CONFIG_USERCONFIG $XDG_CONFIG_HOME/npm/npmrc set -xg NPM_CONFIG_USERCONFIG $XDG_CONFIG_HOME/npm/npmrc
set -xg GTK2_RC_FILES $XDG_CONFIG_HOME/gtk-2.0/gtkrc
# Path # Path
fish_add_path $XDG_BIN_HOME fish_add_path $XDG_BIN_HOME

19
.config/gtk-2.0/gtkrc Normal file
View file

@ -0,0 +1,19 @@
# DO NOT EDIT! This file will be overwritten by nwg-look.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "~/.gtkrc-2.0.mine"
gtk-theme-name="Catppuccin-Macchiato-Standard-Lavender-Dark"
gtk-icon-theme-name="Catppuccin-SE"
gtk-font-name="JetBrainsMono Nerd Font 10"
gtk-cursor-theme-name="Catppuccin-Macchiato-Dark-Cursors"
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_BOTH
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="hintfull"
gtk-xft-rgba="rgb"

6
.config/nwg-look/config Normal file
View file

@ -0,0 +1,6 @@
{
"export-settings-ini": true,
"export-gtkrc-20": false,
"export-index-theme": true,
"export-xsettingsd": true
}