desktop(dms): small tweaks

This commit is contained in:
2025-12-01 20:41:12 +02:00
parent 4ae4e3df73
commit 21417986f6
2 changed files with 6 additions and 6 deletions

View File

@@ -320,11 +320,11 @@ in {
bottom-right = r; bottom-right = r;
}; };
} }
{ # {
matches = [{is-active = false;}]; # matches = [{is-active = false;}];
draw-border-with-background = false; # draw-border-with-background = false;
opacity = 0.9; # opacity = 0.9;
} # }
{ {
matches = [ matches = [
{title = "Picture-in-Picture";} {title = "Picture-in-Picture";}

View File

@@ -8,7 +8,7 @@
label_color = base05; label_color = base05;
label_select_color = base0A; label_select_color = base0A;
unselectable_bg_color = "#2222"; unselectable_bg_color = "#2222";
selectable_bg_color = base01 + "cc"; selectable_bg_color = base01 + "66";
selectable_border_color = base01; selectable_border_color = base01;
label_font_family = config.stylix.fonts.sansSerif.name; label_font_family = config.stylix.fonts.sansSerif.name;
label_font_size = "12 50% 100"; label_font_size = "12 50% 100";