Re: Window Order Variable

2014-05-23 Thread Peter Schroeder
This is 99% complete. Everything is working except the number is not being colored by the theme. I'm guessing that it's because the colors are first in currenttags[1]. So to solve I'd have to insert the number after the colors in the string rather than concatenate the number with currenttags[1].

Window Order Variable

2014-05-17 Thread Peter Schroeder
I am attempting to modify the taskbar to function like screen/tmux. I have figured out how to modify the text of the taskbar buttons to include a number to the left of it, but I can't figure out what variable or function to use to get the order of the windows to get the number. Am I looking for

Re: Window Order Variable

2014-05-17 Thread Uli Schlachter
Hi, On 17.05.2014 21:11, Peter Schroeder wrote: I am attempting to modify the taskbar to function like screen/tmux. I have figured out how to modify the text of the taskbar buttons to include a number to the left of it, but I can't figure out what variable or function to use to get the order