chore: add sway border color and border radius
This commit is contained in:
parent
c4bb765066
commit
e8d1dcbe89
@ -2,6 +2,7 @@ include ~/.config/sway/settings/*
|
|||||||
|
|
||||||
blur enable
|
blur enable
|
||||||
blur_passes 4
|
blur_passes 4
|
||||||
|
corner_radius 10
|
||||||
blur_radius 2
|
blur_radius 2
|
||||||
blur_noise 0.2
|
blur_noise 0.2
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@ output {
|
|||||||
}
|
}
|
||||||
|
|
||||||
default_border pixel 2
|
default_border pixel 2
|
||||||
client.focused #16aec9 #16aec9 #222221
|
client.focused "#242b2e" "#e57474" "#dadada" "#e57474"
|
||||||
client.focused_inactive #16aec9 #222221 #c1c1c1
|
client.focused_inactive "#242b2e" "#242b2e" "#242b2e"
|
||||||
focus_on_window_activation none
|
focus_on_window_activation none
|
||||||
popup_during_fullscreen smart
|
popup_during_fullscreen smart
|
||||||
no_focus [window_role="pop-up"]
|
no_focus [window_role="pop-up"]
|
||||||
|
Loading…
Reference in New Issue
Block a user