You are not logged in.

#1 2014-03-25 23:20:12

segfaultless
Member
Registered: 2014-03-25
Posts: 7

i3situation config and plugin discussion

Hello everyone,

I have been working on a program called i3situation for a few months now and feel it is ready to properly share with people.

It is a replacement for i3status that uses plugins in order to provide functionality. It is really easy to write your own plugins, in python, and I am always looking for new ones to add to the repo.

Here is a link to my configuration, it works with version 1.0.3.

i3situation is available on the AUR as: i3situation-git

It would be great to start a discussion about your configurations, plugins or any suggestions that you may have.

Offline

#2 2014-03-25 23:42:19

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: i3situation config and plugin discussion

Nice! Moving to Community Contributions...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2014-03-25 23:47:27

segfaultless
Member
Registered: 2014-03-25
Posts: 7

Re: i3situation config and plugin discussion

jasonwryan wrote:

Nice! Moving to Community Contributions...

Thanks, I was 50/50 on which part of the forum was best. smile

Offline

#4 2014-03-27 13:26:53

dw
Member
From: Vienna, Austria
Registered: 2006-11-25
Posts: 160

Re: i3situation config and plugin discussion

hi segfaultless, i am using i3situation already for a couple of weeks and i am really happy with it. keep up the good work!

Offline

#5 2014-03-27 15:11:40

segfaultless
Member
Registered: 2014-03-25
Posts: 7

Re: i3situation config and plugin discussion

dw wrote:

hi segfaultless, i am using i3situation already for a couple of weeks and i am really happy with it. keep up the good work!

Thanks, that's great to hear!

Let me know if you have any suggestions or new features that you want adding.

Offline

#6 2014-03-27 21:35:45

dw
Member
From: Vienna, Austria
Registered: 2006-11-25
Posts: 160

Re: i3situation config and plugin discussion

segfaultless wrote:
dw wrote:

hi segfaultless, i am using i3situation already for a couple of weeks and i am really happy with it. keep up the good work!

Thanks, that's great to hear!

Let me know if you have any suggestions or new features that you want adding.

actually i got one, already. after todays python update, i3situation stopped working

Traceback (most recent call last):
  File "/usr/bin/i3situation", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2749, in <module>
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 444, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 725, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 628, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: i3situation==1.0.2

i am not sure, if this is a problem with i3situation or python, but the bar has disappeared sad downgrading all python packages helps for the moment...

Offline

#7 2014-03-27 23:56:27

segfaultless
Member
Registered: 2014-03-25
Posts: 7

Re: i3situation config and plugin discussion

dw wrote:
segfaultless wrote:
dw wrote:

hi segfaultless, i am using i3situation already for a couple of weeks and i am really happy with it. keep up the good work!

Thanks, that's great to hear!

Let me know if you have any suggestions or new features that you want adding.

actually i got one, already. after todays python update, i3situation stopped working

Traceback (most recent call last):
  File "/usr/bin/i3situation", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2749, in <module>
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 444, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 725, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 628, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: i3situation==1.0.2

i am not sure, if this is a problem with i3situation or python, but the bar has disappeared sad downgrading all python packages helps for the moment...

I think this is a weird issue relating to pkg_resources. I will look into it when I have a little more time.

For now, deleting i3situation from site-packages, removing the "binary" from /usr/bin and then reinstalling should fix it.

Last edited by segfaultless (2014-03-27 23:57:04)

Offline

#8 2014-03-28 09:45:16

dw
Member
From: Vienna, Austria
Registered: 2006-11-25
Posts: 160

Re: i3situation config and plugin discussion

thx segfaultless for the quick answer how to fix the issue.

Offline

#9 2014-03-30 16:08:26

segfaultless
Member
Registered: 2014-03-25
Posts: 7

Re: i3situation config and plugin discussion

dw wrote:

thx segfaultless for the quick answer how to fix the issue.

No worries, I shall look into the cause of it over the next few days.

Offline

Board footer

Powered by FluxBB