lightmode
E. Almqvist 4 years ago
parent dad9f8c17c
commit fad111893e
  1. 2
      .Xresources
  2. 8
      neofetch/config.conf
  3. BIN
      neofetch/icon.png
  4. 1
      picom/picom.conf
  5. 2
      polybar/config

@ -1,5 +1,5 @@
URxvt.scrollBar: false
URxvt.font: xft:Hack:size=11
URxvt.font: xft:Fira Code:size=11
URxvt.url-launcher: /usr/bin/firefox
URxvt*highlightColor: #282a2e

@ -628,7 +628,7 @@ disk_display="off"
# 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty'
# Flag: --backend
# image_backend="w3m"
image_backend="ascii"
image_backend="jp2a"
# Image Source
#
@ -661,7 +661,7 @@ image_source="$HOME/.config/neofetch/icon.png"
# Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME' or 'Ubuntu-Budgie' to use the flavors.
# NOTE: Arch, Crux and Gentoo have a smaller logo variant.
# Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos.
ascii_distro="auto"
ascii_distro="arch_small"
# Ascii Colors
#
@ -728,14 +728,14 @@ crop_offset="center"
# Values: 'auto', '00px', '00%', 'none'
# Flags: --image_size
# --size
image_size="250px"
image_size="256px"
# Gap between image and text
#
# Default: '3'
# Values: 'num', '-num'
# Flag: --gap
gap=4
gap=2
# Image offsets
# Only works with the w3m backend.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 24 KiB

@ -134,7 +134,6 @@ inactive-dim = 0.2
#
# opacity-rule = []
#################################
# Background-Blurring #
#################################

@ -33,7 +33,7 @@ margin-top = 20
margin-bottom = 20
[bar/top]
font-0 = "Hack-Regular:pixelsize=9#1"
font-0 = "Fira Code:pixelsize=9#1"
font-1 = "siji:pixelsize=10#1"
font-2 = "Font Awesome 5 Free Regular:size=10;1"
font-3 = "Font Awesome 5 Free Solid:size=10;1"

Loading…
Cancel
Save