From 4e325d70dbd783526f76491e5bbba40fcd6edd5b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 9 Apr 2022 12:22:55 -0700 Subject: delete configuration related to colors Setting colors is hard, and it's an easy way to waste time. The only color settings I keep are the ones related to waybar, to make sure it does not look like a Christmas tree. Which means that most applications are going to use their default theme, and I'm OK with that. --- home/wm/wofi/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'home/wm/wofi/default.nix') diff --git a/home/wm/wofi/default.nix b/home/wm/wofi/default.nix index f1e1663..ad3c759 100644 --- a/home/wm/wofi/default.nix +++ b/home/wm/wofi/default.nix @@ -4,6 +4,5 @@ in { config = lib.mkIf isEnabled { home.packages = with pkgs; [ wofi ]; xdg.configFile."wofi/config".source = ./config; - xdg.configFile."wofi/style.css".source = ./style.css; }; } -- cgit v1.2.3