mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
11 lines
181 B
C
11 lines
181 B
C
int
|
|
width_status2d_eb(Bar *bar, BarWidthArg *a)
|
|
{
|
|
return status2dtextlength(rawestext);
|
|
}
|
|
|
|
int
|
|
draw_status2d_eb(Bar *bar, BarDrawArg *a)
|
|
{
|
|
return drawstatusbar(a->x, rawestext);
|
|
} |