chore: Updated Xmonad look

This commit is contained in:
Afonso Franco 2023-09-18 16:03:15 +01:00
parent e24f989316
commit 762872da76
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
7 changed files with 230 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'",