From 5cdb4e421a809de51c3ebe8404e50d732721238b Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 26 Sep 2021 21:26:36 +0530 Subject: init --- x/2bwm.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 x/2bwm.nix (limited to 'x/2bwm.nix') diff --git a/x/2bwm.nix b/x/2bwm.nix new file mode 100644 index 0000000..09d1a0c --- /dev/null +++ b/x/2bwm.nix @@ -0,0 +1,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; + }; +} -- cgit v1.2.3