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
|
opacity = 0.6
|
||||||
dynamic_title = true
|
dynamic_title = true
|
||||||
dynamic_padding = true
|
dynamic_padding = true
|
||||||
padding = { x = 0, y = 0 }
|
padding = { x = 10, y = 10 }
|
||||||
resize_increments = true
|
resize_increments = true
|
||||||
decorations = "None"
|
decorations = "None"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 10
|
size = 10
|
||||||
normal = { family = "OverpassM Nerd Font Mono", style = "Regular" }
|
normal = { family = "OverpassM Nerd Font Mono", style = "Regular" }
|
||||||
offset = { x = 0, y = -3 }
|
offset = { x = 0, y = -6 }
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
blink_interval = 500
|
vi_mode_style = {shape = "Block", blinking = "Off"}
|
||||||
[cursor.style]
|
style = {shape = "Underline", blinking = "Off"}
|
||||||
shape = "Underline"
|
|
||||||
blinking = "On"
|
[mouse]
|
||||||
|
hide_when_typing = true
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
import = ["./colors.toml"]
|
import = ["./colors.toml"]
|
||||||
|
|
|
@ -11,9 +11,9 @@ default_border pixel 2
|
||||||
default_floating_border pixel 2
|
default_floating_border pixel 2
|
||||||
|
|
||||||
# Borders
|
# Borders
|
||||||
client.focused $color599 $color599 $color0 $color13
|
client.focused $color13 $color13 $color0 $color1399
|
||||||
client.focused_inactive $color000 $color000 $color000 $color000
|
client.focused_inactive $color099 $color000 $color000 $color000
|
||||||
client.unfocused $color000 $color000 $color000 $color000
|
client.unfocused $color099 $color000 $color000 $color000
|
||||||
|
|
||||||
set {
|
set {
|
||||||
$layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10
|
$layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10
|
||||||
|
@ -35,4 +35,4 @@ shadows enable
|
||||||
shadow_color $color5bb
|
shadow_color $color5bb
|
||||||
shadow_inactive_color $color555
|
shadow_inactive_color $color555
|
||||||
shadow_blur_radius 10
|
shadow_blur_radius 10
|
||||||
#corner_radius 8
|
corner_radius 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue