The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
2

replacing i3bar with tint2

asked 2014-03-14 21:24:20 +0000

ke7ofi gravatar image

As the title suggests, I'd like to replace i3bar with tint2. There are a couple of issues with that. 1. While i3bar creates workspaces as they're used, tint2 forces users to create them explicitly. I'd like to use i3's native workspaces. Is this possible? 2. When I change workspaces, tint2 disappears. I'd like it to persist across workspaces. How does one do that?

edit retag flag offensive close merge delete

Comments

The _how_ cannot be positively answered. I doubt the _why_ can. So, what would you like to achieve?

joepd gravatar imagejoepd ( 2014-03-15 19:44:17 +0000 )edit

Basically, I'd like a transparent i3bar.

ke7ofi gravatar imageke7ofi ( 2014-04-23 05:45:11 +0000 )edit

I have all the features of tint2 working with i3 in my development branch. You will have lots of bars to choose from in the next version.

TonyC gravatar imageTonyC ( 2014-04-30 00:29:00 +0000 )edit

3 answers

Sort by » oldest newest most voted
0

answered 2014-04-17 12:55:42 +0000

Michael gravatar image

Disclaimer: I have never used tint2, so keep that in mind when reading my answer.

1: Change the tint2 source code so that it communicates with i3 like i3bar does. See http://i3wm.org/docs/ipc.html and the i3bar source code itself.

2: The window that tint2 opens needs to set a hint stating that it’s a dock window. Then, i3 will place it at the bottom (or top, depending on the window’s hint) of the screen.

edit flag offensive delete link more
-1

answered 2014-04-23 05:54:05 +0000

joepd gravatar image

Aha, if you want a transparent i3bar, you might be better off with a compositor like Compton. You can define that also a dock window type needs to be transparent:

wintypes:
{
  dock = { opacity = 0.6 };
};
edit flag offensive delete link more
-1

answered 2014-03-17 18:02:19 +0000

Use Xmobar.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-03-14 21:24:20 +0000

Seen: 2,101 times

Last updated: Apr 23 '14