A Browser Media Control module for Polybar
Demo with Material Polybar
- python3
- pydbus
- Plasma Browser Integration
- Iosevka Nerd Font
Place the given script in some folder, and use it in your polybar config
as
[module/browsermediacontrol]
type = custom/script
exec = /path/to/files/browsermediacontrol
scroll-up = /path/to/files/browsermediacontrol --volume 1
scroll-down = /path/to/files/browsermediacontrol --volume -1
interval = 0.1
Note: You can change the integer argument in scroll-up/down to increase the speed of increase/decrease
- Customizable Title Truncate
- Volume Control on Scroll
You can change the variables in browsermediacontrol
to customize the icons shown in polybar, text overflow length, etc.