dom0/dispvm: icons for DispVM
Beautiful icons thanks to Agnieszka Kostrzewa!
BIN
dom0/icons/dispvm-black.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
dom0/icons/dispvm-blue.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
dom0/icons/dispvm-gray.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
dom0/icons/dispvm-green.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
dom0/icons/dispvm-orange.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
dom0/icons/dispvm-padlock-layers.xcf
Normal file
BIN
dom0/icons/dispvm-purple.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
dom0/icons/dispvm-red.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
dom0/icons/dispvm-yellow.png
Normal file
After Width: | Height: | Size: 12 KiB |
@ -2010,6 +2010,11 @@ class QubesDisposableVm(QubesVm):
|
|||||||
|
|
||||||
super(QubesDisposableVm, self).__init__(dir_path="/nonexistent", **kwargs)
|
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
|
@property
|
||||||
def type(self):
|
def type(self):
|
||||||
return "DisposableVM"
|
return "DisposableVM"
|
||||||
|