From c46b981a1069a11452e7215775588fff853e92ab Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Mar 2022 19:45:56 -0800 Subject: wofi: color + nixfmt --- users/fcuny/desktop/wm/launcher.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'users/fcuny') diff --git a/users/fcuny/desktop/wm/launcher.nix b/users/fcuny/desktop/wm/launcher.nix index da3af1a..9b0b7a3 100644 --- a/users/fcuny/desktop/wm/launcher.nix +++ b/users/fcuny/desktop/wm/launcher.nix @@ -1,9 +1,7 @@ { pkgs, config, ... }: { - home.packages = with pkgs; [ - wofi - ]; + home.packages = with pkgs; [ wofi ]; xdg.configFile."wofi/config".text = '' allow_images=true @@ -18,7 +16,7 @@ } window { - color: #CBD8EB; + color: #5E81AC; background-color: rgba(27, 27, 28, 0.92); border: 2px solid #75d5ff; } -- cgit 1.4.1