Skip to content

Commit

Permalink
Icon: Applied the new icon to the app
Browse files Browse the repository at this point in the history
  • Loading branch information
kbumsik committed Jun 29, 2018
1 parent d2ebf4b commit c31f705
Show file tree
Hide file tree
Showing 11 changed files with 606 additions and 53 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -35,8 +35,6 @@ VirtScreen is based on [PyQt5](https://www.riverbankcomputing.com/software/pyqt/

Upon installation (see Installing section to install), there will be a desktop entry called `VirtScreen`

![desktop entry](https://raw.githubusercontent.com/kbumsik/VirtScreen/master/data/desktop_entry.png)

### CLI-only option

You can run VirtScreen with `virtscreen` (or `./VirtScreen-x86_64.AppImage` if you use the AppImage package) with additional arguments.
Expand Down
119 changes: 72 additions & 47 deletions data/icon_full.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions virtscreen/assets/main.qml
Expand Up @@ -129,9 +129,9 @@ Item {
// Sytray Icon
SystemTrayIcon {
id: sysTrayIcon
iconSource: backend.vncState == Backend.CONNECTED ? "../icon/icon_tablet_on.png" :
backend.virtScreenCreated ? "../icon/icon_tablet_off.png" :
"../icon/icon.png"
iconSource: backend.vncState == Backend.CONNECTED ? "../icon/systray_tablet_on.svg" :
backend.virtScreenCreated ? "../icon/systray_tablet_off.svg" :
"../icon/systray_no_tablet.svg"
visible: true
property bool clicked: false

Expand Down
Binary file added virtscreen/icon/full_256x256.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed virtscreen/icon/icon.png
Binary file not shown.
Binary file removed virtscreen/icon/icon_tablet_off.png
Binary file not shown.
Binary file removed virtscreen/icon/icon_tablet_on.png
Binary file not shown.
154 changes: 154 additions & 0 deletions virtscreen/icon/systray_no_tablet.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c31f705

Please sign in to comment.