Skip to content

A polybar taskbar on C that shows opened windows on your current display. Early and non-clickable edition.

License

Notifications You must be signed in to change notification settings

aroma1994/polybar-windows-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Script: polybar-windows-c

A Polybar taskbar on C that shows active window and other opened and minimized windows as (non-clickable) labels.

How it looks right now:

polybar-windows-c

Dependencies

  • gcc

Configuration

Compile program with gcc (add XLib headers with -lX11)

$ gcc polybar-windows-c.c -lX11 -o polybar-windows-c

Module

[module/polybar-windows-c]
type = custom/script
exec = polybar-windows-c
format = <label>
tail = true
label = %output%
label-padding = 1

About

A polybar taskbar on C that shows opened windows on your current display. Early and non-clickable edition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages