Skip to content

Commit

Permalink
chore: updated readme.md, package.json & pictures + added icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraasi committed Oct 26, 2018
1 parent 8d7ac90 commit 1fd6e89
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 30 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ Right click icon for more weather info and to change city or quit app.
Double click icon for a pop-up for even more info on sun and moon.
Red color for over 0°C & blue for under.

#### todo
- bumb version
- update readme
- package
[Latest release](https://github.com/Fraasi/Saeae/releases/latest)

Tray
![Tray pic](2018-07-20_1531.png)

On right click
![right click](2018-08-01_1947.png)
In tray
![Tray pic](pics/2018-10-26_1541.png)

On double click
![right click](2018-08-01_1941.png)
On right click
![right click](pics/2018-10-26_1538.png)

On double click
![right click](pics/2018-08-01_1941.png)
33 changes: 17 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "saeae",
"productName": "saeae",
"version": "0.6.0",
"version": "0.6.5",
"author": "Fraasi <fraasi.gh@gmail.com>",
"description": "Weather app in your tray",
"main": "src/main.js",
"scripts": {
Expand All @@ -28,7 +29,9 @@
]
},
"electronPackagerConfig": {
"packageManager": "npm"
"packageManager": "npm",
"asar": true,
"icon": "./assets/fraasi-64x64.ico"
},
"electronWinstallerConfig": {
"name": "saeae"
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added pics/2018-10-26_1538.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/2018-10-26_1541.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/assets/create-temp-image.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export default function createTempImage(num) {

function getColor(hex, shift) {
let r = minus ? 100 : 255
let g = minus ? 100 : 45
let b = minus ? 255 : 0
let g = minus ? 100 : 50
let b = minus ? 255 : 50
let a = ((hex >> shift) & 1) ? 1 : 0.1
return `rgba(${r}, ${g}, ${b}, ${a})`
}
Expand Down
Binary file added src/assets/fraasi-64x64.ico
Binary file not shown.
Binary file added src/assets/fraasi-64x64.png
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 1fd6e89

Please sign in to comment.