diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-16 23:30:14 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-16 23:30:28 +0100 |
| commit | e106fc0cc2c604101ceb8c0385334c4a31575dd9 (patch) | |
| tree | a2a630309dfdb0b47880e339c87c75a41de6343a /info.yml | |
| parent | 727770628ebc8a23ce9674317edc99ecaf997040 (diff) | |
Replace rofi with wofi
Diffstat (limited to 'info.yml')
| -rw-r--r-- | info.yml | 26 |
1 files changed, 21 insertions, 5 deletions
@@ -149,17 +149,33 @@ sections: to: ~/.config/mako/config # Copy rofi configurations - configure-rofi: - directory: "rofi" + #configure-rofi: + # directory: "rofi" + # tags: ["config"] + # preconditions: + # os: "linux" + # steps: + # - ==: run + # command: "mkdir -p ~/.config/rofi" + # - ==: link + # from: config.rasi + # to: ~/.config/rofi/config.rasi + + # Copy wofi configurations + configure-wofi: + directory: "wofi" tags: ["config"] preconditions: os: "linux" steps: - ==: run - command: "mkdir -p ~/.config/rofi" + command: "mkdir -p ~/.config/wofi" + - ==: link + from: config + to: ~/.config/wofi/config - ==: link - from: config.rasi - to: ~/.config/rofi/config.rasi + from: style.css + to: ~/.config/wofi/style.css # Copy sway configurations configure-sway: |
