From e106fc0cc2c604101ceb8c0385334c4a31575dd9 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Sun, 16 Jul 2023 23:30:14 +0100 Subject: Replace rofi with wofi --- info.yml | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'info.yml') diff --git a/info.yml b/info.yml index 6d6db08..503cf6d 100644 --- a/info.yml +++ b/info.yml @@ -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: -- cgit v1.2.3-70-g09d2