From f04cb3e3669b4a7ae79004a52bf158c0c36e120d Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sun, 14 Aug 2022 15:13:08 +0200 Subject: [PATCH] Cleaner rice --- alacritty/.config/alacritty/alacritty.yml | 4 ++-- dunst/.config/dunst/dunstrc | 8 ++++---- picom/.config/picom/picom.conf | 8 ++++++-- polybar/.config/polybar/config | 12 ++++++------ rofi/.config/rofi/doomsidebar.rasi | 6 +++--- 5 files changed, 21 insertions(+), 17 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index bd11133..8b6d3d9 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -3,7 +3,7 @@ env: TERM: xterm-256color window: - opacity: 1.0 + opacity: 1.0 padding: x: 8 y: 8 @@ -68,7 +68,7 @@ draw_bold_text_with_bright_colors: true colors: # Default colors primary: - background: '0x24292e' + background: '0x282c34' foreground: '0xbbc2cf' # Normal colors diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index df7207b..370f82d 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 = "#24292e" + frame_color = "#282c34" # 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 = "#24292e" + background = "#282c34" foreground = "#ffffff" frame_color = "#272727" timeout = 10 @@ -283,7 +283,7 @@ #icon = /path/to/icon [urgency_normal] - background = "#24292e" + background = "#282c34" foreground = "#ffffff" frame_color = "#272727" timeout = 10 @@ -291,7 +291,7 @@ #icon = /path/to/icon [urgency_critical] - background = "#24292e" + background = "#282c34" foreground = "#ffffff" frame_color = "#272727" timeout = 0 diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 99ec0cc..6c91226 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -145,9 +145,12 @@ inactive-dim = 0.2 # Parameters for background blurring, see the *BLUR* section for more information. + # blur-method = "dual_kawase"; -blur-strength = 8; +# blur-strength = 8; # blur-size = 2; + + # # blur-deviation = false # @@ -184,6 +187,7 @@ blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"; blur-background-exclude = [ #"window_type = 'dock'", "window_type = 'desktop'", + "window_type = 'alacritty'", "_GTK_FRAME_EXTENTS@:c" ]; @@ -404,7 +408,7 @@ rounded-corners-exclude = [ # "class_g = 'URxvt'", # "class_g = 'XTerm'", # "class_g = 'kitty'", - "class_g = 'Alacritty'", +# "class_g = 'Alacritty'", "class_g = 'Polybar'", # "class_g = 'code-oss'", # "class_g = 'TelegramDesktop'", diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index a42be44..69ec07d 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -2,7 +2,7 @@ #compositing-foreground = over [colors] -background = #24292e +background = #0024292e foreground = #fefefe foreground2 = #77fefefe line = #bbb @@ -34,7 +34,7 @@ white = #787c99 # margin-bottom = 0 [bar/top] -font-0 = "IBM Plex Mono:pixelsize=9;1" +font-0 = "Fira Code:pixelsize=9:weight=medium;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" @@ -53,11 +53,11 @@ height = 28 background = ${colors.background} foreground = ${colors.foreground} -padding-left = 2 -padding-right = 2 +padding-left = 4 +padding-right = 4 module-margin = 1 -modules-left = dwm +modules-left = dwm modules-center = title modules-right = cmus pulseaudio wlan battery time date @@ -290,7 +290,7 @@ type = internal/xwindow format-background = ${colors.background} format-foreground = #f0c674 format-padding = 1 -label-maxlen = 50 +label-maxlen = 100 [module/battery] type = internal/battery diff --git a/rofi/.config/rofi/doomsidebar.rasi b/rofi/.config/rofi/doomsidebar.rasi index 8eb4195..aa293d6 100644 --- a/rofi/.config/rofi/doomsidebar.rasi +++ b/rofi/.config/rofi/doomsidebar.rasi @@ -4,9 +4,9 @@ dark: #282c34; border-color: #1d1f21; // Black - black: #24292e; - blackop: #24292eef; - lightblack: #24292e; + black: #282c34; + blackop: #282c34ef; + lightblack: #282c34; // // Red red: #ff6c6b;