lightmode
Elias Almqvist 2 years ago
parent 119dbcc503
commit d1d8ece3e8
  1. 8
      alacritty/.config/alacritty/alacritty.yml
  2. 2
      oh-my-zsh/.oh-my-zsh/aliases.sh
  3. 4
      oh-my-zsh/.oh-my-zsh/custom/themes/minimal.zsh-theme
  4. 2
      picom/.config/picom/picom.conf

@ -27,7 +27,7 @@ font:
# Normal (roman) font face
normal:
family: "Fira Code"
family: Fira Code
# The `style` can be specified to pick a specific face.
style: Regular
@ -35,7 +35,7 @@ font:
# Bold font face
bold:
family: "Fira Code"
family: Fira Code
# The `style` can be specified to pick a specific face.
style: Bold
@ -48,13 +48,13 @@ font:
# Bold italic font face
bold_italic:
family: "Fira Code"
family: Fira Code
# The `style` can be specified to pick a specific face.
style: Bold Italic
# Point size
size: 11
size: 7
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.

@ -7,3 +7,5 @@ alias ccd="pwd | xcopy"
# Programs
alias vidconvert="ffmpeg -i"
alias vim="nvim"
alias vi="nvim"

@ -4,5 +4,5 @@ function prompt_char {
PROMPT='%{$reset_color%}%{$fg_bold[white]%}%c $(prompt_char)$(git_prompt_info)> %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX=" ("
ZSH_THEME_GIT_PROMPT_SUFFIX=")"
ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$reset_color%}%{$fg_bold[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}%{$fg_bold[white]%})"

@ -404,7 +404,7 @@ rounded-corners-exclude = [
# "class_g = 'URxvt'",
# "class_g = 'XTerm'",
# "class_g = 'kitty'",
# "class_g = 'Alacritty'",
"class_g = 'Alacritty'",
"class_g = 'Polybar'",
# "class_g = 'code-oss'",
# "class_g = 'TelegramDesktop'",

Loading…
Cancel
Save