Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flying-sheep/steam-plasmoid
:cloud: Steam plasma 5 applet
https://github.com/flying-sheep/steam-plasmoid
Last synced: about 2 months ago
JSON representation
:cloud: Steam plasma 5 applet
- Host: GitHub
- URL: https://github.com/flying-sheep/steam-plasmoid
- Owner: flying-sheep
- Created: 2014-11-08T23:14:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-28T17:14:13.000Z (about 10 years ago)
- Last Synced: 2023-03-12T00:42:31.449Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 883 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Steam plasmoid
==============![Screenshot](/screenshot.png?raw=true)
Build instructions
------------------```bash
cd /where/your/applet/is/generated
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr/local ..
make
```### Now either install globally…
```bash
sudo make install
kbuildsycoca5kquitapp5 plasmashell
plasmashell
```### …or run it in a temporary installation
```bash
./plasmoid-test.sh
```Tutorials and resources
-----------------------
* [The explanation of the template](https://techbase.kde.org/Development/Tutorials/Plasma2/QML2/GettingStarted)
* [Plasma techbase pages](http://techbase.kde.org/Projects/Plasma2)
* [Plasma QML API explained](http://techbase.kde.org/Development/Tutorials/Plasma2/QML2/API)
* [C++ Models in QML](http://qt-project.org/doc/qt-5/qtquick-modelviewsdata-cppmodels.html)Where to get stuff from
-----------------------
* [Icons](http://forums.steampowered.com/forums/showthread.php?t=3128676)