diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 2d94327..15bf2bf 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -54,7 +54,7 @@ font: style: Bold Italic # Point size - size: 10 + size: 8 # 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. @@ -68,7 +68,7 @@ draw_bold_text_with_bright_colors: true colors: # Default colors primary: - background: '0x21242b' + background: '0x24292e' foreground: '0xbbc2cf' # Normal colors diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 287f278..df7207b 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -64,7 +64,7 @@ frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#272a34" + frame_color = "#24292e" # Define a color for the separator. # possible values are: @@ -275,7 +275,7 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#272a34" + background = "#24292e" foreground = "#ffffff" frame_color = "#272727" timeout = 10 @@ -283,7 +283,7 @@ #icon = /path/to/icon [urgency_normal] - background = "#272a34" + background = "#24292e" foreground = "#ffffff" frame_color = "#272727" timeout = 10 @@ -291,7 +291,7 @@ #icon = /path/to/icon [urgency_critical] - background = "#272a34" + background = "#24292e" foreground = "#ffffff" frame_color = "#272727" timeout = 0 diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 37ee873..a88876f 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -2,7 +2,7 @@ #compositing-foreground = over [colors] -background = #21242b +background = #24292e foreground = #fefefe foreground2 = #77fefefe line = #bbb @@ -34,7 +34,7 @@ white = #787c99 # margin-bottom = 0 [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-2 = "Font Awesome 5 Free Regular:size=12;1" font-3 = "Font Awesome 5 Free Solid:size=12;1" @@ -46,15 +46,15 @@ monitor = ${env:MONITOR} # override-redirect = true width = 100% -height = 36 +height = 28 # bottom = 1 background = ${colors.background} foreground = ${colors.foreground} -padding-left = 2 -padding-right = 2 +padding-left = 16 +padding-right = 16 module-margin = 1 modules-left = dwm diff --git a/preview.png b/preview.png index 847608b..93030e8 100644 Binary files a/preview.png and b/preview.png differ diff --git a/rofi/.config/rofi/doomsidebar.rasi b/rofi/.config/rofi/doomsidebar.rasi index 2dc5f61..8eb4195 100644 --- a/rofi/.config/rofi/doomsidebar.rasi +++ b/rofi/.config/rofi/doomsidebar.rasi @@ -4,9 +4,9 @@ dark: #282c34; border-color: #1d1f21; // Black - black: #21242b; - blackop: #21242bef; - lightblack: #21242b; + black: #24292e; + blackop: #24292eef; + lightblack: #24292e; // // Red red: #ff6c6b;