diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-04-21 19:22:08 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-04-21 19:22:08 +0100 |
| commit | 318e8a912aa61946891399b956b797d2d51c87c0 (patch) | |
| tree | 7e1d7b54530777f2e948a7ae7bb73cd1e889981e /info.yml | |
| parent | 7dd4ecbae50e37a9a86aa76068d6f5fd6a97996d (diff) | |
| parent | 410dca7c0be863d5e250e51caa6104e66238a09d (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'info.yml')
| -rw-r--r-- | info.yml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -181,3 +181,17 @@ sections: - ==: link from: scripts/mediaplayer.py to: ~/.config/waybar/scripts/mediaplayer.py + + # Copy swaylock configurations + configure-swaylock: + directory: "swaylock" + tags: ["config"] + preconditions: + os: "linux" + steps: + - ==: run + command: "mkdir -p ~/.config/swaylock" + - ==: link + from: config + to: ~/.config/swaylock/config + |
