Yet another dzen2 bar, icon and clickable tags for DWM

I just switched to dwm and it's really awsome so I customized it a bit: A script to display dzen2 on top of dwm status bar which show:
tags
icons
and these tags are really clickable,
and even highlight the active tags.
It's quite simple though and lots of people would do better works but I really like it and wanna share it here.
Here is some screenshots:
http://img135.imageshack.us/img135/8758/39852191.png
By linktohack at 2011-02-22
http://img64.imageshack.us/img64/8761/63162414.png
By linktohack at 2011-02-22
Usage:
Download script from here:
https://github.com/linktohack/dztags-gen
Make a directory dwm resouces eg: ~/.dwm
Download XBM ICON PACK from here:
http://dzen.geekmode.org/wiki/wiki.cgi/ … nIconPacks
and extract it to a directory inside the above directory, eg: ~/.dwm/xbm8x8/
Customize the script if needed (Tags name, icon prefix, color...)
Run setup command, eg:
dztags-gen --setup ~/.dwm
|_ no trailling slash
And finally run dztags script to show dzen2 bar, eg:
~/.dwm/dztags &
[link@Link-Arch ~]$ ./dztags-gen/dztags-gen --help
dztags-gen
Script to generate dztags and dztagsrsc
dztags: Infinite loop script show dzen2-svn from dztagsrc
Usage:
Dayly use: (through dztags)
dztags-gen number /path/to/dztagsrc
OR
First time:
dztags-gen --setup /path/to/dztags/dir
|_ no trailling slash
After setup, just run /path/to/dztags/dir/dztags &
I will appriciate any feedback here.
Thanks you all!
Link,

Thanks @jasonwryan, I just don't know where to post it

Similar Messages

  • SLOW download on Airport Extreme wifi.  WireThe download speeds are next to nothing above 25 feet away.  When i stand next to the AEB it is fine.  Anyone know why?  Doubt ill get another AEB, very unreliable and has been for some time.

    SLOW download on Airport Extreme wifi.  Wired is great.  The download speeds are next to nothing above 25 feet away.  When i stand next to the AEB it is fine.  Anyone know why?  Doubt ill get another AEB, very unreliable and has been for some time.

    No cordless phone (two iPhones and two iPads though).  It does have one or two walls on line of sight.  A few wireless door security zones.  And a large china cabinet that my wife sure wouldn't let me move.  Do any of these sound significant enough to drop the dowload from 30Gb to .1GB...while upload stays consistent.  I have had better signal strength through two walls 100 feet out from my house, havent tried recently though.  I am suddenly aware as my switch is acting up and i had to use wifi on my xbox.

  • Changing ALT and Title Tags for Book and Page  Icons

    Hi folks,
    Are you aware of any setting in Robo Help that would allow
    you to modify or even remove the ALT and titles introduced for the
    Book and and Page icons displayed on the navigation pane. I tried
    deleting it from the RoboHHRE.lng file, but still its not going
    away. Other than deleting it from the rendered files (whlstt0.htm)
    is there any other setting within RoboHelp that would do the trick.
    My idea is to remove all ALT and title attributes given to Book and
    Pages as its causing too much redundancy.
    Regards,
    Prabhat

    Hi Prabhat -
    Apologies for the delayed response: while there is no
    Robohelp checkbox for removing this, you can step into the
    generated files and remove it. This thread should provide what
    you're looking for:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=65&catid=451&threadid =1184760&highlight_key=y&keyword1=TOC

  • How should I do for my Tab Bar icon???(For iPhone 4)

    I have already had the design. However, there are two resolutions:
    30 x 30 pixels
    About 60 x 60 pixels (high resolution)
    Are they the same way to implement?
    What is the implementation there???
    I tried to put the icon file(png file) in my resources section of my Xcode, and then add the file from the attributes window of the tab bar. But It turned out that the image couldn't be shown, it was a square of gray color, no lines, no figures!
    How come? What should I do?
    Thanks a lot!!!

    From the linked document:
    For tab bar icons, create an icon in the following sizes:
    For iPhone and iPod touch:
    About 30 x 30 pixels
    About 60 x 60 pixels (high resolution)
    For iPad:About 30 x 30 pixels
    Note: The icon you provide for toolbars, navigation bars, and tab bars is used as a mask to create the icon you see in your application. It is not necessary to create a full-color icon.
    Use Preview, GraphicConverter, etc....see the Mac App Store for image editors and add an alpha channel to your image...size it, and add it to the bundle.

  • Feature request: Heading Tags and Paragraph Tags for Text element

    Sugestion: Would like to see Reflow be able to format text element with heading tags like <h1> and paragraph tag <p>.

    Thanks! Style management and reusable styles are a HUGE feature set coming to Reflow...won't be there immediately but very soon.  Thanks for the input.

  • Update menu bar icon and error install message

    Hi, two questions.
    The CS5 software update now puts an icon in the menu bar. Every time I mouse over it I get the spinning beach ball in Mac OSX 10.6.3. I even went into the update preferences and turned it off and it is still there. Maybe I need to restart my Mac. Still it is annoying. Any one else have this issue
    Second, After I installed CS5 I went into Applications> Adobe Folder> and there was an adobe "Help" icon when I clicked on it (not sure if I should have done that) it said this (see image):
    After that the icon became a generic icon asa seen in the error message. Any help would be appreciated.
    Paul W.

    Hi Paul 9,
    Were you able to fix this?
    I have same issue with this annoying spinning ball always running there when I mouse over. I am running on Mac OSX 10.6.4.
    I've tried to force quit the finder, no result, I've tried also an update (with illustrator update menu) and I did uncheck the "notify me of new updates..." in the Adobe application manager" and I also did uncheck the "Send reports to Adobe on success or failure of update installation" with no results.
    I'm kind of clueless with this, anyone has same issue or solution to this?
    Thanks for any help.
    Dudedesigner

  • Dstatus: Yet another status bar for dwm

    I decided to fix up my custom dwm status bar that I've hacked on for awhile into something a bit more presentable. Therefore, I give you dstatus!
    So what makes this different from the rest? For starters, it's somewhat laptop specific. Things like battery, backlight, and possibly SSID aren't of much use to a desktop. However, these bits can be turned off at compile time if you don't want them. In fact, all the elements can be toggled and rearranged however you like it.
    In addition, the main loop polls as little as necessary; just time, cpu usage, and battery are polled. Other elements are updated by threads listening to events.
    Configuration:
    config.mk defines which elements will be compiled into the binary. Turn any of them off by commenting out the appropriate line.
    config.h defines the look of everything. Elements can be formatted (in a limited fashion) according to printf. Some elements can display either a percentage or a bar.
    I've also provided an AUR package.
    The source is UNLICENSED so feel free to hack away. :-)

    Thanks @jasonwryan, I just don't know where to post it

  • Yet another gap between sidebar and header

    Hi there,
    I'm just getting started with DW and am catching up on html.
    Starting to build
    www.thinkingtoys.com.au
    and am bugged by the gap between the header and the sidebar.
    Scanned the numerous gap issues here to no obvious avail and
    this gap occurs in both FF and IE7 so is probably universal.
    I'm probably missing something obvious but would be really
    grateful if someone could point it out - I want the sidebar to be
    directly below the header with no gap.
    Thanks for any help,
    Paul

    Change this -
    <p align="right">Thinking Toys Club Member Login
    </p>
    to this -
    <p align="right" style="margin-bottom:0;">Thinking
    Toys Club Member
    Login </p>
    and see what happens.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "PWhipp" <[email protected]> wrote in
    message
    news:fiu56f$r3q$[email protected]..
    > Hi there,
    >
    > I'm just getting started with DW and am catching up on
    html. Starting to
    > build
    >
    http://www.thinkingtoys.com.au
    and am bugged by the gap between the
    > header and
    > the sidebar.
    >
    > Scanned the numerous gap issues here to no obvious avail
    and this gap
    > occurs
    > in both FF and IE7 so is probably universal.
    >
    > I'm probably missing something obvious but would be
    really grateful if
    > someone
    > could point it out - I want the sidebar to be directly
    below the header
    > with no
    > gap.
    >
    > Thanks for any help,
    > Paul
    >

  • Yet another question about exporting and video quality

    Kind people,
    I know this question has been asked many, many times, and I have searched and read up of the topic, but I would also like to ask it.
    I shot my video on a Canon Vixia HF10, downloaded it to Final Cut Express to edit, exported it as Quick Time Movie, dropped it in iDVD, then played it on my TV and the quality was…..not good. The video was a little fuzzy and there were ghosts. Are there any settings I should go back and check in iDVD.
    Wolfgang

    Hi(Bonjour)!
    What is the format recorded by this camera?
    How did you capture/ingest your video material in FCE?
    What was your sequence format in timeline?
    How did you export your sequence (specify exact steps, menus and command)?
    What was your iDVD project settings?
    What was the iDVD quality setting?
    Did you monitor your DVD on computer screen or TV set?
    Michel Boissonneault

  • How can I check if there are meta tags and description tags for my pages on website?

    I want to check if the pages on my website have keywords or meta tags and description. How can I do that?

    In Contribute, Edit the Page and the click on Format, Keywords and Descriptions.

  • Re: Totally misleading information in flyer and price tag for the Dell Inspiron 1764 i5 laptop

    I am looking for buy my first lap top, I was sold on the Dell 1764.... I decided to do a quick search first. I was concerned when I read your comments. Would you recommend this computer?. This will be my first lap top, I am about to retire. My uses are mostly to download pictures, music, pay bills, communicate with my kids and grandkids and do some searches as I am now doing. If you do not mind let me know your recommendation.

    That laptop would suit your needs, yes. Almost every laptop would, an the i5 series is a perfect midrange device.
    Why do you say the price is misleading?
    I am a Bestbuy employee who volunteers on these boards on my own time. I am not paid for posting here, and you should understand that my opinions are exactly that - opinions. I do not represent Bestbuy in any way.
    : Open Mailbox

  • HT204368 After I updated my iphone 4 to ios 6.1.3 I can no longer connect to my bluetooth plantronics model M25.  I tried reset all settings after turning on and off also submitted diagnostic.  Do I have to buy yet another bluetooth set?

    After I updated my iphone 4 to ios 6.1.3 I can no longer connect to my bluetooth, plantronics model M25.  I tried reset all settings after turning on and off also submitted diagnostic.  Do I have to buy yet another bluetooth set?

    Thank you wjsten for your soon reply. Unfortunately on these days I'm in a country that Apple don't have any retail store here and for sake of time I prefer to fix it myself to DHL it to the nearest country to use its warranty. Do you have any idea how can I fix it? Do you think it's a software issue?

  • How to go to finder from blank grey screen with apple icon and spinning gear

    My Mac desktop won't start up,  it showed blank grey screen with an apple icon and spinning gear for ages. Due my computer is vintage so I would need to backup my user files before I could re-install OS X via NetBoot. My question is how can I access to the finder to back up my user folder from the grey screen.  Thanks

    Take each of these steps that you haven't already tried. Stop when the problem is resolved.
    To restart an unresponsive computer, press and hold the power button for a few seconds until the power shuts off, then release, wait a few more seconds, and press it again briefly.
    Step 1
    The first step in dealing with a startup failure is to secure the data. If you want to preserve the contents of the startup drive, and you don't already have at least one current backup, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data that has changed since the last backup, you can skip this step.
    There are several ways to back up a Mac that is unable to start. You need an external hard drive to hold the backup data.
    a. Start up from the Recovery partition, or from a local Time Machine backup volume (option key at startup.) When the OS X Utilities screen appears, launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.” The article refers to starting up from a DVD, but the procedure in Recovery mode is the same. You don't need a DVD if you're running OS X 10.7 or later.
    b. If Step 1a fails because of disk errors, and no other Mac is available, then you may be able to salvage some of your files by copying them in the Finder. If you already have an external drive with OS X installed, start up from it. Otherwise, if you have Internet access, follow the instructions on this page to prepare the external drive and install OS X on it. You'll use the Recovery installer, rather than downloading it from the App Store.
    c. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, start the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    d. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.
    Step 2
    If the startup process stops at a blank gray screen with no Apple logo or spinning "daisy wheel," then the startup volume may be full. If you had previously seen warnings of low disk space, this is almost certainly the case. You might be able to start up in safe mode even though you can't start up normally. Otherwise, start up from an external drive, or else use the technique in Step 1b, 1c, or 1d to mount the internal drive and delete some files. According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation.
    Step 3
    Sometimes a startup failure can be resolved by resetting the NVRAM.
    Step 4
    If you use a wireless keyboard, trackpad, or mouse, replace or recharge the batteries. The battery level shown in the Bluetooth menu item may not be accurate.
    Step 5
    If there's a built-in optical drive, a disc may be stuck in it. Follow these instructions to eject it.
    Step 6
    Press and hold the power button until the power shuts off. Disconnect all wired peripherals except those needed to start up, and remove all aftermarket expansion cards. Use a different keyboard and/or mouse, if those devices are wired. If you can start up now, one of the devices you disconnected, or a combination of them, is causing the problem. Finding out which one is a process of elimination.
    Step 7
    If you've started from an external storage device, make sure that the internal startup volume is selected in the Startup Disk pane of System Preferences.
    Start up in safe mode. Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to start and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know the login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    When you start up in safe mode, it's normal to see a dark gray progress bar on a light gray background. If the progress bar gets stuck for more than a few minutes, or if the system shuts down automatically while the progress bar is displayed, the startup volume is corrupt and the drive is probably malfunctioning. In that case, go to Step 11. If you ever have another problem with the drive, replace it immediately.
    If you can start and log in in safe mode, empty the Trash, and then open the Finder Info window on the startup volume ("Macintosh HD," unless you gave it a different name.) Check that you have at least 9 GB of available space, as shown in the window. If you don't, copy as many files as necessary to another volume (not another folder on the same volume) and delete the originals. Deletion isn't complete until you empty the Trash again. Do this until the available space is more than 9 GB. Then restart as usual (i.e., not in safe mode.)
    If the startup process hangs again, the problem is likely caused by a third-party system modification that you installed. Post for further instructions.
    Step 8
    Launch Disk Utility in Recovery mode (see Step 1.) Select the startup volume, then run Repair Disk. If any problems are found, repeat until clear. If Disk Utility reports that the volume can't be repaired, the drive has malfunctioned and should be replaced. You might choose to tolerate one such malfunction in the life of the drive. In that case, erase the volume and restore from a backup. If the same thing ever happens again, replace the drive immediately.
    This is one of the rare situations in which you should also run Repair Permissions, ignoring the false warnings it may produce. Look for the line "Permissions repair complete" at the end of the output. Then restart as usual.
    Step 9
    If the startup device is an aftermarket SSD, it may need a firmware update and/or a forced "garbage collection." Instructions for doing this with a Crucial-branded SSD were posted here. Some of those instructions may apply to other brands of SSD, but you should check with the vendor's tech support.  
    Step 10
    Reinstall the OS. If the Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade.
    Step 11
    Do as in Step 9, but this time erase the startup volume in Disk Utility before installing. The system should automatically restart into the Setup Assistant. Follow the prompts to transfer the data from a Time Machine or other backup.
    Step 12
    This step applies only to models that have a logic-board ("PRAM") battery: all Mac Pro's and some others (not current models.) Both desktop and portable Macs used to have such a battery. The logic-board battery, if there is one, is separate from the main battery of a portable. A dead logic-board battery can cause a startup failure. Typically the failure will be preceded by loss of the settings for the startup disk and system clock. See the user manual for replacement instructions. You may have to take the machine to a service provider to have the battery replaced.
    Step 13
    If you get this far, you're probably dealing with a hardware fault. Make a "Genius" appointment at an Apple Store, or go to another authorized service provider.

  • How can I separate the "Icons and Text" of the browser control buttons (Back, Forward, etc.) from the Icons on the Add-on toolbar?

    At home, this is not an issue. I don't know why it's different here at work--same installation, same settings (as far as I can tell).
    Windows Vista
    Firefox 7.0.1
    Status-4-Evar installed to turn add-on bar into a status bar
    I have a NoScript add-on icon in the corner, which works fine. If I add a GreaseMonkey icon from the Customize menu, the "Icon and Text" appears for that icon, like the Icon and Text from the browser controls (Home, stop, etc). Other add-on icons also show Icon and Text (S4E, for instance). NoScript is the only one I've found so far which collapses down to just an Icon.
    This leads to the status (add-on) bar having a much larger height than I like. Essentially what I want is for only the Icon to appear in the Status bar (Add-on toolbar), while keeping Icons and Text in the Browser controls. My current workaround is simply removing the other add-on icons from the status (add-on) toolbar, but that takes away the ease of toggling and setting options.
    Please tell me if I can provide you with anything else, and thanks for your help.
    Edit: I've got some screenshots to show what I mean.
    [http://i41.tinypic.com/ftek9s.jpg desired behavior]
    [http://i43.tinypic.com/1z6a4h3.jpg problem when icon is added]

    Surely there must be some UserChrome.css that will solve this problem. Something like this:
    /* Remove text titles for icons in add-on bar */
    addonbar .button-text {
    visibility: collapse !important;
    Unfortunately that does not work. I probably have the button text item name wrong (there is a pound sign before addonbar but it doesn't show in this posting).

  • How do I make the tool/search bars/icons bigger?

    I have managed to enlarge the text in email and other apps but the tool and search bars are so small I can't read them. Is there a way to set the default setting to increase the size of the tool and search bars and icons?

    Hi j laporte
    You can change your system appearance in several places.
    If you want to increase the size of all your system fonts, decrease the resolution of your screen. You do this by going to System Preferences, then Displays. Bring your resolution down until you get to a comfortable size.
    Or, for desktop icons only - click on the desktop to bring the Finder into focus, then go to the View menu,and click Show View Options. There, you can change the icon and text size for desktop icons.
    Or, for Safari only - go to the Safari menu - Preferences - Appearance - and change the standard and fixed-width font sizes to a comfortable level.
    Hope that helps.
    Matt

Maybe you are looking for