cfcs / misc

Miscellaneous tools and notes
5 stars 0 forks source link

jackline_systray.py #1

Open posiputt opened 9 years ago

posiputt commented 9 years ago

I cannot figure out how to use this script. Please put a usage section in as a comment or something. At the same time: thanks for the inspiration, I wrote my own script ;)

cfcs commented 9 years ago

Oh, sorry, I currently run jackline wrapped like this (because I have several clients running simultaneously):

#!/bin/bash
export JACKLINEDATA=~/.config/ocaml-xmpp-client/
python jackline_systray.py "${JACKLINEDATA}/notification.state" &
trap -- EXIT "kill -9 $!"
export CAMOMILE_DIR=~/jackline-dependencies/
cd ${JACKLINEDATA}; ../jackline $*

This script was really slammed together in 20 minutes of copy-paste; please provide a link to your script if it's better!

posiputt commented 9 years ago

Oh, I see. Thanks! My solution may not work in a scenario like yours, but here it is: https://github.com/posiputt/jackification

cfcs commented 7 years ago

Ximin Luo has taken the time to do this very nice script: https://github.com/infinity0/jackline-gtk

I'm in the process of adding tabs and systray icon to that: https://github.com/infinity0/jackline-gtk/pull/4

I consider that superior to my GTK2 script, so I've removed it from this repository. :-)