Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aroma1994/polybar-windows
- Owner: aroma1994
- License: mit
- Created: 2020-04-04T18:49:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T10:54:34.000Z (over 1 year ago)
- Last Synced: 2024-08-01T19:55:27.243Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 41
- 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:
![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
```