https://github.com/guoyunhe/plasma-extra-tray-icons
Extra tray icons (Dropbox, Steam, etc.) for Plasma themes
https://github.com/guoyunhe/plasma-extra-tray-icons
Last synced: 3 months ago
JSON representation
Extra tray icons (Dropbox, Steam, etc.) for Plasma themes
- Host: GitHub
- URL: https://github.com/guoyunhe/plasma-extra-tray-icons
- Owner: guoyunhe
- License: gpl-3.0
- Created: 2017-01-24T11:46:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T14:37:25.000Z (over 8 years ago)
- Last Synced: 2025-01-10T17:39:40.232Z (5 months ago)
- Language: Makefile
- Size: 113 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KDE Plasma Extra Tray Icons
Extra tray icons (Dropbox, Steam, etc.) for KDE Plasma 5 built-in themes
(Breeze). Those icons can not be included in KDE because of trademark policies
or less popularity.
## Icons
* dropbox
* dropboxstatus-busy (syncing)
* dropboxstatus-idle (up-to-date)
* dropboxstatus-logo (not connected)
* dropboxstatus-x (errors)
* steam
* steam_tray_mono
* telegram
* ico_22_n.png
* icomute_22_n.pngTODO:
* spotify
* spotifyIf you need other icons, you can open an issue on Github or make a pull request.
Please follow [Breeze guidelines](https://community.kde.org/KDE_Visual_Design_Group/HIG/IconDesign).## Install
### User Directory
```
make install
```By default, icons are installed in `~/.local/share/plasma/desktoptheme/default/icons`.
Dropbox icons are installed in `~/.dropbox-dist/dropbox-xxx/images/hicolor/16x16/status`.
Telegram icons are installed in `~/.TelegramDesktop/tdata/ticons`.
### System Directory
```
sudo make prefix=/usr/local install
```This will install icons in `/usr/local/share/plasma/desktoptheme/default/icons`.
Telegram and Dropbox icons won't work.
### Packaging
```
make -i DESTDIR="%buildroot" prefix="/usr" install
```Package will install icons in `/usr/share/plasma/desktoptheme/default/icons`.
Telegram and Dropbox icons won't work.
## License
GNU GPL v3+ and CC-BY SA 4.0+.