hyprland: Reduce border opacity

This commit is contained in:
Donovan Glover 2023-07-03 19:00:43 -04:00
parent cb976a9728
commit bb51d048a9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -50,8 +50,8 @@ in
gaps_in = 0
gaps_out = -1
border_size = 0
col.active_border = rgba(${base03}ff) rgba(${base04}ff) 45deg
col.inactive_border = rgba(${base02}ff)
col.active_border = rgba(${base03}aa) rgba(${base04}aa) 45deg
col.inactive_border = rgba(${base02}99)
layout = master
}