From 13bd91d47874cbab50d4b9609b405fda3fc90c03 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sun, 27 Apr 2014 18:07:11 -0500 Subject: [PATCH] simplify and cleanup the mondrian squares easter egg, and idempotent --- debian/changelog | 2 +- usr/lib/byobu/include/mondrian | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a31fecef..ee3be94e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ byobu (5.80) unreleased; urgency=medium * usr/lib/byobu/include/mondrian: - - simplify and cleanup the mondrian squares easter egg + - simplify and cleanup the mondrian squares easter egg, and idempotent -- Dustin Kirkland Sun, 27 Apr 2014 09:22:30 -0500 diff --git a/usr/lib/byobu/include/mondrian b/usr/lib/byobu/include/mondrian index 502699d3..28955875 100755 --- a/usr/lib/byobu/include/mondrian +++ b/usr/lib/byobu/include/mondrian @@ -60,6 +60,7 @@ yellow_color=226 blue_color=57 white_color=231 +tmux kill-window -t mondrian tmux new-window -n mondrian "$BYOBU_PREFIX/lib/byobu/include/mondrian color $white_color" \; \ set-option -g pane-active-border-bg colour231 \; \ set-option -g pane-active-border-fg black \; \