Cleaner rice

lightmode
E. Almqvist 2 years ago
parent eb17de89cf
commit f04cb3e366
  1. 4
      alacritty/.config/alacritty/alacritty.yml
  2. 8
      dunst/.config/dunst/dunstrc
  3. 8
      picom/.config/picom/picom.conf
  4. 12
      polybar/.config/polybar/config
  5. 6
      rofi/.config/rofi/doomsidebar.rasi

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

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

@ -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'",

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

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

Loading…
Cancel
Save