mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
MenuApplets: Give executable icons to some menu applets
This makes SystemMonitor a bit more pleasant to look at. :^)
This commit is contained in:
parent
22325dd63e
commit
37f925ffc0
3 changed files with 3 additions and 3 deletions
|
@ -2,5 +2,5 @@ set(SOURCES
|
|||
main.cpp
|
||||
)
|
||||
|
||||
serenity_bin(Audio.MenuApplet)
|
||||
serenity_app(Audio.MenuApplet ICON audio-volume-high)
|
||||
target_link_libraries(Audio.MenuApplet LibGUI LibGfx LibAudio)
|
||||
|
|
|
@ -3,5 +3,5 @@ set(SOURCES
|
|||
main.cpp
|
||||
)
|
||||
|
||||
serenity_bin(ClipboardHistory.MenuApplet)
|
||||
serenity_app(ClipboardHistory.MenuApplet ICON clipboard)
|
||||
target_link_libraries(ClipboardHistory.MenuApplet LibGUI LibCore LibGfx)
|
||||
|
|
|
@ -2,5 +2,5 @@ set(SOURCES
|
|||
main.cpp
|
||||
)
|
||||
|
||||
serenity_bin(Network.MenuApplet)
|
||||
serenity_app(Network.MenuApplet ICON network)
|
||||
target_link_libraries(Network.MenuApplet LibGUI LibCore LibGfx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue