From 0e989400c3a699e0b0f9cecda36a7da231d98dec Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 21 Oct 2014 21:13:42 +0200 Subject: common-workstation: Color-negate SLiM NixOS logo. Also colorize it by 20% with white so it appears brighter. Signed-off-by: aszlig --- common-workstation.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common-workstation.nix') diff --git a/common-workstation.nix b/common-workstation.nix index ff170399..5526e4cc 100644 --- a/common-workstation.nix +++ b/common-workstation.nix @@ -121,7 +121,8 @@ in { ${pkgs.imagemagick}/bin/mogrify \ -fill '#080010' -draw 'color 0,0 reset' \ share/slim/themes/nixos-slim-testing/background.png - ${pkgs.imagemagick}/bin/mogrify -negate \ + ${pkgs.imagemagick}/bin/mogrify \ + -negate -region 100x110+0+0 -negate -fill white -colorize 20% \ share/slim/themes/nixos-slim-testing/panel.png sed -i \ -e 's/^\([a-z_]\+_x[^0-9]*\)[0-9]\+%/\1${toString centerLeft}%/' \ -- cgit 1.4.1