✨ feat(gtk2): add gtk2 and nwglook config files
This commit is contained in:
parent
d5e9f6e0ae
commit
00ecbb0b0a
3 changed files with 26 additions and 0 deletions
|
@ -36,6 +36,7 @@ set -xg ZSH $XDG_DATA_HOME/oh-my-zsh
|
|||
set -xg PYTHONSTARTUP $XDG_CONFIG_HOME/python/pythonrc
|
||||
set -xg WINEPREFIX $XDG_DATA_HOME/wine
|
||||
set -xg NPM_CONFIG_USERCONFIG $XDG_CONFIG_HOME/npm/npmrc
|
||||
set -xg GTK2_RC_FILES $XDG_CONFIG_HOME/gtk-2.0/gtkrc
|
||||
|
||||
# Path
|
||||
fish_add_path $XDG_BIN_HOME
|
||||
|
|
19
.config/gtk-2.0/gtkrc
Normal file
19
.config/gtk-2.0/gtkrc
Normal 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
6
.config/nwg-look/config
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"export-settings-ini": true,
|
||||
"export-gtkrc-20": false,
|
||||
"export-index-theme": true,
|
||||
"export-xsettingsd": true
|
||||
}
|
Loading…
Add table
Reference in a new issue