Display window title and icon in swaybar

Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
Ronan Pigott 2021-04-18 15:08:09 -07:00 committed by Felix Weilbach
parent c12169953a
commit 8fa71290af
13 changed files with 454 additions and 15 deletions

8
swaybar/desktop.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef _SWAYBAR_DESKTOP_H
#define _SWAYBAR_DESKTOP_H
char *load_desktop_entry_from_xdgdirs(const char *app_name);
char *get_icon_name_from_desktop_entry(const char *desktop_entry);
#endif