disable gtk theme, remove rg alias, decr font

This commit is contained in:
Marco Thomas
2021-09-07 22:36:25 +02:00
parent 0006986ee1
commit 7f5b2502ff
3 changed files with 4 additions and 8 deletions

View File

@@ -25,6 +25,6 @@ export XMODIFIERS='@im=fcitx'
export WINIT_UNIX_BACKEND=x11 export WINIT_UNIX_BACKEND=x11
# gtk and qt theme - requires https://github.com/hargonix/Pop-gruvbox/ in ~/.themes # gtk and qt theme - requires https://github.com/hargonix/Pop-gruvbox/ in ~/.themes
export GTK2_RC_FILES="$HOME/.gtkrc-2.0" #export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
export GTK_THEME=Pop-gruvbox:light #export GTK_THEME=Pop-gruvbox:light
export QT_QPA_PLATFORMTHEME="gtk2" #export QT_QPA_PLATFORMTHEME="gtk2"

View File

@@ -44,10 +44,6 @@ export PROMPT="${NAME}${DIR}${GIT} ${ICON}%{$reset_color%} "
zstyle ':vcs_info:git:*' formats '|%b ' zstyle ':vcs_info:git:*' formats '|%b '
# ============================== Aliases # ============================== Aliases
if command -v rg &> /dev/null; then
alias grep="rg"
fi
alias c='clear' alias c='clear'
alias l='ls -lFh' #size,show type,human readable alias l='ls -lFh' #size,show type,human readable

View File

@@ -63,7 +63,7 @@
;; Font ;; Font
; default font ; default font
(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 110) (set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 90)
(set-fontset-font t 'unicode "Source Code Pro" nil 'prepend) (set-fontset-font t 'unicode "Source Code Pro" nil 'prepend)
(set-fontset-font t 'unicode "Noto Color Emoji" nil 'append) (set-fontset-font t 'unicode "Noto Color Emoji" nil 'append)