1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:37:35 +00:00

MenuApplets: Add Clock applet, move code from WindowServer to the applet.

This commit is contained in:
Hüseyin ASLITÜRK 2019-12-27 21:17:19 +03:00 committed by Andreas Kling
parent 0e49c842de
commit 3d4dddd111
3 changed files with 86 additions and 0 deletions

View file

@ -125,6 +125,7 @@ cp ../Servers/ProtocolServer/ProtocolServer mnt/bin/ProtocolServer
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/
echo "done"
printf "installing shortcuts... "