https://github.com/sweetbbak/poly-dock
Turn your boring polybar into a makeshift window dock! displays window names on polybar & lets you minimize, maximize & resize windows.
https://github.com/sweetbbak/poly-dock
linux polybar rice shell
Last synced: about 1 month ago
JSON representation
Turn your boring polybar into a makeshift window dock! displays window names on polybar & lets you minimize, maximize & resize windows.
- Host: GitHub
- URL: https://github.com/sweetbbak/poly-dock
- Owner: sweetbbak
- Created: 2023-02-07T09:45:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T09:55:04.000Z (over 3 years ago)
- Last Synced: 2025-08-21T02:47:37.119Z (10 months ago)
- Topics: linux, polybar, rice, shell
- Language: Shell
- Homepage:
- Size: 706 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# window-control-polybar
displays window names on polybar & lets you minimize, maximize & resize windows.
# add this to your polybar config
```
[module/polywins]
type = custom/script
exec = ~/bin/polywins.sh 2>/dev/null
format =
label = %output%
label-padding = 1
tail = true
```
