Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tags? #27

Closed
fauno opened this issue Jan 25, 2015 · 7 comments
Closed

Tags? #27

fauno opened this issue Jan 25, 2015 · 7 comments
Labels

Comments

@fauno
Copy link
Contributor

fauno commented Jan 25, 2015

I really like to see the current activity and time passed on my xfce4-panel but I'm missing the possibility to add tags, any plans to add them? Now I have to edit the activity and add them separately.

PS: Is there a way to add/remove panel elements from cli?

@aquaherd
Copy link
Member

The panel plugin will pass the string you entered verbatim, e.g.:

  • 14:00 work@home
  • work@work#ProjectM

[timespec ]activity[@category][#tag1][#tag2][...]

The tag renderings seem to be python written custom widgets which I don't know how to embed in a plain C program.

I don't know if there is one but the xfce4-panel sources indicate that it would be possible to write a command line remote add/remove app; however a specific location seems not possible via API.

@fauno
Copy link
Contributor Author

fauno commented Jan 26, 2015

cool, thanks!

http://endefensadelsl.org

@aquaherd aquaherd closed this as completed Feb 5, 2015
@fauno
Copy link
Contributor Author

fauno commented Feb 5, 2015

hi, just tested this with code from master branch and it doesn't work, it takes the #tag as part of the category, so "activity@category#tag" turns into "activity" in category "category#tag"

@aquaherd
Copy link
Member

aquaherd commented Feb 7, 2015

Strange, that used to work. Will see if I can fix it.

@aquaherd aquaherd reopened this Feb 7, 2015
@aquaherd aquaherd added bug and removed enhancement labels Mar 7, 2015
@GeraldJansen
Copy link
Contributor

With a space before # it works.

@aquaherd
Copy link
Member

Thanks that’s a great find.

@aquaherd
Copy link
Member

aquaherd commented Jan 3, 2022

Closing this now

@aquaherd aquaherd closed this as completed Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants