diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 2fd3c4c..d9df38e 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -28,7 +28,7 @@ font: # Normal (roman) font face normal: - family: monospace + family: JetBrainsMono Nerd Font Mono # The `style` can be specified to pick a specific face. style: Regular @@ -36,7 +36,7 @@ font: # Bold font face bold: - family: monospace + family: JetBrainsMono Nerd Font Mono # The `style` can be specified to pick a specific face. style: Bold @@ -49,13 +49,13 @@ font: # Bold italic font face bold_italic: - family: monospace + family: JetBrainsMono Nerd Font Mono # The `style` can be specified to pick a specific face. style: Bold Italic # Point size - size: 10 + size: 10 # 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. @@ -70,11 +70,11 @@ draw_bold_text_with_bright_colors: true colors: # Default colors primary: - background: '0x111015' - foreground: '0xfefefe' + background: '0x0c1115' + foreground: '0xefefff' selection: - text: '0xbbc2cf' + text: '0x000000' # Normal colors normal: diff --git a/neofetch/.config/neofetch/config.conf b/neofetch/.config/neofetch/config.conf index 960711d..fea3e2d 100644 --- a/neofetch/.config/neofetch/config.conf +++ b/neofetch/.config/neofetch/config.conf @@ -24,13 +24,13 @@ print_info() { # info "GPU Driver" gpu_driver # Linux/macOS only # info "CPU Usage" cpu_usage - # info "Disk" disk + info "Disk" disk # info "Battery" battery # info "Font" font # info "Song" song # [[ "$player" ]] && print "Music Player" "$player" info "Local IP" local_ip - info "Public IP" public_ip + # info "Public IP" public_ip # info "Users" users # info "Locale" locale # This only works on glibc systems. diff --git a/preview.png b/preview.png index 1b2af82..ce1809c 100644 Binary files a/preview.png and b/preview.png differ