lightmode
E. Almqvist 3 years ago
parent 8abcc31ec3
commit 67dac33f9d
  1. 12
      alacritty/.config/alacritty/alacritty.yml
  2. 4
      neofetch/.config/neofetch/config.conf
  3. BIN
      preview.png

@ -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,7 +49,7 @@ 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
@ -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:

@ -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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 KiB

After

Width:  |  Height:  |  Size: 287 KiB

Loading…
Cancel
Save