dom0/dispvm: icons for DispVM

Beautiful icons thanks to Agnieszka Kostrzewa!
This commit is contained in:
Marek Marczykowski 2012-03-07 17:04:25 +01:00
parent c17893e0d2
commit 8b29a09986
10 changed files with 5 additions and 0 deletions

BIN
dom0/icons/dispvm-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
dom0/icons/dispvm-blue.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
dom0/icons/dispvm-gray.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
dom0/icons/dispvm-green.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
dom0/icons/dispvm-red.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1992,6 +1992,11 @@ class QubesDisposableVm(QubesVm):
super(QubesDisposableVm, self).__init__(dir_path="/nonexistent", **kwargs)
# Use DispVM icon with the same color
self._label.icon = "dispvm-" + self.label.icon
self._label.icon_path = "/usr/share/qubes/icons/" + self.label.icon + ".png"
self.icon_path = self._label.icon_path
@property
def type(self):
return "DisposableVM"