about summary refs log tree commit diff
diff options
context:
space:
mode:
-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}%/' \