Updated Xmonad look

This commit is contained in:
Afonso Franco 2023-09-18 16:03:15 +01:00
parent bbe4eda1d2
commit 912b77c295
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
8 changed files with 231 additions and 23 deletions

View file

@ -15,11 +15,12 @@ size-transition = true
# Corners #
#################################
# requires: https://github.com/sdhand/compton or https://github.com/jonaburg/picom
corner-radius = 4.0;
corner-radius = 16.0;
rounded-corners-exclude = [
#"window_type = 'normal'",
"class_g = 'Rofi'",
"class_g = 'TelegramDesktop'",
"class_g = 'Dunst'"
];
round-borders = 1;
round-borders-exclude = [
@ -200,7 +201,7 @@ opacity-rule = [
"100:class_g = 'slop'", # maim
"100:class_g = 'XTerm'",
"100:class_g = 'URxvt'",
"100:class_g = 'kitty'",
"85:class_g = 'kitty'",
"100:class_g = 'Alacritty'",
"80:class_g = 'Polybar'",
"100:class_g = 'code-oss'",