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: 10 days ago
JSON representation
A polybar script that shows opened windows on your current display. Click on window titles to switch between windows.
- Host: GitHub
- URL: https://github.com/aroma1994/polybar-windows
- Owner: aroma1994
- License: mit
- Created: 2020-04-04T18:49:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T10:54:34.000Z (about 2 years ago)
- Last Synced: 2024-11-07T17:44:19.614Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 45
- Watchers: 3
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - aroma1994/polybar-windows - A polybar script that shows opened windows on your current display. Click on window titles to switch between windows. (Shell)
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:

Decorated version:

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
```