CLI - restrict terminal to particular area
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
OK, this is a console only system, the images you see are 5 separate screen sessions running omxplayer with a specified window size. As you can see, i have a small windows in the bottom right of my screen. I would like to have htop running in this area, but I can't find a way to accomplish this.
I looked at tmux, but if I understand correctly, i would need to run multiple windows to get a window in the specific area I want it in. the color image will be moving to the bottom right, so htop can span the top row of the 4x4 in the bottom right. (assuming i can get this working!)
Thanks!
linux command-line
add a comment |Â
up vote
1
down vote
favorite
OK, this is a console only system, the images you see are 5 separate screen sessions running omxplayer with a specified window size. As you can see, i have a small windows in the bottom right of my screen. I would like to have htop running in this area, but I can't find a way to accomplish this.
I looked at tmux, but if I understand correctly, i would need to run multiple windows to get a window in the specific area I want it in. the color image will be moving to the bottom right, so htop can span the top row of the 4x4 in the bottom right. (assuming i can get this working!)
Thanks!
linux command-line
I dont know enough about omxplayer to be confident, but I would think that you are using the framebuffer in graphics mode, so you can only use another graphics-oriented program to draw in the bottom right corner. Perhaps you can use imagemagick to convert your text output (from saytop -n 1|head 20
) to a jpg image, then use omxplayer to display that image (as apparently it can), repeating this in a slow loop.
â meuh
Jan 23 at 18:38
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
OK, this is a console only system, the images you see are 5 separate screen sessions running omxplayer with a specified window size. As you can see, i have a small windows in the bottom right of my screen. I would like to have htop running in this area, but I can't find a way to accomplish this.
I looked at tmux, but if I understand correctly, i would need to run multiple windows to get a window in the specific area I want it in. the color image will be moving to the bottom right, so htop can span the top row of the 4x4 in the bottom right. (assuming i can get this working!)
Thanks!
linux command-line
OK, this is a console only system, the images you see are 5 separate screen sessions running omxplayer with a specified window size. As you can see, i have a small windows in the bottom right of my screen. I would like to have htop running in this area, but I can't find a way to accomplish this.
I looked at tmux, but if I understand correctly, i would need to run multiple windows to get a window in the specific area I want it in. the color image will be moving to the bottom right, so htop can span the top row of the 4x4 in the bottom right. (assuming i can get this working!)
Thanks!
linux command-line
asked Jan 22 at 4:31
driz
648
648
I dont know enough about omxplayer to be confident, but I would think that you are using the framebuffer in graphics mode, so you can only use another graphics-oriented program to draw in the bottom right corner. Perhaps you can use imagemagick to convert your text output (from saytop -n 1|head 20
) to a jpg image, then use omxplayer to display that image (as apparently it can), repeating this in a slow loop.
â meuh
Jan 23 at 18:38
add a comment |Â
I dont know enough about omxplayer to be confident, but I would think that you are using the framebuffer in graphics mode, so you can only use another graphics-oriented program to draw in the bottom right corner. Perhaps you can use imagemagick to convert your text output (from saytop -n 1|head 20
) to a jpg image, then use omxplayer to display that image (as apparently it can), repeating this in a slow loop.
â meuh
Jan 23 at 18:38
I dont know enough about omxplayer to be confident, but I would think that you are using the framebuffer in graphics mode, so you can only use another graphics-oriented program to draw in the bottom right corner. Perhaps you can use imagemagick to convert your text output (from say
top -n 1|head 20
) to a jpg image, then use omxplayer to display that image (as apparently it can), repeating this in a slow loop.â meuh
Jan 23 at 18:38
I dont know enough about omxplayer to be confident, but I would think that you are using the framebuffer in graphics mode, so you can only use another graphics-oriented program to draw in the bottom right corner. Perhaps you can use imagemagick to convert your text output (from say
top -n 1|head 20
) to a jpg image, then use omxplayer to display that image (as apparently it can), repeating this in a slow loop.â meuh
Jan 23 at 18:38
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f418746%2fcli-restrict-terminal-to-particular-area%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
I dont know enough about omxplayer to be confident, but I would think that you are using the framebuffer in graphics mode, so you can only use another graphics-oriented program to draw in the bottom right corner. Perhaps you can use imagemagick to convert your text output (from say
top -n 1|head 20
) to a jpg image, then use omxplayer to display that image (as apparently it can), repeating this in a slow loop.â meuh
Jan 23 at 18:38