Anime Interface is simple program that display any information you want but with somewhat interactive
Anime interface is bunch of little module that display message trough you guess it "anime interface" this program feature character Maid Chan from anime Sakurasou no Pet na Kanojo
I used to have lenovo laptop that has built-in battery and power management so my battery will last even i plug it in wall everyday. Now i have Acer laptop that has no such feature and my battery went to 57% health in less than 6 months. Then i realize most cheap laptop dont have such feature that lenovo laptop has, so i this program was made. I add GUI and expand some feature and this is the AnimeInterface now.
- install acpi, cmake, libgtk3, libjson-c pkg-config, cmake, xterm and mplayer
sudo apt install acpi cmake libgtk-3-dev libjson-c-dev pkg-config cmake xterm mplayer -y
- install tdlib depedency https://github.com/tdlib/td#dependencies
- download and extract telegram library https://github.com/tdlib/td/releases/tag/v1.3.0
- compile telegram library "assuming library will go to home
~/tdlib
"
cd <path to TDLib sources (usually td)>
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH="~/tdlib" ..
cmake --build . --target install
- then compile aiface
cd <path to AnimeInterface sources>
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DTd_DIR="~/tdlib/lib/cmake/Td" ..
cmake --build .
- add
aiface
to startup https://github.com/catzy007/AnimeInterface/wiki/Add-Aiface-to-startup - and you're done!
some image copyright goes to the respective owner
personal and commercial use! for commercial use, change the background first!