Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aroma1994/polybar-windows

A polybar script that shows opened windows on your current display. Click on window titles to switch between windows.
https://github.com/aroma1994/polybar-windows

Last synced: 5 days ago
JSON representation

A polybar script that shows opened windows on your current display. Click on window titles to switch between windows.

Awesome Lists containing this project

README

        

# Script: polybar-windows

A [Polybar](https://github.com/jaagr/polybar) script that shows opened and minimized windows on your current display (if there's an active window it's marked by #). You can click on any window title to switch on that window (or expand minimized window).

Simple version:

![polybar-windows](screenshots/polybar-windows.png)

Decorated version:

![polybar-windows](screenshots/polybar-windows-decorated.png)

I recommend to look at repository [Polywins](https://github.com/alnj/polywins), which is much more cool and configurable version of this taskbar.

## Dependencies

* `xprop`
* `wmctrl`

## Configuration

Comment 'Decorated version' block and uncomment 'Simple version' block to switch on simple version.

## Module

```ini
[module/polybar-windows]
type = custom/script
exec = polybar-windows.sh
format =
label = %output%
label-padding = 1
interval = 1
```