New backup 2025-07-18 10:30:01
This commit is contained in:
parent
8e4d913210
commit
cd69917cad
2 changed files with 11 additions and 10 deletions
|
@ -3,20 +3,21 @@
|
|||
opacity = 0.6
|
||||
dynamic_title = true
|
||||
dynamic_padding = true
|
||||
padding = { x = 0, y = 0 }
|
||||
padding = { x = 10, y = 10 }
|
||||
resize_increments = true
|
||||
decorations = "None"
|
||||
|
||||
[font]
|
||||
size = 10
|
||||
normal = { family = "OverpassM Nerd Font Mono", style = "Regular" }
|
||||
offset = { x = 0, y = -3 }
|
||||
offset = { x = 0, y = -6 }
|
||||
|
||||
[cursor]
|
||||
blink_interval = 500
|
||||
[cursor.style]
|
||||
shape = "Underline"
|
||||
blinking = "On"
|
||||
vi_mode_style = {shape = "Block", blinking = "Off"}
|
||||
style = {shape = "Underline", blinking = "Off"}
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = true
|
||||
|
||||
[general]
|
||||
import = ["./colors.toml"]
|
||||
|
|
|
@ -11,9 +11,9 @@ default_border pixel 2
|
|||
default_floating_border pixel 2
|
||||
|
||||
# Borders
|
||||
client.focused $color599 $color599 $color0 $color13
|
||||
client.focused_inactive $color000 $color000 $color000 $color000
|
||||
client.unfocused $color000 $color000 $color000 $color000
|
||||
client.focused $color13 $color13 $color0 $color1399
|
||||
client.focused_inactive $color099 $color000 $color000 $color000
|
||||
client.unfocused $color099 $color000 $color000 $color000
|
||||
|
||||
set {
|
||||
$layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10
|
||||
|
@ -35,4 +35,4 @@ shadows enable
|
|||
shadow_color $color5bb
|
||||
shadow_inactive_color $color555
|
||||
shadow_blur_radius 10
|
||||
#corner_radius 8
|
||||
corner_radius 8
|
||||
|
|
Loading…
Add table
Reference in a new issue