mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
Display window title and icon in swaybar
Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
parent
c12169953a
commit
8fa71290af
13 changed files with 454 additions and 15 deletions
8
swaybar/desktop.h
Normal file
8
swaybar/desktop.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue