Skip to content

MintArchit/i3pbw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i3pbw

Miss windows-like list of all windows in your taskbar?

Features

  • Focus workspace and window on left mouse button click
  • Highlight urgent windows
  • Overflow the polybar when there is too many windows open :^)

Example config

[module/i3pbw]
type = custom/script
exec = ~/ghub/i3pbw/module.py
tail = true

The scripts expects font-2 to be the font that should be used for icons. You probably want it to have higher size than your regular font. Example:

font-0 = NotoSans Nerd Font:size=10;2      
font-1 = siji:pixelsize=16;1 
font-2 = NotoSans Nerd Font:size=16;4

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%