Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 899 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 899 Bytes

Script: polybar-windows

A 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

Decorated version:

polybar-windows

I recommend to look at repository 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

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