frenos
7 years ago
3 changed files with 15 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class Glances implements Contracts\Applications { |
||||
|
|
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#2c363f'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/glances.png'; |
||||
|
} |
||||
|
|
||||
|
} |
After Width: | Height: | Size: 4.9 KiB |
Loading…
Reference in new issue