Reorganize Fedora dotfiles and remove legacy profile
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
# khal-calendar
|
||||
|
||||
Waybar custom calendar module that prints JSON with the current time and a Pango
|
||||
tooltip. Event days and upcoming events are read from `khal`.
|
||||
|
||||
## Build On Bazzite
|
||||
|
||||
```bash
|
||||
cd ~/dotfiles/bazzite/khal-calendar
|
||||
cargo build --release
|
||||
install -m 755 target/release/khal-calendar ~/.config/waybar/scripts/khal-calendar
|
||||
```
|
||||
|
||||
Waybar config should call the compiled binary:
|
||||
|
||||
```jsonc
|
||||
"exec": "~/.config/waybar/scripts/khal-calendar"
|
||||
```
|
||||
Reference in New Issue
Block a user