aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-12 19:45:56 -0800
committerFranck Cuny <franck@fcuny.net>2022-03-12 19:45:56 -0800
commitc46b981a1069a11452e7215775588fff853e92ab (patch)
tree61513af662b76781a6771a40dbc3efdf557cb45e
parentnotification: fix timeout and document (diff)
downloadinfra-c46b981a1069a11452e7215775588fff853e92ab.tar.gz
wofi: color + nixfmt
-rw-r--r--users/fcuny/desktop/wm/launcher.nix6
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;
}