diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-20 21:19:29 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-20 21:20:55 +0100 |
| commit | 0a07704d6dc53bf3a35d4aadfa240586f55e9487 (patch) | |
| tree | dc7d45dfd0b74b58fa7f19d09c61b4981cd7dc25 /waybar | |
| parent | 961c56632ba5c2e3937bced415697096ef8c8344 (diff) | |
Replace python installer
Diffstat (limited to 'waybar')
| -rw-r--r-- | waybar/.install.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/waybar/.install.yml b/waybar/.install.yml new file mode 100644 index 0000000..5afef9c --- /dev/null +++ b/waybar/.install.yml @@ -0,0 +1,14 @@ +name: Configure waybar +steps: + - !Link + from: "config" + to: "~/.config/waybar/config" + recursive: false + - !Link + from: "style.css" + to: "~/.config/waybar/style.css" + recursive: false + - !Link + from: "scripts/mediaplayer.py" + to: "~/.config/waybar/scripts/mediaplayer.py" + recursive: false
\ No newline at end of file |
