Add rounded corners

This commit is contained in:
Andrew Scott 2023-03-23 20:02:38 -04:00
parent 5f17112f69
commit a940d6e6e0
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -147,7 +147,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# Sets the radius of rounded window corners. When > 0, the compositor will # Sets the radius of rounded window corners. When > 0, the compositor will
# round the corners of windows. Does not interact well with # round the corners of windows. Does not interact well with
# `transparent-clipping`. # `transparent-clipping`.
corner-radius = 0 corner-radius = 10
# Exclude conditions for rounded corners. # Exclude conditions for rounded corners.
rounded-corners-exclude = [ rounded-corners-exclude = [
@ -425,7 +425,7 @@ log-level = "warn";
wintypes: wintypes:
{ {
tooltip = { fade = true; shadow = true; opacity = false; focus = true; full-shadow = false; }; tooltip = { fade = true; shadow = true; opacity = false; focus = true; full-shadow = false; };
dock = { shadow = false; clip-shadow-above = true; } dock = { shadow = false; clip-shadow-above = true; opacity = 0.95; }
dnd = { shadow = false; } dnd = { shadow = false; }
popup_menu = { opacity = false; } popup_menu = { opacity = false; }
dropdown_menu = { opacity = false; } dropdown_menu = { opacity = false; }