treewide: change window manager style guide (#414)

This commit is contained in:
diniamo 2024-06-08 17:17:58 +02:00 committed by GitHub
parent 1d3826ceed
commit f0ddd45fbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 14 deletions

View file

@ -67,10 +67,10 @@ An urgent window is one which is grabbing for attention - Windows shows this by
a flashing orange taskbar icon.
- Unfocused window border: base03
- Focused window border: base0A
- Unfocused window border in group: base0D
- Focused window border in group: base06
- Urgent window border: base07
- Focused window border: base0D
- Unfocused window border in group: base03
- Focused window border in group: base0D
- Urgent window border: base08
- Window title text: base05
## Notifications and Popups

View file

@ -8,10 +8,10 @@ in {
config = lib.mkIf config.stylix.targets.bspwm.enable {
xsession.windowManager.bspwm.settings = {
active_border_color = colors.base08;
normal_border_color = colors.base02;
focused_border_color = colors.base0F;
presel_feedback_color = colors.base08;
normal_border_color = colors.base03;
active_border_color = colors.base0C;
focused_border_color = colors.base0D;
presel_feedback_color = colors.base00;
};
};
}

View file

@ -9,13 +9,13 @@ let
settings = {
decoration."col.shadow" = rgba base00 "99";
general = {
"col.active_border" = rgb base0A;
"col.active_border" = rgb base0D;
"col.inactive_border" = rgb base03;
};
group = {
"col.border_inactive" = rgb base0D;
"col.border_active" = rgb base06;
"col.border_locked_active" = rgb base06;
"col.border_inactive" = rgb base03;
"col.border_active" = rgb base0D;
"col.border_locked_active" = rgb base0C;
};
misc.background_color = rgb base00;
};

View file

@ -5,7 +5,7 @@ with config.lib.stylix.colors.withHashtag;
let
text = base05;
urgent = base08;
focused = base0A;
focused = base0D;
unfocused = base03;
fonts = let

View file

@ -5,7 +5,7 @@ with config.lib.stylix.colors.withHashtag;
let
text = base05;
urgent = base08;
focused = base0A;
focused = base0D;
unfocused = base03;
fonts = {