mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
Display workspaces on swaybar
This commit is contained in:
parent
36bf4d24cf
commit
7918feb9cd
2 changed files with 120 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ include_directories(
|
|||
${WAYLAND_CLIENT_INCLUDE_DIR}
|
||||
${CAIRO_INCLUDE_DIRS}
|
||||
${PANGO_INCLUDE_DIRS}
|
||||
${JSONC_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
add_executable(swaybar
|
||||
|
|
@ -16,6 +17,7 @@ target_link_libraries(swaybar
|
|||
${WAYLAND_CURSOR_LIBRARIES}
|
||||
${CAIRO_LIBRARIES}
|
||||
${PANGO_LIBRARIES}
|
||||
${JSONC_LIBRARIES}
|
||||
m
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue