Pi66

pino-rs
Rust notification daemon.
git clone https://git.pi66.xyz/pino-rs

← back to log

0.1.2

author: pixel
date: 2025-03-31 01:03
hash: 3f53d039f7c8a0aba390ea5b748de6b192178e3d

Diffstat:

M

README.md
16 +++++++++---------------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
diff --git a/README.md b/README.md
index abbfc89..fd0e3a6 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Pino is a fully customizable notification tool rewritten in Rust. It allows you
 ### Arch Linux

 ```bash
-sudo pacman -S rust
+yay -S pino-rs
 ```

 ### Debian-based Distros
@@ -42,13 +42,7 @@ sudo apt install rustc cargo
 Then, build the project:

 ```bash
-cargo build --release
-```
-
-Copy the binary to `/usr/bin`:
-
-```bash
-sudo cp target/release/pino /usr/bin/
+make install clean
 ```

 ---
@@ -58,7 +52,7 @@ sudo cp target/release/pino /usr/bin/
 Pino requires the following dependencies:

 - Rust (for building from source)
-- Walrs | pywal (optional) for dynamic theming
+- Walrs || pywal (optional) for dynamic theming

 ---

@@ -129,7 +123,7 @@ x = 10
 y = 45

 [pywal]
-pywal = true
+pywal = false
 background_color  = "bg"
 border_color      = "color1"
 title_color       = "fg"
@@ -143,6 +137,6 @@ sound = false

 ## Hardware Usage

-Pino is lightweight and efficient. The graphical notification window typically uses approximately **18-25MB of RAM** when active, ensuring minimal system resource consumption.
+Pino is lightweight and efficient. The graphical notification window typically uses approximately **15-20MB of RAM** when active, ensuring minimal system resource consumption.