README typo fixes.
This commit is contained in:
parent
966314dae7
commit
f23b8cf585
1 changed files with 3 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ Installation:
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
|
|
||||||
- Standard tools like g++, cmake etc.
|
- Standard tools like g++, cmake, etc.
|
||||||
- Qt5 (Widgets and Network modules)
|
- Qt5 (Widgets and Network modules)
|
||||||
|
|
||||||
Use the following command for getting the sources:
|
Use the following command for getting the sources:
|
||||||
|
|
@ -20,7 +20,7 @@ Change into the new directory:
|
||||||
|
|
||||||
cd spacetray
|
cd spacetray
|
||||||
|
|
||||||
To compile the sources just run:
|
To compile the sources, run:
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|
@ -73,7 +73,7 @@ The format should look like this:
|
||||||
0xRR, 0xGG, 0xBB, 0xAA, ...
|
0xRR, 0xGG, 0xBB, 0xAA, ...
|
||||||
};
|
};
|
||||||
|
|
||||||
The image size used in the default theme is 52x48 pixels with 4 channels (RGBA).
|
The image size used in the default theme is 52x48 pixels with four channels (RGBA).
|
||||||
|
|
||||||
To create these arrays from a PNG image, you can use `ImageMagick` to convert the image to raw RGBA data and then format it into a C++ header.
|
To create these arrays from a PNG image, you can use `ImageMagick` to convert the image to raw RGBA data and then format it into a C++ header.
|
||||||
|
|
||||||
|
|
@ -101,4 +101,3 @@ to:
|
||||||
in:
|
in:
|
||||||
|
|
||||||
./spacetray.cpp
|
./spacetray.cpp
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue