projecthamster / xfce4-hamster-plugin

A recreation of the gnome-shell 'hamster project extension' for the xfce4 panel.
http://projecthamster.org
GNU General Public License v2.0
27 stars 8 forks source link

Tags? #27

Closed fauno closed 2 years ago

fauno commented 9 years ago

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 commented 9 years ago

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

[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 commented 9 years ago

cool, thanks!

http://endefensadelsl.org

fauno commented 9 years ago

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 commented 9 years ago

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

GeraldJansen commented 5 years ago

With a space before # it works.

aquaherd commented 5 years ago

Thanks that’s a great find.

aquaherd commented 2 years ago

Closing this now