Fix things
This commit is contained in:
@@ -115,7 +115,7 @@ colors:
|
|||||||
cyan: '0x56b6c2'
|
cyan: '0x56b6c2'
|
||||||
white: '0xffffff'
|
white: '0xffffff'
|
||||||
|
|
||||||
background_opacity: 0.90
|
background_opacity: 0.9
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||||
@@ -135,7 +135,7 @@ cursor:
|
|||||||
|
|
||||||
# If this is `true`, the cursor will be rendered as a hollow box when the
|
# If this is `true`, the cursor will be rendered as a hollow box when the
|
||||||
# window is not focused.
|
# window is not focused.
|
||||||
unfocused_hollow: false
|
unfocused_hollow: true
|
||||||
|
|
||||||
# Live config reload (changes require restart)
|
# Live config reload (changes require restart)
|
||||||
live_config_reload: true
|
live_config_reload: true
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ new_window 1pixel
|
|||||||
|
|
||||||
# Set Border
|
# Set Border
|
||||||
for_window [class="^.*"] border pixel 0
|
for_window [class="^.*"] border pixel 0
|
||||||
for_window [class="Alacritty"] border pixel 2
|
for_window [class="Alacritty"] border pixel 1
|
||||||
for_window [class="xterm"] border pixel 1
|
for_window [class="xterm"] border pixel 1
|
||||||
|
|
||||||
set $red "#e06c75"
|
set $red "#e06c75"
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
# Opacity
|
# Opacity
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"90:class_g *?= 'XTerm'",
|
"90:class_g *?= 'XTerm'",
|
||||||
"95:class_g *?= 'thunar'",
|
|
||||||
"90:class_g *?= 'jetbrains-idea'",
|
"90:class_g *?= 'jetbrains-idea'",
|
||||||
"90:class_g *?= 'code-oss'",
|
"90:class_g *?= 'code-oss'",
|
||||||
];
|
];
|
||||||
@@ -12,15 +11,27 @@ blur: {
|
|||||||
strength = 5;
|
strength = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#inactive-dim = 0.10;
|
||||||
|
#inactive-opacity = 0.9;
|
||||||
|
|
||||||
|
shadow = true;
|
||||||
|
shadow-radius = 12;
|
||||||
|
shadow-opacity = 0.4;
|
||||||
|
shadow-offset-x = 4;
|
||||||
|
shadow-offset-y = 4;
|
||||||
|
shadow-red = 0
|
||||||
|
shadow-green = 0
|
||||||
|
shadow-blue = 0
|
||||||
|
shadow-exclude = [
|
||||||
|
"class_g *?= 'dmenu'",
|
||||||
|
]
|
||||||
|
|
||||||
# Fading
|
# Fading
|
||||||
#fading = true;
|
#fading = true;
|
||||||
#fade-in-step = 0.10;
|
#fade-in-step = 0.10;
|
||||||
#fade-out-step = 0.10;
|
#fade-out-step = 0.10;
|
||||||
#fade-exclude = [ ];
|
#fade-exclude = [ ];
|
||||||
|
|
||||||
#inactive-dim = 0.15;
|
|
||||||
#inactive-opacity = 0.9;
|
|
||||||
|
|
||||||
#detect-rounded-corners = true;
|
#detect-rounded-corners = true;
|
||||||
#corner-radius = 0.0;
|
#corner-radius = 0.0;
|
||||||
#rounded-corners-exclude= [
|
#rounded-corners-exclude= [
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -63,7 +63,7 @@ set mouse=a " a=on, c=off
|
|||||||
set undolevels=1337
|
set undolevels=1337
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
set wildmenu " autocomplete :e
|
set wildmenu " autocomplete :e
|
||||||
set scrolloff=10 " min lines above or below the cursor
|
set scrolloff=5 " min lines above or below the cursor
|
||||||
|
|
||||||
" ============================== Statusline
|
" ============================== Statusline
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
|||||||
Reference in New Issue
Block a user