aboutsummaryrefslogtreecommitdiff
path: root/x/2bwm.nix
blob: 09d1a0c66d59932e94031d99d08535c28bcc63b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ config
, pkgs
, theme
, ...
}:

with theme;
{
  xresources.properties = {
    "twobwm.border_width" = 8;
    "twobwm.outer_border" = 2;
    "twobwm.focus_color" = base01;
    "twobwm.unfocus_color" = base01;
    "twobwm.fixed_color" = base0D;
    "twobwm.unkill_color" = base08;
    "twobwm.fixed_unkill_color" = base0E;
    "twobwm.outer_border_color" = base00;
    "twobwm.inverted_colors" = true;
  };
}