question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Title module gives nothing

See original GitHub issue

I wish to have the title module actually display the name of the window, but it only gives n/a, regardless of what I try.

I do have i3ipc installed, as I tested it by importing it in a python prompt.

Here’s the bar bit of my i3 config:

bar
{
	# Position
	position top

	# Assume that bumblebee-status is cloned in the home directory
	status_command $HOME/bumblebee-status/bumblebee-status -m title weather battery caffeine redshift brightness pasink datetime -p interval=0.5 datetime.format="%a, %d %b '%y | %H:%M:%S" -t gruvbox-powerline

	colors {
		background $bg-color
		separator #757575
		#                  border             background         text
		focused_workspace  $border-color      $bg-color          $text-color
		inactive_workspace $inactive-bg-color $inactive-bg-color $inactive-text-color
		urgent_workspace   $urgent-bg-color   $urgent-bg-color   $text-color
	}
}

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:22 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
kablondinocommented, Mar 15, 2018

Your hunches were completely correct. pip was defaulted to install packages into the Anaconda2 directory. I explicitly installed python3-pip and installed that version of i3ipc. I also needed to explicitly prefix the status_command with python3, and it now works like a charm.

I hope that you add a little bit of documentation describing this for future people. Hopefully no headaches were caused on your parts due to this. Thanks.

EDIT: I removed the git version, and am now using my distribution’s package. I didn’t have to prefix it in that case.

2reactions
ltgouveacommented, Mar 14, 2018

I’m having the same issue on Debian (Stretch) using i3-gaps and I would like to contribute also

EDIT: I was missing i3ipc module, pip3 install i3ipc solved the issue for me

Read more comments on GitHub >

github_iconTop Results From Across the Web

None title | Drupal.org
This module makes it possible to write <none> in the node title field to hide the title. Supporting organizations:.
Read more >
How to get page title in requests - python - Stack Overflow
You need an HTML parser to parse the HTML response and get the title tag's text: Example using lxml.html : >>> import requests...
Read more >
The Document Title element - HTML - MDN Web Docs - Mozilla
The HTML element defines the document's title that is shown in a browser's title bar or a page's tab. It only contains text;...
Read more >
Module Monday: Exclude Node Title - Lullabot
If you've ever performed this trick yourself using theme preprocessing hooks, you'll recognize what's going on: Exclude Node Title module ...
Read more >
New Module: Title Images | ExpressionEngine
Just gave a run on this module and would have to say that it works pretty well. The spacing of the letters would...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found