Tweaks & font resize

lightmode
E. Almqvist 2 years ago
parent 3dedcb35a0
commit 070375c8fa
  1. 4
      alacritty/.config/alacritty/alacritty.yml
  2. 8
      dunst/.config/dunst/dunstrc
  3. 10
      polybar/.config/polybar/config
  4. BIN
      preview.png
  5. 6
      rofi/.config/rofi/doomsidebar.rasi

@ -54,7 +54,7 @@ font:
style: Bold Italic style: Bold Italic
# Point size # Point size
size: 10 size: 8
# Offset is the extra space around each character. `offset.y` can be thought of # 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. # as modifying the line spacing, and `offset.x` as modifying the letter spacing.
@ -68,7 +68,7 @@ draw_bold_text_with_bright_colors: true
colors: colors:
# Default colors # Default colors
primary: primary:
background: '0x21242b' background: '0x24292e'
foreground: '0xbbc2cf' foreground: '0xbbc2cf'
# Normal colors # Normal colors

@ -64,7 +64,7 @@
frame_width = 1 frame_width = 1
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
frame_color = "#272a34" frame_color = "#24292e"
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are:
@ -275,7 +275,7 @@
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#272a34" background = "#24292e"
foreground = "#ffffff" foreground = "#ffffff"
frame_color = "#272727" frame_color = "#272727"
timeout = 10 timeout = 10
@ -283,7 +283,7 @@
#icon = /path/to/icon #icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#272a34" background = "#24292e"
foreground = "#ffffff" foreground = "#ffffff"
frame_color = "#272727" frame_color = "#272727"
timeout = 10 timeout = 10
@ -291,7 +291,7 @@
#icon = /path/to/icon #icon = /path/to/icon
[urgency_critical] [urgency_critical]
background = "#272a34" background = "#24292e"
foreground = "#ffffff" foreground = "#ffffff"
frame_color = "#272727" frame_color = "#272727"
timeout = 0 timeout = 0

@ -2,7 +2,7 @@
#compositing-foreground = over #compositing-foreground = over
[colors] [colors]
background = #21242b background = #24292e
foreground = #fefefe foreground = #fefefe
foreground2 = #77fefefe foreground2 = #77fefefe
line = #bbb line = #bbb
@ -34,7 +34,7 @@ white = #787c99
# margin-bottom = 0 # margin-bottom = 0
[bar/top] [bar/top]
font-0 = "IBM Plex Mono:pixelsize=11;1" font-0 = "IBM Plex Mono:pixelsize=9;1"
font-1 = "siji:pixelsize=12;1" font-1 = "siji:pixelsize=12;1"
font-2 = "Font Awesome 5 Free Regular:size=12;1" font-2 = "Font Awesome 5 Free Regular:size=12;1"
font-3 = "Font Awesome 5 Free Solid:size=12;1" font-3 = "Font Awesome 5 Free Solid:size=12;1"
@ -46,15 +46,15 @@ monitor = ${env:MONITOR}
# override-redirect = true # override-redirect = true
width = 100% width = 100%
height = 36 height = 28
# bottom = 1 # bottom = 1
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}
padding-left = 2 padding-left = 16
padding-right = 2 padding-right = 16
module-margin = 1 module-margin = 1
modules-left = dwm modules-left = dwm

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 2.8 MiB

@ -4,9 +4,9 @@
dark: #282c34; dark: #282c34;
border-color: #1d1f21; border-color: #1d1f21;
// Black // Black
black: #21242b; black: #24292e;
blackop: #21242bef; blackop: #24292eef;
lightblack: #21242b; lightblack: #24292e;
// //
// Red // Red
red: #ff6c6b; red: #ff6c6b;

Loading…
Cancel
Save