mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-02-06 23:23:44 +01:00
9 lines
216 B
C
9 lines
216 B
C
|
|
typedef struct {
|
||
|
|
char* name;
|
||
|
|
const Arg command;
|
||
|
|
} Launcher;
|
||
|
|
|
||
|
|
static int width_launcher(Bar *bar, BarArg *a);
|
||
|
|
static int draw_launcher(Bar *bar, BarArg *a);
|
||
|
|
static int click_launcher(Bar *bar, Arg *arg, BarArg *a);
|