diff options
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; } |