simplify and cleanup the mondrian squares easter egg, and idempotent

This commit is contained in:
Dustin Kirkland 2014-04-27 18:07:11 -05:00
commit 13bd91d478
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View file

@ -1,7 +1,7 @@
byobu (5.80) unreleased; urgency=medium byobu (5.80) unreleased; urgency=medium
* usr/lib/byobu/include/mondrian: * 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 <kirkland@ubuntu.com> Sun, 27 Apr 2014 09:22:30 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Sun, 27 Apr 2014 09:22:30 -0500

View file

@ -60,6 +60,7 @@ yellow_color=226
blue_color=57 blue_color=57
white_color=231 white_color=231
tmux kill-window -t mondrian
tmux new-window -n mondrian "$BYOBU_PREFIX/lib/byobu/include/mondrian color $white_color" \; \ 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-bg colour231 \; \
set-option -g pane-active-border-fg black \; \ set-option -g pane-active-border-fg black \; \