diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-17 23:05:29 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-17 23:05:59 +0100 |
| commit | b3ded11c9a14571c193469d6bd9a8cc1de9d08ba (patch) | |
| tree | 1133ab8463489c8087b5ec2e19356990149e500b /fetcha | |
| parent | chore: update screenshot (diff) | |
| download | suckless-setup-b3ded11c9a14571c193469d6bd9a8cc1de9d08ba.tar.gz | |
feat(dwm): add shortcut for Simplemoji emoji picker
Diffstat (limited to '')
| -rw-r--r-- | fetcha/README.md | 2 | ||||
| -rw-r--r-- | fetcha/modules.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fetcha/README.md b/fetcha/README.md index 9ce2276..09c8fbb 100644 --- a/fetcha/README.md +++ b/fetcha/README.md @@ -3,7 +3,7 @@ fetcha is an fast, small and easy configurated system info fetch.  ## Requirements -To insatll fetcha you need `git`. +To install fetcha you need `git`. ## Installation 1. clone the repository. ``` diff --git a/fetcha/modules.c b/fetcha/modules.c index d9d5f35..6d5b616 100644 --- a/fetcha/modules.c +++ b/fetcha/modules.c @@ -190,7 +190,7 @@ get_uptime(void) char * get_packages(void) { - FILE *f = popen("pacman -Q | wc -l", "r"); + FILE *f = popen("pacman -Q | wc -l", "r"); if (!f) { return "0"; } |
