various updates, mainly hyprland

This commit is contained in:
2024-10-29 01:14:57 +01:00
parent 417c05c469
commit a0fb1d31f3
16 changed files with 597 additions and 55 deletions

View File

@ -1,51 +1,11 @@
live_config_reload = true
[bell]
animation = "EaseOutExpo"
color = "0xffffff"
duration = 0
[colors]
draw_bold_text_with_bright_colors = false
[colors.bright]
black = "#505050"
blue = "#547C99"
cyan = "#7DD6CF"
green = "#7B9246"
magenta = "#9F4E85"
red = "#A53C23"
white = "#F5F5F5"
yellow = "#D3A04D"
[colors.cursor]
cursor = "0x4d4d4c"
text = "0xffffff"
[colors.normal]
black = "#151515"
blue = "#6C99BB"
cyan = "#7DD6CF"
green = "#7B9246"
magenta = "#9F4E85"
red = "#A53C23"
white = "#D0D0D0"
yellow = "#D3A04D"
[colors.primary]
background = "#222222"
foreground = "#D0D0D0"
[cursor.style]
shape = "Beam"
blinking = "On"
[debug]
log_level = "OFF"
persistent_logging = false
print_events = false
render_timer = false
[font]
size = 16.0
@ -69,6 +29,17 @@ style = "Regular"
x = 0
y = 0
[bell]
animation = "EaseOutExpo"
color = "0xffffff"
duration = 0
[debug]
log_level = "OFF"
persistent_logging = false
print_events = false
render_timer = false
[mouse]
bindings = [
{ action = "PasteSelection", mouse = "Middle" },
@ -103,3 +74,8 @@ lines = 40
[window.padding]
x = 5
y = 5
[general]
live_config_reload = true
# Set the theme by changing the link 'themes/current.toml'
import = ["~/.config/alacritty/themes/current.toml"]