[update] Update readme, update swhkd logo

main
Idlidev 2 years ago
parent 8f8e32b4a9
commit cef00e792e
No known key found for this signature in database
GPG Key ID: 61D9B55405E58120

@ -1,34 +1,52 @@
<p align="center"><img src="https://raw.githubusercontent.com/Shinyzenith/swhkd/main/assets/swhkd.png" alt="swhkd logo"</p>
<p align=center>
<img src="./assets/swhkd.png" alt=SWHKD width=60%>
<p align=center>A next-generation hotkey daemon for Wayland/X11 written in Rust.</p>
<p align="center">
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-BSD-yellow.svg"></a>
<img src="https://img.shields.io/badge/cargo-v0.1.0-yellow">
<img src="https://img.shields.io/badge/open%20issues-7-yellow">
<img src="https://img.shields.io/badge/build-passing-success">
</p>
</p>
# swhkd
**S**imple **W**ayland **H**ot**K**ey **D**aemon
## SWHKD
This project is still a WIP.
swhkd is a display protocol-independent hotkey daemon made in Rust. swhkd uses an easy-to-use configuration system inspired by sxhkd so you can easily add or remove hotkeys.
Because swhkd can be used anywhere, the same swhkd config can be used across Xorg or Wayland desktops, and you can even use swhkd in a tty.
# Dependencies:
## Runtime:
+ Policy Kit Daemon ( polkit )
- Policy Kit Daemon ( polkit )
## Compile time:
+ `rustup`
+ `make`
- `rustup`
- `make`
# Compiling:
+ `git clone https://github.com/shinyzenith/swhkd`
+ `make setup`
+ `make clean`
+ `make` for a musl compile.
+ `make glibc` for a glibc compile.
+ `sudo make install`
- `git clone https://github.com/shinyzenith/swhkd`
- `make setup`
- `make clean`
- `make` for a musl compile.
- `make glibc` for a glibc compile.
- `sudo make install`
# Running:
`pkexec swhkd`
# Support server:
https://discord.gg/KKZRDYrRYW
# Contributors:
<img src="https://contrib.rocks/image?repo=shinyzenith/swhkd" />
<a href="https://github.com/Shinyzenith/swhkd/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Shinyzenith/swhkd" />
</a>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 114 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Loading…
Cancel
Save