Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a750ef8559 | |||
| 7cbebd324f |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -971,7 +971,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "owlry"
|
name = "owlry"
|
||||||
version = "0.3.6"
|
version = "0.3.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "owlry"
|
name = "owlry"
|
||||||
version = "0.3.6"
|
version = "0.3.7"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.90"
|
rust-version = "1.90"
|
||||||
description = "A lightweight, owl-themed application launcher for Wayland"
|
description = "A lightweight, owl-themed application launcher for Wayland"
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -126,10 +126,18 @@ Owlry follows the [XDG Base Directory Specification](https://specifications.free
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Copy the example config:
|
Copy the example files:
|
||||||
```bash
|
```bash
|
||||||
|
# Config
|
||||||
mkdir -p ~/.config/owlry
|
mkdir -p ~/.config/owlry
|
||||||
cp /usr/share/doc/owlry/config.example.toml ~/.config/owlry/config.toml
|
cp /usr/share/doc/owlry/config.example.toml ~/.config/owlry/config.toml
|
||||||
|
|
||||||
|
# Optional: CSS overrides
|
||||||
|
cp /usr/share/doc/owlry/style.example.css ~/.config/owlry/style.css
|
||||||
|
|
||||||
|
# Optional: Example script
|
||||||
|
mkdir -p ~/.local/share/owlry/scripts
|
||||||
|
cp /usr/share/doc/owlry/scripts/example.sh ~/.local/share/owlry/scripts/
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example Configuration
|
### Example Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user