diff options
author | James Booth <boothj5@gmail.com> | 2016-09-23 00:56:53 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-09-23 00:56:53 +0100 |
commit | d3cc5bd7ed9563dfc673b72ac3347cf41fc3d057 (patch) | |
tree | 6f7c72dda85e179b7cf1be3278e64f7a8d900674 /themes | |
parent | 3983ee1d6be8245901e83d7d06974005000a1721 (diff) | |
download | profani-tty-d3cc5bd7ed9563dfc673b72ac3347cf41fc3d057.tar.gz |
Allow vertical positioning of all windows
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bios | 5 | ||||
-rw-r--r-- | themes/boothj5 | 6 | ||||
-rw-r--r-- | themes/boothj5_slack | 6 | ||||
-rw-r--r-- | themes/complex | 6 | ||||
-rw-r--r-- | themes/forest | 6 | ||||
-rw-r--r-- | themes/original | 5 | ||||
-rw-r--r-- | themes/simple | 5 |
7 files changed, 32 insertions, 7 deletions
diff --git a/themes/bios b/themes/bios index ea854036..3d524652 100644 --- a/themes/bios +++ b/themes/bios @@ -130,4 +130,7 @@ otr.char=@ pgp.char=% tls.show=true console.muc=first -inputwin.position=bottom +titlebar.position=1 +mainwin.position=2 +statusbar.position=3 +inputwin.position=4 diff --git a/themes/boothj5 b/themes/boothj5 index 5fa069b5..b22e8648 100644 --- a/themes/boothj5 +++ b/themes/boothj5 @@ -137,4 +137,8 @@ tls.show=true console.muc=first console.chat=all console.private=all -inputwin.position=bottom +titlebar.position=1 +mainwin.position=2 +statusbar.position=3 +inputwin.position=4 + diff --git a/themes/boothj5_slack b/themes/boothj5_slack index d0121c1d..2c306598 100644 --- a/themes/boothj5_slack +++ b/themes/boothj5_slack @@ -133,4 +133,8 @@ tls.show=true console.muc=first console.chat=all console.private=all -inputwin.position=bottom +titlebar.position=1 +mainwin.position=2 +statusbar.position=3 +inputwin.position=4 + diff --git a/themes/complex b/themes/complex index 78a01c27..65e09337 100644 --- a/themes/complex +++ b/themes/complex @@ -58,4 +58,8 @@ tls.show=true console.muc=all console.chat=all console.private=all -inputwin.position=bottom +titlebar.position=1 +mainwin.position=2 +statusbar.position=3 +inputwin.position=4 + diff --git a/themes/forest b/themes/forest index 95fc3ad9..13f0f12d 100644 --- a/themes/forest +++ b/themes/forest @@ -77,4 +77,8 @@ occupants.header=bold_green receipt.sent=bold_black [ui] -inputwin.position=top +titlebar.position=1 +inputwin.position=2 +statusbar.position=3 +mainwin.position=4 + diff --git a/themes/original b/themes/original index a5e450ef..27cc38dd 100644 --- a/themes/original +++ b/themes/original @@ -77,4 +77,7 @@ occupants.header=yellow receipt.sent=red [ui] -inputwin.position=bottom +titlebar.position=1 +mainwin.position=2 +statusbar.position=3 +inputwin.position=4 diff --git a/themes/simple b/themes/simple index 9e387049..b26eebf3 100644 --- a/themes/simple +++ b/themes/simple @@ -45,4 +45,7 @@ tls.show=false console.muc=first console.chat=first console.private=first -inputwin.position=bottom +titlebar.position=1 +mainwin.position=2 +statusbar.position=3 +inputwin.position=4 |