1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:27:34 +00:00

MenuApplets: Add UserName applet.

Move code from WindowServer.WSMenuManager to the applet.
This commit is contained in:
asliturk 2020-02-09 11:53:24 +03:00 committed by Andreas Kling
parent fc85d17322
commit 57edcb54c2
4 changed files with 115 additions and 0 deletions

View file

@ -152,6 +152,7 @@ cp ../Shell/Shell mnt/bin/Shell
cp ../MenuApplets/Audio/Audio.MenuApplet mnt/bin/
cp ../MenuApplets/CPUGraph/CPUGraph.MenuApplet mnt/bin/
cp ../MenuApplets/Clock/Clock.MenuApplet mnt/bin/
cp ../MenuApplets/UserName/UserName.MenuApplet mnt/bin
echo "done"
printf "installing dynamic libraries... "