diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-12 19:45:56 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-12 19:45:56 -0800 |
commit | c46b981a1069a11452e7215775588fff853e92ab (patch) | |
tree | 61513af662b76781a6771a40dbc3efdf557cb45e /users | |
parent | notification: fix timeout and document (diff) | |
download | world-c46b981a1069a11452e7215775588fff853e92ab.tar.gz |
wofi: color + nixfmt
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/desktop/wm/launcher.nix | 6 |
1 files changed, 2 insertions, 4 deletions
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; } |