yoyostile / nerdbar.widget

A nerdbar widget (loosely based off herbischoff's) for use with kwm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zenbar

zenbar widget

  • Displays bsp/float/n/m (monocle mode)
  • List of spaces, with active one highlighted with color
  • Name of focused window
  • Currently-playing song
  • cpu/mem info
  • Battery percentage remaining (including whether it's charging)
  • Date and time

Space 1 or 2: Screenshot Screenshot

Difference between charging and not charging: Screenshot Screenshot

Übersicht system information bar for use with kwm window manager. My zenbar results from multiple successive forks:

  • Herrbischoff's original nerdbar, inspired by koekeishiya's NerdTool configuration
  • koekeishiya's modified nerdbar (kwm/khd author)
    • added active-space widget
    • added support for font-awesome icons
    • improved querying to kwmc
    • fixed now playing: playing.coffee, which uses Firefox plugin CurrentSong to also display the currently-playing song in the bar
  • deathbeam's modified nerdbar, which made the following additions:
    • modifed focused-window to include current/total spaces (very helpful)
    • ellipsis cutoff if focused-window title is too long

And my changes:

  • Changed the activation information to a color box rather than parentheses (see screens)
  • Added bolt symbol near battery to indicate when charging (font-awesome currently (Jan 2017) has no charging battery symbol) - see screenshots
  • Changed font to monospace and increased the size in certain areas for important text
  • Modified widget spacing

Installation

Make sure you have Übersicht installed, and then clone this repository.
IMPORTANT: Make sure you name the resulting folder amar-bar.widget, or change the image paths in background.coffee and focused-window.coffee, since they source css and scripts (respectively) starting with the parent directory's name.

# or wherever your ubersicht looks for widgets (mine looks in ~/.config/ubersicht/widgets/)
git clone https://github.com/Amar1729/nerdbar.widget $HOME/Library/Application\ Support/Übersicht/widgets/amar-bar.widget

About

A nerdbar widget (loosely based off herbischoff's) for use with kwm.

License:GNU General Public License v3.0


Languages

Language:CoffeeScript 83.9%Language:Shell 16.1%