mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
- clean up code, fix idempotence
* usr/lib/byobu/include/mondrian:
This commit is contained in:
parent
47084a538c
commit
6ec5e1b29a
2 changed files with 5 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,7 +1,7 @@
|
||||||
byobu (4.50) unreleased; urgency=low
|
byobu (4.50) unreleased; urgency=low
|
||||||
|
|
||||||
* usr/bin/byobu-mondrian:
|
* usr/bin/byobu-mondrian:
|
||||||
- clean up code, make idempotent
|
- clean up code, fix idempotence
|
||||||
* usr/bin/byobu-mondrian => usr/lib/byobu/include/modrian,
|
* usr/bin/byobu-mondrian => usr/lib/byobu/include/modrian,
|
||||||
usr/lib/byobu/include/Makefile.am, usr/share/byobu/keybindings/f-
|
usr/lib/byobu/include/Makefile.am, usr/share/byobu/keybindings/f-
|
||||||
keys.tmux, usr/share/byobu/keybindings/f-keys.tmux.disable,
|
keys.tmux, usr/share/byobu/keybindings/f-keys.tmux.disable,
|
||||||
|
@ -9,6 +9,7 @@ byobu (4.50) unreleased; urgency=low
|
||||||
- install modrian
|
- install modrian
|
||||||
* usr/share/byobu/profiles/tmux:
|
* usr/share/byobu/profiles/tmux:
|
||||||
- fix action bar color
|
- fix action bar color
|
||||||
|
* usr/lib/byobu/include/mondrian:
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 18 Nov 2011 15:41:36 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 18 Nov 2011 15:41:36 -0600
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,9 @@ while [ "$blue" = "$yellow" ] || [ "$blue" = "$red" ] || [ $blue -ge $TOTAL_SPLI
|
||||||
done
|
done
|
||||||
|
|
||||||
# Create the window, set the border colors
|
# Create the window, set the border colors
|
||||||
tmux kill-window -t mondrian
|
for i in $(tmux list-windows | grep " mondrian " | awk -F: '{print $1}'); do
|
||||||
|
tmux kill-window -t $i
|
||||||
|
done
|
||||||
tmux new-window -n mondrian "byobu-mondrian color $white_color"
|
tmux new-window -n mondrian "byobu-mondrian color $white_color"
|
||||||
tmux set-option -g pane-active-border-bg black
|
tmux set-option -g pane-active-border-bg black
|
||||||
tmux set-option -g pane-active-border-fg black
|
tmux set-option -g pane-active-border-fg black
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue