about summary refs log tree commit diff
path: root/common-workstation.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-10-21 21:13:42 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-10-21 21:13:42 +0200
commit0e989400c3a699e0b0f9cecda36a7da231d98dec (patch)
treef7ae5a1ecb5d99d8b54b988ba2c134ef7ddfe5dc /common-workstation.nix
parent47c58eb3ef65500f20106306fe9f47a12c18ddc1 (diff)
common-workstation: Color-negate SLiM NixOS logo.
Also colorize it by 20% with white so it appears brighter.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'common-workstation.nix')
-rw-r--r--common-workstation.nix3
1 files changed, 2 insertions, 1 deletions
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}%/' \